Shades of Deep Fir #0E341E
Tints of Deep Fir #0E341E
RGB
CMYK
RGB Variations
Color information
#0E341E (or 0x0E341E) is known color: Deep Fir. HEX triplet: 0E, 34 and 1E. RGB value is (14,52,30). Sum of RGB (Red+Green+Blue) = 14+52+30=96 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.58% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #0E341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E341E is #F1CBE1. Grayscale: #262626. Windows color (decimal): -15846370 or 1979406. OLE color: 1979406.
HSL color Cylindrical-coordinate representation of color #0E341E: hue angle of 145.26º degrees, saturation: 0.58, 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 #0E341E is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 52 | 30 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.80 |
| HSL | 145.26º | 0.58% | 0.13% | - |
| HSV(B) | 145.26º | 0.73% | 0.2% | - |
| XYZ | 1.64 | 2.64 | 1.65 | - |
| YUV | 38.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 30 | 0.73 | 0 | 0.42 | 0.80 | 145.26 | 0.58 | 0.13 |
| Hex | E | 34 | 1E | 49 | 0 | 2A | 50 | 91 | 3A | D |
| Octal | 16 | 64 | 36 | 111 | 0 | 52 | 120 | 221 | 72 | 15 |
| Binary | 1110 | 110100 | 11110 | 1001001 | 0 | 101010 | 1010000 | 10010001 | 111010 | 1101 |
Color Harmonies of #0E341E
Complementary color
Monochromatic Colors of #0E341E
Black with #0E341E
Text Example
Text Example
White with #0E341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E341E; }
p { color: rgb(14,52,30); }
H1.HeaderClassName
{
color: #0E341E;
}
.AnyTagClassName
{
color: #0E341E;
}
</style>
background-color css
<style>
a { background-color: #0E341E; }
a { background-color: rgb(14,52,30); }
div.DivClassName
{
background-color: #0E341E;
}
.BgClassName
{
background-color: #0E341E;
}
</style>
border-color css
<style>
span { border-color: #0E341E; }
span { border-color: rgb(14,52,30); }
td.TdClassName
{
border-color: #0E341E;
}
.TagClassName
{
border-color: #0E341E;
}
</style>