Shades of Burnham #203E33
Tints of Burnham #203E33
RGB
CMYK
RGB Variations
Color information
#203E33 (or 0x203E33) is known color: Burnham. HEX triplet: 20, 3E and 33. RGB value is (32,62,51). Sum of RGB (Red+Green+Blue) = 32+62+51=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 62 - color contains mainly: green. Hex color #203E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203E33 is #DFC1CC. Grayscale: #333333. Windows color (decimal): -14664141 or 3358240. OLE color: 3358240.
HSL color Cylindrical-coordinate representation of color #203E33: hue angle of 158º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203E33 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 62 | 51 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.76 |
| HSL | 158º | 0.32% | 0.18% | - |
| HSV(B) | 158º | 0.48% | 0.24% | - |
| XYZ | 2.92 | 3.99 | 3.75 | - |
| YUV | 51.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 51 | 0.48 | 0 | 0.18 | 0.76 | 158 | 0.32 | 0.18 |
| Hex | 20 | 3E | 33 | 30 | 0 | 12 | 4C | 9E | 20 | 12 |
| Octal | 40 | 76 | 63 | 60 | 0 | 22 | 114 | 236 | 40 | 22 |
| Binary | 100000 | 111110 | 110011 | 110000 | 0 | 10010 | 1001100 | 10011110 | 100000 | 10010 |
Color Harmonies of #203E33
Complementary color
Monochromatic Colors of #203E33
Black with #203E33
Text Example
Text Example
White with #203E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E33; }
p { color: rgb(32,62,51); }
H1.HeaderClassName
{
color: #203E33;
}
.AnyTagClassName
{
color: #203E33;
}
</style>
background-color css
<style>
a { background-color: #203E33; }
a { background-color: rgb(32,62,51); }
div.DivClassName
{
background-color: #203E33;
}
.BgClassName
{
background-color: #203E33;
}
</style>
border-color css
<style>
span { border-color: #203E33; }
span { border-color: rgb(32,62,51); }
td.TdClassName
{
border-color: #203E33;
}
.TagClassName
{
border-color: #203E33;
}
</style>