Shades of Deep Fir #0E311D
Tints of Deep Fir #0E311D
RGB
CMYK
RGB Variations
Color information
#0E311D (or 0x0E311D) is known color: Deep Fir. HEX triplet: 0E, 31 and 1D. RGB value is (14,49,29). Sum of RGB (Red+Green+Blue) = 14+49+29=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #0E311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E311D is #F1CEE2. Grayscale: #242424. Windows color (decimal): -15847139 or 1913102. OLE color: 1913102.
HSL color Cylindrical-coordinate representation of color #0E311D: hue angle of 145.71º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E311D is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 49 | 29 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.81 |
| HSL | 145.71º | 0.56% | 0.12% | - |
| HSV(B) | 145.71º | 0.71% | 0.19% | - |
| XYZ | 1.5 | 2.38 | 1.54 | - |
| YUV | 36.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 49 | 29 | 0.71 | 0 | 0.41 | 0.81 | 145.71 | 0.56 | 0.12 |
| Hex | E | 31 | 1D | 47 | 0 | 29 | 51 | 92 | 38 | C |
| Octal | 16 | 61 | 35 | 107 | 0 | 51 | 121 | 222 | 70 | 14 |
| Binary | 1110 | 110001 | 11101 | 1000111 | 0 | 101001 | 1010001 | 10010010 | 111000 | 1100 |
Color Harmonies of #0E311D
Complementary color
Monochromatic Colors of #0E311D
Black with #0E311D
Text Example
Text Example
White with #0E311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E311D; }
p { color: rgb(14,49,29); }
H1.HeaderClassName
{
color: #0E311D;
}
.AnyTagClassName
{
color: #0E311D;
}
</style>
background-color css
<style>
a { background-color: #0E311D; }
a { background-color: rgb(14,49,29); }
div.DivClassName
{
background-color: #0E311D;
}
.BgClassName
{
background-color: #0E311D;
}
</style>
border-color css
<style>
span { border-color: #0E311D; }
span { border-color: rgb(14,49,29); }
td.TdClassName
{
border-color: #0E311D;
}
.TagClassName
{
border-color: #0E311D;
}
</style>