Shades of Deep Fir #0E361C
Tints of Deep Fir #0E361C
RGB
CMYK
RGB Variations
Color information
#0E361C (or 0x0E361C) is known color: Deep Fir. HEX triplet: 0E, 36 and 1C. RGB value is (14,54,28). Sum of RGB (Red+Green+Blue) = 14+54+28=96 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.58% from 96); Green value is 54 (21.48% from 255 or 56.25% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 54 - color contains mainly: green. Hex color #0E361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E361C is #F1C9E3. Grayscale: #272727. Windows color (decimal): -15845860 or 1848846. OLE color: 1848846.
HSL color Cylindrical-coordinate representation of color #0E361C: hue angle of 141º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E361C is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 54 | 28 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.79 |
| HSL | 141º | 0.59% | 0.13% | - |
| HSV(B) | 141º | 0.74% | 0.21% | - |
| XYZ | 1.71 | 2.82 | 1.55 | - |
| YUV | 39.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 28 | 0.74 | 0 | 0.48 | 0.79 | 141 | 0.59 | 0.13 |
| Hex | E | 36 | 1C | 4A | 0 | 30 | 4F | 8D | 3B | D |
| Octal | 16 | 66 | 34 | 112 | 0 | 60 | 117 | 215 | 73 | 15 |
| Binary | 1110 | 110110 | 11100 | 1001010 | 0 | 110000 | 1001111 | 10001101 | 111011 | 1101 |
Color Harmonies of #0E361C
Complementary color
Monochromatic Colors of #0E361C
Black with #0E361C
Text Example
Text Example
White with #0E361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E361C; }
p { color: rgb(14,54,28); }
H1.HeaderClassName
{
color: #0E361C;
}
.AnyTagClassName
{
color: #0E361C;
}
</style>
background-color css
<style>
a { background-color: #0E361C; }
a { background-color: rgb(14,54,28); }
div.DivClassName
{
background-color: #0E361C;
}
.BgClassName
{
background-color: #0E361C;
}
</style>
border-color css
<style>
span { border-color: #0E361C; }
span { border-color: rgb(14,54,28); }
td.TdClassName
{
border-color: #0E361C;
}
.TagClassName
{
border-color: #0E361C;
}
</style>