Shades of Burnham #214739
Tints of Burnham #214739
RGB
CMYK
RGB Variations
Color information
#214739 (or 0x214739) is known color: Burnham. HEX triplet: 21, 47 and 39. RGB value is (33,71,57). Sum of RGB (Red+Green+Blue) = 33+71+57=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #214739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214739 is #DEB8C6. Grayscale: #3A3A3A. Windows color (decimal): -14596295 or 3753761. OLE color: 3753761.
HSL color Cylindrical-coordinate representation of color #214739: hue angle of 157.89º 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 #214739 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 57 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.72 |
| HSL | 157.89º | 0.37% | 0.2% | - |
| HSV(B) | 157.89º | 0.54% | 0.28% | - |
| XYZ | 3.62 | 5.13 | 4.67 | - |
| YUV | 58.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 57 | 0.54 | 0 | 0.20 | 0.72 | 157.89 | 0.37 | 0.2 |
| Hex | 21 | 47 | 39 | 36 | 0 | 14 | 48 | 9E | 25 | 14 |
| Octal | 41 | 107 | 71 | 66 | 0 | 24 | 110 | 236 | 45 | 24 |
| Binary | 100001 | 1000111 | 111001 | 110110 | 0 | 10100 | 1001000 | 10011110 | 100101 | 10100 |
Color Harmonies of #214739
Complementary color
Monochromatic Colors of #214739
Black with #214739
Text Example
Text Example
White with #214739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214739; }
p { color: rgb(33,71,57); }
H1.HeaderClassName
{
color: #214739;
}
.AnyTagClassName
{
color: #214739;
}
</style>
background-color css
<style>
a { background-color: #214739; }
a { background-color: rgb(33,71,57); }
div.DivClassName
{
background-color: #214739;
}
.BgClassName
{
background-color: #214739;
}
</style>
border-color css
<style>
span { border-color: #214739; }
span { border-color: rgb(33,71,57); }
td.TdClassName
{
border-color: #214739;
}
.TagClassName
{
border-color: #214739;
}
</style>