Shades of Burnham #1E4433
Tints of Burnham #1E4433
RGB
CMYK
RGB Variations
Color information
#1E4433 (or 0x1E4433) is known color: Burnham. HEX triplet: 1E, 44 and 33. RGB value is (30,68,51). Sum of RGB (Red+Green+Blue) = 30+68+51=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #1E4433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4433 is #E1BBCC. Grayscale: #363636. Windows color (decimal): -14793677 or 3359774. OLE color: 3359774.
HSL color Cylindrical-coordinate representation of color #1E4433: hue angle of 153.16º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E4433 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 68 | 51 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.73 |
| HSL | 153.16º | 0.39% | 0.19% | - |
| HSV(B) | 153.16º | 0.56% | 0.27% | - |
| XYZ | 3.2 | 4.65 | 3.86 | - |
| YUV | 54.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 51 | 0.56 | 0 | 0.25 | 0.73 | 153.16 | 0.39 | 0.19 |
| Hex | 1E | 44 | 33 | 38 | 0 | 19 | 49 | 99 | 27 | 13 |
| Octal | 36 | 104 | 63 | 70 | 0 | 31 | 111 | 231 | 47 | 23 |
| Binary | 11110 | 1000100 | 110011 | 111000 | 0 | 11001 | 1001001 | 10011001 | 100111 | 10011 |
Color Harmonies of #1E4433
Complementary color
Monochromatic Colors of #1E4433
Black with #1E4433
Text Example
Text Example
White with #1E4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4433; }
p { color: rgb(30,68,51); }
H1.HeaderClassName
{
color: #1E4433;
}
.AnyTagClassName
{
color: #1E4433;
}
</style>
background-color css
<style>
a { background-color: #1E4433; }
a { background-color: rgb(30,68,51); }
div.DivClassName
{
background-color: #1E4433;
}
.BgClassName
{
background-color: #1E4433;
}
</style>
border-color css
<style>
span { border-color: #1E4433; }
span { border-color: rgb(30,68,51); }
td.TdClassName
{
border-color: #1E4433;
}
.TagClassName
{
border-color: #1E4433;
}
</style>