Shades of Burnham #214136
Tints of Burnham #214136
RGB
CMYK
RGB Variations
Color information
#214136 (or 0x214136) is known color: Burnham. HEX triplet: 21, 41 and 36. RGB value is (33,65,54). Sum of RGB (Red+Green+Blue) = 33+65+54=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #214136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214136 is #DEBEC9. Grayscale: #363636. Windows color (decimal): -14597834 or 3555617. OLE color: 3555617.
HSL color Cylindrical-coordinate representation of color #214136: hue angle of 159.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #214136 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 54 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.75 |
| HSL | 159.38º | 0.33% | 0.19% | - |
| HSV(B) | 159.38º | 0.49% | 0.25% | - |
| XYZ | 3.18 | 4.37 | 4.17 | - |
| YUV | 54.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 54 | 0.49 | 0 | 0.17 | 0.75 | 159.38 | 0.33 | 0.19 |
| Hex | 21 | 41 | 36 | 31 | 0 | 11 | 4B | 9F | 21 | 13 |
| Octal | 41 | 101 | 66 | 61 | 0 | 21 | 113 | 237 | 41 | 23 |
| Binary | 100001 | 1000001 | 110110 | 110001 | 0 | 10001 | 1001011 | 10011111 | 100001 | 10011 |
Color Harmonies of #214136
Complementary color
Monochromatic Colors of #214136
Black with #214136
Text Example
Text Example
White with #214136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214136; }
p { color: rgb(33,65,54); }
H1.HeaderClassName
{
color: #214136;
}
.AnyTagClassName
{
color: #214136;
}
</style>
background-color css
<style>
a { background-color: #214136; }
a { background-color: rgb(33,65,54); }
div.DivClassName
{
background-color: #214136;
}
.BgClassName
{
background-color: #214136;
}
</style>
border-color css
<style>
span { border-color: #214136; }
span { border-color: rgb(33,65,54); }
td.TdClassName
{
border-color: #214136;
}
.TagClassName
{
border-color: #214136;
}
</style>