Shades of Burnham #213C31
Tints of Burnham #213C31
RGB
CMYK
RGB Variations
Color information
#213C31 (or 0x213C31) is known color: Burnham. HEX triplet: 21, 3C and 31. RGB value is (33,60,49). Sum of RGB (Red+Green+Blue) = 33+60+49=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 60 - color contains mainly: green. Hex color #213C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C31 is #DEC3CE. Grayscale: #323232. Windows color (decimal): -14599119 or 3226657. OLE color: 3226657.
HSL color Cylindrical-coordinate representation of color #213C31: hue angle of 155.56º 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 #213C31 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 49 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.76 |
| HSL | 155.56º | 0.29% | 0.18% | - |
| HSV(B) | 155.56º | 0.45% | 0.24% | - |
| XYZ | 2.8 | 3.78 | 3.49 | - |
| YUV | 50.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 49 | 0.45 | 0 | 0.18 | 0.76 | 155.56 | 0.29 | 0.18 |
| Hex | 21 | 3C | 31 | 2D | 0 | 12 | 4C | 9C | 1D | 12 |
| Octal | 41 | 74 | 61 | 55 | 0 | 22 | 114 | 234 | 35 | 22 |
| Binary | 100001 | 111100 | 110001 | 101101 | 0 | 10010 | 1001100 | 10011100 | 11101 | 10010 |
Color Harmonies of #213C31
Complementary color
Monochromatic Colors of #213C31
Black with #213C31
Text Example
Text Example
White with #213C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C31; }
p { color: rgb(33,60,49); }
H1.HeaderClassName
{
color: #213C31;
}
.AnyTagClassName
{
color: #213C31;
}
</style>
background-color css
<style>
a { background-color: #213C31; }
a { background-color: rgb(33,60,49); }
div.DivClassName
{
background-color: #213C31;
}
.BgClassName
{
background-color: #213C31;
}
</style>
border-color css
<style>
span { border-color: #213C31; }
span { border-color: rgb(33,60,49); }
td.TdClassName
{
border-color: #213C31;
}
.TagClassName
{
border-color: #213C31;
}
</style>