Shades of Burnham #1E4132
Tints of Burnham #1E4132
RGB
CMYK
RGB Variations
Color information
#1E4132 (or 0x1E4132) is known color: Burnham. HEX triplet: 1E, 41 and 32. RGB value is (30,65,50). Sum of RGB (Red+Green+Blue) = 30+65+50=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #1E4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4132 is #E1BECD. Grayscale: #343434. Windows color (decimal): -14794446 or 3293470. OLE color: 3293470.
HSL color Cylindrical-coordinate representation of color #1E4132: hue angle of 154.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E4132 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 65 | 50 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.75 |
| HSL | 154.29º | 0.37% | 0.19% | - |
| HSV(B) | 154.29º | 0.54% | 0.25% | - |
| XYZ | 3 | 4.29 | 3.69 | - |
| YUV | 52.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 50 | 0.54 | 0 | 0.23 | 0.75 | 154.29 | 0.37 | 0.19 |
| Hex | 1E | 41 | 32 | 36 | 0 | 17 | 4B | 9A | 25 | 13 |
| Octal | 36 | 101 | 62 | 66 | 0 | 27 | 113 | 232 | 45 | 23 |
| Binary | 11110 | 1000001 | 110010 | 110110 | 0 | 10111 | 1001011 | 10011010 | 100101 | 10011 |
Color Harmonies of #1E4132
Complementary color
Monochromatic Colors of #1E4132
Black with #1E4132
Text Example
Text Example
White with #1E4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4132; }
p { color: rgb(30,65,50); }
H1.HeaderClassName
{
color: #1E4132;
}
.AnyTagClassName
{
color: #1E4132;
}
</style>
background-color css
<style>
a { background-color: #1E4132; }
a { background-color: rgb(30,65,50); }
div.DivClassName
{
background-color: #1E4132;
}
.BgClassName
{
background-color: #1E4132;
}
</style>
border-color css
<style>
span { border-color: #1E4132; }
span { border-color: rgb(30,65,50); }
td.TdClassName
{
border-color: #1E4132;
}
.TagClassName
{
border-color: #1E4132;
}
</style>