Shades of Burnham #214B3C
Tints of Burnham #214B3C
RGB
CMYK
RGB Variations
Color information
#214B3C (or 0x214B3C) is known color: Burnham. HEX triplet: 21, 4B and 3C. RGB value is (33,75,60). Sum of RGB (Red+Green+Blue) = 33+75+60=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #214B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B3C is #DEB4C3. Grayscale: #3C3C3C. Windows color (decimal): -14595268 or 3951393. OLE color: 3951393.
HSL color Cylindrical-coordinate representation of color #214B3C: hue angle of 158.57º 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 #214B3C is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 60 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.71 |
| HSL | 158.57º | 0.39% | 0.21% | - |
| HSV(B) | 158.57º | 0.56% | 0.29% | - |
| XYZ | 3.96 | 5.68 | 5.16 | - |
| YUV | 60.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 60 | 0.56 | 0 | 0.20 | 0.71 | 158.57 | 0.39 | 0.21 |
| Hex | 21 | 4B | 3C | 38 | 0 | 14 | 47 | 9F | 27 | 15 |
| Octal | 41 | 113 | 74 | 70 | 0 | 24 | 107 | 237 | 47 | 25 |
| Binary | 100001 | 1001011 | 111100 | 111000 | 0 | 10100 | 1000111 | 10011111 | 100111 | 10101 |
Color Harmonies of #214B3C
Complementary color
Monochromatic Colors of #214B3C
Black with #214B3C
Text Example
Text Example
White with #214B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B3C; }
p { color: rgb(33,75,60); }
H1.HeaderClassName
{
color: #214B3C;
}
.AnyTagClassName
{
color: #214B3C;
}
</style>
background-color css
<style>
a { background-color: #214B3C; }
a { background-color: rgb(33,75,60); }
div.DivClassName
{
background-color: #214B3C;
}
.BgClassName
{
background-color: #214B3C;
}
</style>
border-color css
<style>
span { border-color: #214B3C; }
span { border-color: rgb(33,75,60); }
td.TdClassName
{
border-color: #214B3C;
}
.TagClassName
{
border-color: #214B3C;
}
</style>