Shades of Deep Fir #0E361A
Tints of Deep Fir #0E361A
RGB
CMYK
RGB Variations
Color information
#0E361A (or 0x0E361A) is known color: Deep Fir. HEX triplet: 0E, 36 and 1A. RGB value is (14,54,26). Sum of RGB (Red+Green+Blue) = 14+54+26=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 54 (21.48% from 255 or 57.45% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 54 - color contains mainly: green. Hex color #0E361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E361A is #F1C9E5. Grayscale: #262626. Windows color (decimal): -15845862 or 1717774. OLE color: 1717774.
HSL color Cylindrical-coordinate representation of color #0E361A: hue angle of 138º 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 #0E361A is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 54 | 26 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.79 |
| HSL | 138º | 0.59% | 0.13% | - |
| HSV(B) | 138º | 0.74% | 0.21% | - |
| XYZ | 1.69 | 2.81 | 1.43 | - |
| YUV | 38.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 26 | 0.74 | 0 | 0.52 | 0.79 | 138 | 0.59 | 0.13 |
| Hex | E | 36 | 1A | 4A | 0 | 34 | 4F | 8A | 3B | D |
| Octal | 16 | 66 | 32 | 112 | 0 | 64 | 117 | 212 | 73 | 15 |
| Binary | 1110 | 110110 | 11010 | 1001010 | 0 | 110100 | 1001111 | 10001010 | 111011 | 1101 |
Color Harmonies of #0E361A
Complementary color
Monochromatic Colors of #0E361A
Black with #0E361A
Text Example
Text Example
White with #0E361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E361A; }
p { color: rgb(14,54,26); }
H1.HeaderClassName
{
color: #0E361A;
}
.AnyTagClassName
{
color: #0E361A;
}
</style>
background-color css
<style>
a { background-color: #0E361A; }
a { background-color: rgb(14,54,26); }
div.DivClassName
{
background-color: #0E361A;
}
.BgClassName
{
background-color: #0E361A;
}
</style>
border-color css
<style>
span { border-color: #0E361A; }
span { border-color: rgb(14,54,26); }
td.TdClassName
{
border-color: #0E361A;
}
.TagClassName
{
border-color: #0E361A;
}
</style>