Shades of Deep Fir #0E3B1C
Tints of Deep Fir #0E3B1C
RGB
CMYK
RGB Variations
Color information
#0E3B1C (or 0x0E3B1C) is known color: Deep Fir. HEX triplet: 0E, 3B and 1C. RGB value is (14,59,28). Sum of RGB (Red+Green+Blue) = 14+59+28=101 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.86% from 101); Green value is 59 (23.44% from 255 or 58.42% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 59 - color contains mainly: green. Hex color #0E3B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B1C is #F1C4E3. Grayscale: #2A2A2A. Windows color (decimal): -15844580 or 1850126. OLE color: 1850126.
HSL color Cylindrical-coordinate representation of color #0E3B1C: hue angle of 138.67º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E3B1C is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 59 | 28 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.77 |
| HSL | 138.67º | 0.62% | 0.14% | - |
| HSV(B) | 138.67º | 0.76% | 0.23% | - |
| XYZ | 1.95 | 3.31 | 1.63 | - |
| YUV | 42.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 59 | 28 | 0.76 | 0 | 0.53 | 0.77 | 138.67 | 0.62 | 0.14 |
| Hex | E | 3B | 1C | 4C | 0 | 35 | 4D | 8B | 3E | E |
| Octal | 16 | 73 | 34 | 114 | 0 | 65 | 115 | 213 | 76 | 16 |
| Binary | 1110 | 111011 | 11100 | 1001100 | 0 | 110101 | 1001101 | 10001011 | 111110 | 1110 |
Color Harmonies of #0E3B1C
Complementary color
Monochromatic Colors of #0E3B1C
Black with #0E3B1C
Text Example
Text Example
White with #0E3B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3B1C; }
p { color: rgb(14,59,28); }
H1.HeaderClassName
{
color: #0E3B1C;
}
.AnyTagClassName
{
color: #0E3B1C;
}
</style>
background-color css
<style>
a { background-color: #0E3B1C; }
a { background-color: rgb(14,59,28); }
div.DivClassName
{
background-color: #0E3B1C;
}
.BgClassName
{
background-color: #0E3B1C;
}
</style>
border-color css
<style>
span { border-color: #0E3B1C; }
span { border-color: rgb(14,59,28); }
td.TdClassName
{
border-color: #0E3B1C;
}
.TagClassName
{
border-color: #0E3B1C;
}
</style>