Shades of Burnham #214338
Tints of Burnham #214338
RGB
CMYK
RGB Variations
Color information
#214338 (or 0x214338) is known color: Burnham. HEX triplet: 21, 43 and 38. RGB value is (33,67,56). Sum of RGB (Red+Green+Blue) = 33+67+56=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #214338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214338 is #DEBCC7. Grayscale: #373737. Windows color (decimal): -14597320 or 3687201. OLE color: 3687201.
HSL color Cylindrical-coordinate representation of color #214338: hue angle of 160.59º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214338 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 56 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.74 |
| HSL | 160.59º | 0.34% | 0.2% | - |
| HSV(B) | 160.59º | 0.51% | 0.26% | - |
| XYZ | 3.35 | 4.62 | 4.46 | - |
| YUV | 55.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 56 | 0.51 | 0 | 0.16 | 0.74 | 160.59 | 0.34 | 0.2 |
| Hex | 21 | 43 | 38 | 33 | 0 | 10 | 4A | A1 | 22 | 14 |
| Octal | 41 | 103 | 70 | 63 | 0 | 20 | 112 | 241 | 42 | 24 |
| Binary | 100001 | 1000011 | 111000 | 110011 | 0 | 10000 | 1001010 | 10100001 | 100010 | 10100 |
Color Harmonies of #214338
Complementary color
Monochromatic Colors of #214338
Black with #214338
Text Example
Text Example
White with #214338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214338; }
p { color: rgb(33,67,56); }
H1.HeaderClassName
{
color: #214338;
}
.AnyTagClassName
{
color: #214338;
}
</style>
background-color css
<style>
a { background-color: #214338; }
a { background-color: rgb(33,67,56); }
div.DivClassName
{
background-color: #214338;
}
.BgClassName
{
background-color: #214338;
}
</style>
border-color css
<style>
span { border-color: #214338; }
span { border-color: rgb(33,67,56); }
td.TdClassName
{
border-color: #214338;
}
.TagClassName
{
border-color: #214338;
}
</style>