Shades of Burnham #214B39
Tints of Burnham #214B39
RGB
CMYK
RGB Variations
Color information
#214B39 (or 0x214B39) is known color: Burnham. HEX triplet: 21, 4B and 39. RGB value is (33,75,57). Sum of RGB (Red+Green+Blue) = 33+75+57=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #214B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B39 is #DEB4C6. Grayscale: #3C3C3C. Windows color (decimal): -14595271 or 3754785. OLE color: 3754785.
HSL color Cylindrical-coordinate representation of color #214B39: hue angle of 154.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #214B39 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 57 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.71 |
| HSL | 154.29º | 0.39% | 0.21% | - |
| HSV(B) | 154.29º | 0.56% | 0.29% | - |
| XYZ | 3.88 | 5.65 | 4.76 | - |
| YUV | 60.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 57 | 0.56 | 0 | 0.24 | 0.71 | 154.29 | 0.39 | 0.21 |
| Hex | 21 | 4B | 39 | 38 | 0 | 18 | 47 | 9A | 27 | 15 |
| Octal | 41 | 113 | 71 | 70 | 0 | 30 | 107 | 232 | 47 | 25 |
| Binary | 100001 | 1001011 | 111001 | 111000 | 0 | 11000 | 1000111 | 10011010 | 100111 | 10101 |
Color Harmonies of #214B39
Complementary color
Monochromatic Colors of #214B39
Black with #214B39
Text Example
Text Example
White with #214B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B39; }
p { color: rgb(33,75,57); }
H1.HeaderClassName
{
color: #214B39;
}
.AnyTagClassName
{
color: #214B39;
}
</style>
background-color css
<style>
a { background-color: #214B39; }
a { background-color: rgb(33,75,57); }
div.DivClassName
{
background-color: #214B39;
}
.BgClassName
{
background-color: #214B39;
}
</style>
border-color css
<style>
span { border-color: #214B39; }
span { border-color: rgb(33,75,57); }
td.TdClassName
{
border-color: #214B39;
}
.TagClassName
{
border-color: #214B39;
}
</style>