Shades of Burnham #214035
Tints of Burnham #214035
RGB
CMYK
RGB Variations
Color information
#214035 (or 0x214035) is known color: Burnham. HEX triplet: 21, 40 and 35. RGB value is (33,64,53). Sum of RGB (Red+Green+Blue) = 33+64+53=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #214035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214035 is #DEBFCA. Grayscale: #353535. Windows color (decimal): -14598091 or 3489825. OLE color: 3489825.
HSL color Cylindrical-coordinate representation of color #214035: hue angle of 158.71º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214035 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 53 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.75 |
| HSL | 158.71º | 0.32% | 0.19% | - |
| HSV(B) | 158.71º | 0.48% | 0.25% | - |
| XYZ | 3.1 | 4.25 | 4.02 | - |
| YUV | 53.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 53 | 0.48 | 0 | 0.17 | 0.75 | 158.71 | 0.32 | 0.19 |
| Hex | 21 | 40 | 35 | 30 | 0 | 11 | 4B | 9F | 20 | 13 |
| Octal | 41 | 100 | 65 | 60 | 0 | 21 | 113 | 237 | 40 | 23 |
| Binary | 100001 | 1000000 | 110101 | 110000 | 0 | 10001 | 1001011 | 10011111 | 100000 | 10011 |
Color Harmonies of #214035
Complementary color
Monochromatic Colors of #214035
Black with #214035
Text Example
Text Example
White with #214035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214035; }
p { color: rgb(33,64,53); }
H1.HeaderClassName
{
color: #214035;
}
.AnyTagClassName
{
color: #214035;
}
</style>
background-color css
<style>
a { background-color: #214035; }
a { background-color: rgb(33,64,53); }
div.DivClassName
{
background-color: #214035;
}
.BgClassName
{
background-color: #214035;
}
</style>
border-color css
<style>
span { border-color: #214035; }
span { border-color: rgb(33,64,53); }
td.TdClassName
{
border-color: #214035;
}
.TagClassName
{
border-color: #214035;
}
</style>