Shades of Deep Fir #0E321B
Tints of Deep Fir #0E321B
RGB
CMYK
RGB Variations
Color information
#0E321B (or 0x0E321B) is known color: Deep Fir. HEX triplet: 0E, 32 and 1B. RGB value is (14,50,27). Sum of RGB (Red+Green+Blue) = 14+50+27=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #0E321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E321B is #F1CDE4. Grayscale: #242424. Windows color (decimal): -15846885 or 1782286. OLE color: 1782286.
HSL color Cylindrical-coordinate representation of color #0E321B: hue angle of 141.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 #0E321B is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 50 | 27 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.80 |
| HSL | 141.67º | 0.56% | 0.13% | - |
| HSV(B) | 141.67º | 0.72% | 0.2% | - |
| XYZ | 1.52 | 2.45 | 1.43 | - |
| YUV | 36.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 27 | 0.72 | 0 | 0.46 | 0.80 | 141.67 | 0.56 | 0.13 |
| Hex | E | 32 | 1B | 48 | 0 | 2E | 50 | 8E | 38 | D |
| Octal | 16 | 62 | 33 | 110 | 0 | 56 | 120 | 216 | 70 | 15 |
| Binary | 1110 | 110010 | 11011 | 1001000 | 0 | 101110 | 1010000 | 10001110 | 111000 | 1101 |
Color Harmonies of #0E321B
Complementary color
Monochromatic Colors of #0E321B
Black with #0E321B
Text Example
Text Example
White with #0E321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E321B; }
p { color: rgb(14,50,27); }
H1.HeaderClassName
{
color: #0E321B;
}
.AnyTagClassName
{
color: #0E321B;
}
</style>
background-color css
<style>
a { background-color: #0E321B; }
a { background-color: rgb(14,50,27); }
div.DivClassName
{
background-color: #0E321B;
}
.BgClassName
{
background-color: #0E321B;
}
</style>
border-color css
<style>
span { border-color: #0E321B; }
span { border-color: rgb(14,50,27); }
td.TdClassName
{
border-color: #0E321B;
}
.TagClassName
{
border-color: #0E321B;
}
</style>