note: here's a very Nice form to convert hex, rgb and other values w/ sample. especially useful for Pantone®,
|
|
these 'boxes' are 'floating' inside or over a single <td> (table). with css, div 'box model' you can position them anywhere
- красный - red
- зелёный - green
- синего - blue
- голубой - blue!
- чёрный - black
- жёлтый - yellow
- розовый - pink
- пурпур - purple
Russian color names: 'floating box'
|
| w3c css3 color model |
HTML Color Values
(I've archived these charts from W3schools.com out of fear they could go away).
these are some of the colors i use the most.
i mostly use, in order rgb, name, rgba then #hex values:
- ( 255,255,255,0.0 ) #ffffff (#fff) 'white' {pseudo clear}
- rgba( 240,240,240,1.0 ) 'body' landisreed.com
- rgba( 128,128,128,1.0 ) 'page01' (content) landisreed
- ( 96,0,0 ) 'unvisited, inactive links'
- ( 192,0,0 ) 'hover, links'
- ( 208,0,0 ) 'hover' 'f*ingliberals'
- ( 128,128,128 ) 'grey, notes'
- ( 32,32,32 ) '.note thru .note4'
- ( 32,32,32,0.4 ) same as above, rgba alpha=0.4
- ( 32,32,32,0.5 ) same as above, rgba alpha=0.5
- ( 32,32,32,0.7 ) same as above, rgba alpha=0.7
- ( 32,32,32,0.8 ) same as above, rgba alpha=0.8
- ( 176,0,0 ) 'tagred'
- ( 218,165,32 ) 'taggold'
- ( 255,215,0 ) 'tagyellow'
- ( 0,128,0 ) 'taggreen'
- ( 0,0,255 ) 'tagblue'
- #f4edaf pantone 600, my 'parchment'
- #e2d8bf pantone 454, my 'nicole'
- ( 114,0,130 ) 'body border' 'f*ingliberals'
- ( 85,0,97 ) 'body border shadow' 'f*ingliberals'
- ( 104,33,122 ) #68217a pantone 526 'puple'
- ( 73,61,99 ) #493d63 pantone 5265 accent to above
- ( 122,30,153 ) #7a1e99 pantone 527 lighter 'purple'
- ( 96,86,119 ) #605677 pantone 5275 accent to above
- ( 99,14,87 ) 'coat of arms'
- rgba( 114,0,130,0.1 ) 'body border' alpha 0.1
- ( 96,96,96 ) 'body text'
- ( 0,102,255 ) 'facebook' fags
- ( 0,90,156 ) 'w3c.org logo'
- ( 0,90,156 ) 'W3C.org' blue
- ( 115, 186, 37 ) #73ba25 'openSuSE'
- ( 0,128,128 ) #008080 'teal'
- #cccccc (#ccc) 'border color, my 1996 menus'
- #dddddd (#ddd) 'border shadow, my 1996 menus'
- ( #ffff99 ) 'hilighter'
- ( #efefef ) 'hilighter gray'
- ( #faf9f6 ) grey i found in code
- ( 0,0,0,0.1 ) alpha set to 0.1
- ( 0,0,0,0.5 ) black w/ alpha set to 0.5
- ( 0,0,0,1.0 ) black w/ alpha set to 1.0
- ( 0,0,0 ) #000000 (#000) 'black'
16 Million Different Colors: ' "24bit color", "TruColor" '
The combination of Red, Green and Blue values from 0 to
255 gives a total of
more than 16 million different colors to play with (256 x 256 x 256).
Most modern monitors are capable of displaying at least 16384 different colors.
If you look at the color table below, you will see the result of varying the red light from 0 to 255, while keeping the green and blue light at zero.
To see a full list of 16384 different colors based on red light varying from 0 to 255, click on one of the hexadecimal or rgb values below.