Shades of Deep Fir #1E412B
Tints of Deep Fir #1E412B
RGB
CMYK
RGB Variations
Color information
#1E412B (or 0x1E412B) is known color: Deep Fir. HEX triplet: 1E, 41 and 2B. RGB value is (30,65,43). Sum of RGB (Red+Green+Blue) = 30+65+43=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #1E412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E412B is #E1BED4. Grayscale: #343434. Windows color (decimal): -14794453 or 2834718. OLE color: 2834718.
HSL color Cylindrical-coordinate representation of color #1E412B: hue angle of 142.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 #1E412B is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 65 | 43 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.75 |
| HSL | 142.29º | 0.37% | 0.19% | - |
| HSV(B) | 142.29º | 0.54% | 0.25% | - |
| XYZ | 2.86 | 4.23 | 2.95 | - |
| YUV | 52.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 43 | 0.54 | 0 | 0.34 | 0.75 | 142.29 | 0.37 | 0.19 |
| Hex | 1E | 41 | 2B | 36 | 0 | 22 | 4B | 8E | 25 | 13 |
| Octal | 36 | 101 | 53 | 66 | 0 | 42 | 113 | 216 | 45 | 23 |
| Binary | 11110 | 1000001 | 101011 | 110110 | 0 | 100010 | 1001011 | 10001110 | 100101 | 10011 |
Color Harmonies of #1E412B
Complementary color
Monochromatic Colors of #1E412B
Black with #1E412B
Text Example
Text Example
White with #1E412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E412B; }
p { color: rgb(30,65,43); }
H1.HeaderClassName
{
color: #1E412B;
}
.AnyTagClassName
{
color: #1E412B;
}
</style>
background-color css
<style>
a { background-color: #1E412B; }
a { background-color: rgb(30,65,43); }
div.DivClassName
{
background-color: #1E412B;
}
.BgClassName
{
background-color: #1E412B;
}
</style>
border-color css
<style>
span { border-color: #1E412B; }
span { border-color: rgb(30,65,43); }
td.TdClassName
{
border-color: #1E412B;
}
.TagClassName
{
border-color: #1E412B;
}
</style>