Shades of Burnham #1E4232
Tints of Burnham #1E4232
RGB
CMYK
RGB Variations
Color information
#1E4232 (or 0x1E4232) is known color: Burnham. HEX triplet: 1E, 42 and 32. RGB value is (30,66,50). Sum of RGB (Red+Green+Blue) = 30+66+50=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #1E4232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4232 is #E1BDCD. Grayscale: #353535. Windows color (decimal): -14794190 or 3293726. OLE color: 3293726.
HSL color Cylindrical-coordinate representation of color #1E4232: hue angle of 153.33º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E4232 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 66 | 50 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.74 |
| HSL | 153.33º | 0.38% | 0.19% | - |
| HSV(B) | 153.33º | 0.55% | 0.26% | - |
| XYZ | 3.06 | 4.4 | 3.71 | - |
| YUV | 53.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 50 | 0.55 | 0 | 0.24 | 0.74 | 153.33 | 0.38 | 0.19 |
| Hex | 1E | 42 | 32 | 37 | 0 | 18 | 4A | 99 | 26 | 13 |
| Octal | 36 | 102 | 62 | 67 | 0 | 30 | 112 | 231 | 46 | 23 |
| Binary | 11110 | 1000010 | 110010 | 110111 | 0 | 11000 | 1001010 | 10011001 | 100110 | 10011 |
Color Harmonies of #1E4232
Complementary color
Monochromatic Colors of #1E4232
Black with #1E4232
Text Example
Text Example
White with #1E4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4232; }
p { color: rgb(30,66,50); }
H1.HeaderClassName
{
color: #1E4232;
}
.AnyTagClassName
{
color: #1E4232;
}
</style>
background-color css
<style>
a { background-color: #1E4232; }
a { background-color: rgb(30,66,50); }
div.DivClassName
{
background-color: #1E4232;
}
.BgClassName
{
background-color: #1E4232;
}
</style>
border-color css
<style>
span { border-color: #1E4232; }
span { border-color: rgb(30,66,50); }
td.TdClassName
{
border-color: #1E4232;
}
.TagClassName
{
border-color: #1E4232;
}
</style>