Shades of Burnham #213F32
Tints of Burnham #213F32
RGB
CMYK
RGB Variations
Color information
#213F32 (or 0x213F32) is known color: Burnham. HEX triplet: 21, 3F and 32. RGB value is (33,63,50). Sum of RGB (Red+Green+Blue) = 33+63+50=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 63 - color contains mainly: green. Hex color #213F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F32 is #DEC0CD. Grayscale: #343434. Windows color (decimal): -14598350 or 3292961. OLE color: 3292961.
HSL color Cylindrical-coordinate representation of color #213F32: hue angle of 154º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213F32 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 50 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.75 |
| HSL | 154º | 0.31% | 0.19% | - |
| HSV(B) | 154º | 0.48% | 0.25% | - |
| XYZ | 2.98 | 4.11 | 3.65 | - |
| YUV | 52.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 50 | 0.48 | 0 | 0.21 | 0.75 | 154 | 0.31 | 0.19 |
| Hex | 21 | 3F | 32 | 30 | 0 | 15 | 4B | 9A | 1F | 13 |
| Octal | 41 | 77 | 62 | 60 | 0 | 25 | 113 | 232 | 37 | 23 |
| Binary | 100001 | 111111 | 110010 | 110000 | 0 | 10101 | 1001011 | 10011010 | 11111 | 10011 |
Color Harmonies of #213F32
Complementary color
Monochromatic Colors of #213F32
Black with #213F32
Text Example
Text Example
White with #213F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F32; }
p { color: rgb(33,63,50); }
H1.HeaderClassName
{
color: #213F32;
}
.AnyTagClassName
{
color: #213F32;
}
</style>
background-color css
<style>
a { background-color: #213F32; }
a { background-color: rgb(33,63,50); }
div.DivClassName
{
background-color: #213F32;
}
.BgClassName
{
background-color: #213F32;
}
</style>
border-color css
<style>
span { border-color: #213F32; }
span { border-color: rgb(33,63,50); }
td.TdClassName
{
border-color: #213F32;
}
.TagClassName
{
border-color: #213F32;
}
</style>