Shades of Burnham #1E4333
Tints of Burnham #1E4333
RGB
CMYK
RGB Variations
Color information
#1E4333 (or 0x1E4333) is known color: Burnham. HEX triplet: 1E, 43 and 33. RGB value is (30,67,51). Sum of RGB (Red+Green+Blue) = 30+67+51=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #1E4333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4333 is #E1BCCC. Grayscale: #363636. Windows color (decimal): -14793933 or 3359518. OLE color: 3359518.
HSL color Cylindrical-coordinate representation of color #1E4333: hue angle of 154.05º 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 #1E4333 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 67 | 51 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.74 |
| HSL | 154.05º | 0.38% | 0.19% | - |
| HSV(B) | 154.05º | 0.55% | 0.26% | - |
| XYZ | 3.14 | 4.53 | 3.84 | - |
| YUV | 54.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 51 | 0.55 | 0 | 0.24 | 0.74 | 154.05 | 0.38 | 0.19 |
| Hex | 1E | 43 | 33 | 37 | 0 | 18 | 4A | 9A | 26 | 13 |
| Octal | 36 | 103 | 63 | 67 | 0 | 30 | 112 | 232 | 46 | 23 |
| Binary | 11110 | 1000011 | 110011 | 110111 | 0 | 11000 | 1001010 | 10011010 | 100110 | 10011 |
Color Harmonies of #1E4333
Complementary color
Monochromatic Colors of #1E4333
Black with #1E4333
Text Example
Text Example
White with #1E4333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4333; }
p { color: rgb(30,67,51); }
H1.HeaderClassName
{
color: #1E4333;
}
.AnyTagClassName
{
color: #1E4333;
}
</style>
background-color css
<style>
a { background-color: #1E4333; }
a { background-color: rgb(30,67,51); }
div.DivClassName
{
background-color: #1E4333;
}
.BgClassName
{
background-color: #1E4333;
}
</style>
border-color css
<style>
span { border-color: #1E4333; }
span { border-color: rgb(30,67,51); }
td.TdClassName
{
border-color: #1E4333;
}
.TagClassName
{
border-color: #1E4333;
}
</style>