Shades of Burnham #214B3A
Tints of Burnham #214B3A
RGB
CMYK
RGB Variations
Color information
#214B3A (or 0x214B3A) is known color: Burnham. HEX triplet: 21, 4B and 3A. RGB value is (33,75,58). Sum of RGB (Red+Green+Blue) = 33+75+58=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #214B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B3A is #DEB4C5. Grayscale: #3C3C3C. Windows color (decimal): -14595270 or 3820321. OLE color: 3820321.
HSL color Cylindrical-coordinate representation of color #214B3A: hue angle of 155.71º 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 #214B3A is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 58 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.71 |
| HSL | 155.71º | 0.39% | 0.21% | - |
| HSV(B) | 155.71º | 0.56% | 0.29% | - |
| XYZ | 3.91 | 5.66 | 4.89 | - |
| YUV | 60.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 58 | 0.56 | 0 | 0.23 | 0.71 | 155.71 | 0.39 | 0.21 |
| Hex | 21 | 4B | 3A | 38 | 0 | 17 | 47 | 9C | 27 | 15 |
| Octal | 41 | 113 | 72 | 70 | 0 | 27 | 107 | 234 | 47 | 25 |
| Binary | 100001 | 1001011 | 111010 | 111000 | 0 | 10111 | 1000111 | 10011100 | 100111 | 10101 |
Color Harmonies of #214B3A
Complementary color
Monochromatic Colors of #214B3A
Black with #214B3A
Text Example
Text Example
White with #214B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B3A; }
p { color: rgb(33,75,58); }
H1.HeaderClassName
{
color: #214B3A;
}
.AnyTagClassName
{
color: #214B3A;
}
</style>
background-color css
<style>
a { background-color: #214B3A; }
a { background-color: rgb(33,75,58); }
div.DivClassName
{
background-color: #214B3A;
}
.BgClassName
{
background-color: #214B3A;
}
</style>
border-color css
<style>
span { border-color: #214B3A; }
span { border-color: rgb(33,75,58); }
td.TdClassName
{
border-color: #214B3A;
}
.TagClassName
{
border-color: #214B3A;
}
</style>