Shades of Deep Fir #0E321D
Tints of Deep Fir #0E321D
RGB
CMYK
RGB Variations
Color information
#0E321D (or 0x0E321D) is known color: Deep Fir. HEX triplet: 0E, 32 and 1D. RGB value is (14,50,29). Sum of RGB (Red+Green+Blue) = 14+50+29=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #0E321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E321D is #F1CDE2. Grayscale: #242424. Windows color (decimal): -15846883 or 1913358. OLE color: 1913358.
HSL color Cylindrical-coordinate representation of color #0E321D: hue angle of 145º 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 #0E321D is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 50 | 29 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.80 |
| HSL | 145º | 0.56% | 0.13% | - |
| HSV(B) | 145º | 0.72% | 0.2% | - |
| XYZ | 1.54 | 2.46 | 1.56 | - |
| YUV | 36.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 29 | 0.72 | 0 | 0.42 | 0.80 | 145 | 0.56 | 0.13 |
| Hex | E | 32 | 1D | 48 | 0 | 2A | 50 | 91 | 38 | D |
| Octal | 16 | 62 | 35 | 110 | 0 | 52 | 120 | 221 | 70 | 15 |
| Binary | 1110 | 110010 | 11101 | 1001000 | 0 | 101010 | 1010000 | 10010001 | 111000 | 1101 |
Color Harmonies of #0E321D
Complementary color
Monochromatic Colors of #0E321D
Black with #0E321D
Text Example
Text Example
White with #0E321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E321D; }
p { color: rgb(14,50,29); }
H1.HeaderClassName
{
color: #0E321D;
}
.AnyTagClassName
{
color: #0E321D;
}
</style>
background-color css
<style>
a { background-color: #0E321D; }
a { background-color: rgb(14,50,29); }
div.DivClassName
{
background-color: #0E321D;
}
.BgClassName
{
background-color: #0E321D;
}
</style>
border-color css
<style>
span { border-color: #0E321D; }
span { border-color: rgb(14,50,29); }
td.TdClassName
{
border-color: #0E321D;
}
.TagClassName
{
border-color: #0E321D;
}
</style>