Shades of Burnham #213E32
Tints of Burnham #213E32
RGB
CMYK
RGB Variations
Color information
#213E32 (or 0x213E32) is known color: Burnham. HEX triplet: 21, 3E and 32. RGB value is (33,62,50). Sum of RGB (Red+Green+Blue) = 33+62+50=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 62 - color contains mainly: green. Hex color #213E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E32 is #DEC1CD. Grayscale: #333333. Windows color (decimal): -14598606 or 3292705. OLE color: 3292705.
HSL color Cylindrical-coordinate representation of color #213E32: hue angle of 155.17º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E32 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 62 | 50 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.76 |
| HSL | 155.17º | 0.31% | 0.19% | - |
| HSV(B) | 155.17º | 0.47% | 0.24% | - |
| XYZ | 2.93 | 4 | 3.64 | - |
| YUV | 51.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 50 | 0.47 | 0 | 0.19 | 0.76 | 155.17 | 0.31 | 0.19 |
| Hex | 21 | 3E | 32 | 2F | 0 | 13 | 4C | 9B | 1F | 13 |
| Octal | 41 | 76 | 62 | 57 | 0 | 23 | 114 | 233 | 37 | 23 |
| Binary | 100001 | 111110 | 110010 | 101111 | 0 | 10011 | 1001100 | 10011011 | 11111 | 10011 |
Color Harmonies of #213E32
Complementary color
Monochromatic Colors of #213E32
Black with #213E32
Text Example
Text Example
White with #213E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E32; }
p { color: rgb(33,62,50); }
H1.HeaderClassName
{
color: #213E32;
}
.AnyTagClassName
{
color: #213E32;
}
</style>
background-color css
<style>
a { background-color: #213E32; }
a { background-color: rgb(33,62,50); }
div.DivClassName
{
background-color: #213E32;
}
.BgClassName
{
background-color: #213E32;
}
</style>
border-color css
<style>
span { border-color: #213E32; }
span { border-color: rgb(33,62,50); }
td.TdClassName
{
border-color: #213E32;
}
.TagClassName
{
border-color: #213E32;
}
</style>