Shades of Deep Fir #0E3315
Tints of Deep Fir #0E3315
RGB
CMYK
RGB Variations
Color information
#0E3315 (or 0x0E3315) is known color: Deep Fir. HEX triplet: 0E, 33 and 15. RGB value is (14,51,21). Sum of RGB (Red+Green+Blue) = 14+51+21=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #0E3315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3315 is #F1CCEA. Grayscale: #242424. Windows color (decimal): -15846635 or 1389326. OLE color: 1389326.
HSL color Cylindrical-coordinate representation of color #0E3315: hue angle of 131.35º 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 #0E3315 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 14 | 51 | 21 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.8 |
| HSL | 131.35º | 0.57% | 0.13% | - |
| HSV(B) | 131.35º | 0.73% | 0.2% | - |
| XYZ | 1.5 | 2.52 | 1.12 | - |
| YUV | 36.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 21 | 0.73 | 0 | 0.59 | 0.8 | 131.35 | 0.57 | 0.13 |
| Hex | E | 33 | 15 | 49 | 0 | 3B | 50 | 83 | 39 | D |
| Octal | 16 | 63 | 25 | 111 | 0 | 73 | 120 | 203 | 71 | 15 |
| Binary | 1110 | 110011 | 10101 | 1001001 | 0 | 111011 | 1010000 | 10000011 | 111001 | 1101 |
Color Harmonies of #0E3315
Complementary color
Monochromatic Colors of #0E3315
Black with #0E3315
Text Example
Text Example
White with #0E3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3315; }
p { color: rgb(14,51,21); }
H1.HeaderClassName
{
color: #0E3315;
}
.AnyTagClassName
{
color: #0E3315;
}
</style>
background-color css
<style>
a { background-color: #0E3315; }
a { background-color: rgb(14,51,21); }
div.DivClassName
{
background-color: #0E3315;
}
.BgClassName
{
background-color: #0E3315;
}
</style>
border-color css
<style>
span { border-color: #0E3315; }
span { border-color: rgb(14,51,21); }
td.TdClassName
{
border-color: #0E3315;
}
.TagClassName
{
border-color: #0E3315;
}
</style>