Shades of Burnham #213C32
Tints of Burnham #213C32
RGB
CMYK
RGB Variations
Color information
#213C32 (or 0x213C32) is known color: Burnham. HEX triplet: 21, 3C and 32. RGB value is (33,60,50). Sum of RGB (Red+Green+Blue) = 33+60+50=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 60 - color contains mainly: green. Hex color #213C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C32 is #DEC3CD. Grayscale: #323232. Windows color (decimal): -14599118 or 3292193. OLE color: 3292193.
HSL color Cylindrical-coordinate representation of color #213C32: hue angle of 157.78º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #213C32 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 50 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.76 |
| HSL | 157.78º | 0.29% | 0.18% | - |
| HSV(B) | 157.78º | 0.45% | 0.24% | - |
| XYZ | 2.82 | 3.79 | 3.6 | - |
| YUV | 50.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 50 | 0.45 | 0 | 0.17 | 0.76 | 157.78 | 0.29 | 0.18 |
| Hex | 21 | 3C | 32 | 2D | 0 | 11 | 4C | 9E | 1D | 12 |
| Octal | 41 | 74 | 62 | 55 | 0 | 21 | 114 | 236 | 35 | 22 |
| Binary | 100001 | 111100 | 110010 | 101101 | 0 | 10001 | 1001100 | 10011110 | 11101 | 10010 |
Color Harmonies of #213C32
Complementary color
Monochromatic Colors of #213C32
Black with #213C32
Text Example
Text Example
White with #213C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C32; }
p { color: rgb(33,60,50); }
H1.HeaderClassName
{
color: #213C32;
}
.AnyTagClassName
{
color: #213C32;
}
</style>
background-color css
<style>
a { background-color: #213C32; }
a { background-color: rgb(33,60,50); }
div.DivClassName
{
background-color: #213C32;
}
.BgClassName
{
background-color: #213C32;
}
</style>
border-color css
<style>
span { border-color: #213C32; }
span { border-color: rgb(33,60,50); }
td.TdClassName
{
border-color: #213C32;
}
.TagClassName
{
border-color: #213C32;
}
</style>