Shades of Deep Fir #0E331D
Tints of Deep Fir #0E331D
RGB
CMYK
RGB Variations
Color information
#0E331D (or 0x0E331D) is known color: Deep Fir. HEX triplet: 0E, 33 and 1D. RGB value is (14,51,29). Sum of RGB (Red+Green+Blue) = 14+51+29=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #0E331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E331D is #F1CCE2. Grayscale: #252525. Windows color (decimal): -15846627 or 1913614. OLE color: 1913614.
HSL color Cylindrical-coordinate representation of color #0E331D: hue angle of 144.32º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E331D is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 14 | 51 | 29 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.8 |
| HSL | 144.32º | 0.57% | 0.13% | - |
| HSV(B) | 144.32º | 0.73% | 0.2% | - |
| XYZ | 1.59 | 2.55 | 1.57 | - |
| YUV | 37.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 29 | 0.73 | 0 | 0.43 | 0.8 | 144.32 | 0.57 | 0.13 |
| Hex | E | 33 | 1D | 49 | 0 | 2B | 50 | 90 | 39 | D |
| Octal | 16 | 63 | 35 | 111 | 0 | 53 | 120 | 220 | 71 | 15 |
| Binary | 1110 | 110011 | 11101 | 1001001 | 0 | 101011 | 1010000 | 10010000 | 111001 | 1101 |
Color Harmonies of #0E331D
Complementary color
Monochromatic Colors of #0E331D
Black with #0E331D
Text Example
Text Example
White with #0E331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E331D; }
p { color: rgb(14,51,29); }
H1.HeaderClassName
{
color: #0E331D;
}
.AnyTagClassName
{
color: #0E331D;
}
</style>
background-color css
<style>
a { background-color: #0E331D; }
a { background-color: rgb(14,51,29); }
div.DivClassName
{
background-color: #0E331D;
}
.BgClassName
{
background-color: #0E331D;
}
</style>
border-color css
<style>
span { border-color: #0E331D; }
span { border-color: rgb(14,51,29); }
td.TdClassName
{
border-color: #0E331D;
}
.TagClassName
{
border-color: #0E331D;
}
</style>