Shades of Deep Fir #0E321E
Tints of Deep Fir #0E321E
RGB
CMYK
RGB Variations
Color information
#0E321E (or 0x0E321E) is known color: Deep Fir. HEX triplet: 0E, 32 and 1E. RGB value is (14,50,30). Sum of RGB (Red+Green+Blue) = 14+50+30=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #0E321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E321E is #F1CDE1. Grayscale: #252525. Windows color (decimal): -15846882 or 1978894. OLE color: 1978894.
HSL color Cylindrical-coordinate representation of color #0E321E: hue angle of 146.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E321E is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 50 | 30 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.80 |
| HSL | 146.67º | 0.56% | 0.13% | - |
| HSV(B) | 146.67º | 0.72% | 0.2% | - |
| XYZ | 1.56 | 2.47 | 1.62 | - |
| YUV | 36.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 30 | 0.72 | 0 | 0.40 | 0.80 | 146.67 | 0.56 | 0.13 |
| Hex | E | 32 | 1E | 48 | 0 | 28 | 50 | 93 | 38 | D |
| Octal | 16 | 62 | 36 | 110 | 0 | 50 | 120 | 223 | 70 | 15 |
| Binary | 1110 | 110010 | 11110 | 1001000 | 0 | 101000 | 1010000 | 10010011 | 111000 | 1101 |
Color Harmonies of #0E321E
Complementary color
Monochromatic Colors of #0E321E
Black with #0E321E
Text Example
Text Example
White with #0E321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E321E; }
p { color: rgb(14,50,30); }
H1.HeaderClassName
{
color: #0E321E;
}
.AnyTagClassName
{
color: #0E321E;
}
</style>
background-color css
<style>
a { background-color: #0E321E; }
a { background-color: rgb(14,50,30); }
div.DivClassName
{
background-color: #0E321E;
}
.BgClassName
{
background-color: #0E321E;
}
</style>
border-color css
<style>
span { border-color: #0E321E; }
span { border-color: rgb(14,50,30); }
td.TdClassName
{
border-color: #0E321E;
}
.TagClassName
{
border-color: #0E321E;
}
</style>