Shades of Deep Fir #0E351D
Tints of Deep Fir #0E351D
RGB
CMYK
RGB Variations
Color information
#0E351D (or 0x0E351D) is known color: Deep Fir. HEX triplet: 0E, 35 and 1D. RGB value is (14,53,29). Sum of RGB (Red+Green+Blue) = 14+53+29=96 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.58% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #0E351D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E351D is #F1CAE2. Grayscale: #262626. Windows color (decimal): -15846115 or 1914126. OLE color: 1914126.
HSL color Cylindrical-coordinate representation of color #0E351D: hue angle of 143.08º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E351D is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 53 | 29 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.79 |
| HSL | 143.08º | 0.58% | 0.13% | - |
| HSV(B) | 143.08º | 0.74% | 0.21% | - |
| XYZ | 1.68 | 2.73 | 1.6 | - |
| YUV | 38.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 29 | 0.74 | 0 | 0.45 | 0.79 | 143.08 | 0.58 | 0.13 |
| Hex | E | 35 | 1D | 4A | 0 | 2D | 4F | 8F | 3A | D |
| Octal | 16 | 65 | 35 | 112 | 0 | 55 | 117 | 217 | 72 | 15 |
| Binary | 1110 | 110101 | 11101 | 1001010 | 0 | 101101 | 1001111 | 10001111 | 111010 | 1101 |
Color Harmonies of #0E351D
Complementary color
Monochromatic Colors of #0E351D
Black with #0E351D
Text Example
Text Example
White with #0E351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E351D; }
p { color: rgb(14,53,29); }
H1.HeaderClassName
{
color: #0E351D;
}
.AnyTagClassName
{
color: #0E351D;
}
</style>
background-color css
<style>
a { background-color: #0E351D; }
a { background-color: rgb(14,53,29); }
div.DivClassName
{
background-color: #0E351D;
}
.BgClassName
{
background-color: #0E351D;
}
</style>
border-color css
<style>
span { border-color: #0E351D; }
span { border-color: rgb(14,53,29); }
td.TdClassName
{
border-color: #0E351D;
}
.TagClassName
{
border-color: #0E351D;
}
</style>