Shades of Burnham #214539
Tints of Burnham #214539
RGB
CMYK
RGB Variations
Color information
#214539 (or 0x214539) is known color: Burnham. HEX triplet: 21, 45 and 39. RGB value is (33,69,57). Sum of RGB (Red+Green+Blue) = 33+69+57=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #214539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214539 is #DEBAC6. Grayscale: #383838. Windows color (decimal): -14596807 or 3753249. OLE color: 3753249.
HSL color Cylindrical-coordinate representation of color #214539: hue angle of 160º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214539 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 69 | 57 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.73 |
| HSL | 160º | 0.35% | 0.2% | - |
| HSV(B) | 160º | 0.52% | 0.27% | - |
| XYZ | 3.49 | 4.87 | 4.63 | - |
| YUV | 56.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 57 | 0.52 | 0 | 0.17 | 0.73 | 160 | 0.35 | 0.2 |
| Hex | 21 | 45 | 39 | 34 | 0 | 11 | 49 | A0 | 23 | 14 |
| Octal | 41 | 105 | 71 | 64 | 0 | 21 | 111 | 240 | 43 | 24 |
| Binary | 100001 | 1000101 | 111001 | 110100 | 0 | 10001 | 1001001 | 10100000 | 100011 | 10100 |
Color Harmonies of #214539
Complementary color
Monochromatic Colors of #214539
Black with #214539
Text Example
Text Example
White with #214539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214539; }
p { color: rgb(33,69,57); }
H1.HeaderClassName
{
color: #214539;
}
.AnyTagClassName
{
color: #214539;
}
</style>
background-color css
<style>
a { background-color: #214539; }
a { background-color: rgb(33,69,57); }
div.DivClassName
{
background-color: #214539;
}
.BgClassName
{
background-color: #214539;
}
</style>
border-color css
<style>
span { border-color: #214539; }
span { border-color: rgb(33,69,57); }
td.TdClassName
{
border-color: #214539;
}
.TagClassName
{
border-color: #214539;
}
</style>