Shades of Burnham #213B31
Tints of Burnham #213B31
RGB
CMYK
RGB Variations
Color information
#213B31 (or 0x213B31) is known color: Burnham. HEX triplet: 21, 3B and 31. RGB value is (33,59,49). Sum of RGB (Red+Green+Blue) = 33+59+49=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #213B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B31 is #DEC4CE. Grayscale: #323232. Windows color (decimal): -14599375 or 3226401. OLE color: 3226401.
HSL color Cylindrical-coordinate representation of color #213B31: hue angle of 156.92º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #213B31 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 59 | 49 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.77 |
| HSL | 156.92º | 0.28% | 0.18% | - |
| HSV(B) | 156.92º | 0.44% | 0.23% | - |
| XYZ | 2.75 | 3.67 | 3.47 | - |
| YUV | 50.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 49 | 0.44 | 0 | 0.17 | 0.77 | 156.92 | 0.28 | 0.18 |
| Hex | 21 | 3B | 31 | 2C | 0 | 11 | 4D | 9D | 1C | 12 |
| Octal | 41 | 73 | 61 | 54 | 0 | 21 | 115 | 235 | 34 | 22 |
| Binary | 100001 | 111011 | 110001 | 101100 | 0 | 10001 | 1001101 | 10011101 | 11100 | 10010 |
Color Harmonies of #213B31
Complementary color
Monochromatic Colors of #213B31
Black with #213B31
Text Example
Text Example
White with #213B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B31; }
p { color: rgb(33,59,49); }
H1.HeaderClassName
{
color: #213B31;
}
.AnyTagClassName
{
color: #213B31;
}
</style>
background-color css
<style>
a { background-color: #213B31; }
a { background-color: rgb(33,59,49); }
div.DivClassName
{
background-color: #213B31;
}
.BgClassName
{
background-color: #213B31;
}
</style>
border-color css
<style>
span { border-color: #213B31; }
span { border-color: rgb(33,59,49); }
td.TdClassName
{
border-color: #213B31;
}
.TagClassName
{
border-color: #213B31;
}
</style>