Shades of Burnham #214737
Tints of Burnham #214737
RGB
CMYK
RGB Variations
Color information
#214737 (or 0x214737) is known color: Burnham. HEX triplet: 21, 47 and 37. RGB value is (33,71,55). Sum of RGB (Red+Green+Blue) = 33+71+55=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #214737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214737 is #DEB8C8. Grayscale: #393939. Windows color (decimal): -14596297 or 3622689. OLE color: 3622689.
HSL color Cylindrical-coordinate representation of color #214737: hue angle of 154.74º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214737 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 55 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.72 |
| HSL | 154.74º | 0.37% | 0.2% | - |
| HSV(B) | 154.74º | 0.54% | 0.28% | - |
| XYZ | 3.57 | 5.11 | 4.41 | - |
| YUV | 57.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 55 | 0.54 | 0 | 0.23 | 0.72 | 154.74 | 0.37 | 0.2 |
| Hex | 21 | 47 | 37 | 36 | 0 | 17 | 48 | 9B | 25 | 14 |
| Octal | 41 | 107 | 67 | 66 | 0 | 27 | 110 | 233 | 45 | 24 |
| Binary | 100001 | 1000111 | 110111 | 110110 | 0 | 10111 | 1001000 | 10011011 | 100101 | 10100 |
Color Harmonies of #214737
Complementary color
Monochromatic Colors of #214737
Black with #214737
Text Example
Text Example
White with #214737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214737; }
p { color: rgb(33,71,55); }
H1.HeaderClassName
{
color: #214737;
}
.AnyTagClassName
{
color: #214737;
}
</style>
background-color css
<style>
a { background-color: #214737; }
a { background-color: rgb(33,71,55); }
div.DivClassName
{
background-color: #214737;
}
.BgClassName
{
background-color: #214737;
}
</style>
border-color css
<style>
span { border-color: #214737; }
span { border-color: rgb(33,71,55); }
td.TdClassName
{
border-color: #214737;
}
.TagClassName
{
border-color: #214737;
}
</style>