Shades of Deep Fir #0E371A
Tints of Deep Fir #0E371A
RGB
CMYK
RGB Variations
Color information
#0E371A (or 0x0E371A) is known color: Deep Fir. HEX triplet: 0E, 37 and 1A. RGB value is (14,55,26). Sum of RGB (Red+Green+Blue) = 14+55+26=95 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.74% from 95); Green value is 55 (21.88% from 255 or 57.89% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 55 - color contains mainly: green. Hex color #0E371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E371A is #F1C8E5. Grayscale: #272727. Windows color (decimal): -15845606 or 1718030. OLE color: 1718030.
HSL color Cylindrical-coordinate representation of color #0E371A: hue angle of 137.56º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E371A is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 26 | - |
| CMYK | 0.75 | 0 | 0.53 | 0.78 |
| HSL | 137.56º | 0.59% | 0.14% | - |
| HSV(B) | 137.56º | 0.75% | 0.22% | - |
| XYZ | 1.73 | 2.9 | 1.45 | - |
| YUV | 39.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 26 | 0.75 | 0 | 0.53 | 0.78 | 137.56 | 0.59 | 0.14 |
| Hex | E | 37 | 1A | 4B | 0 | 35 | 4E | 8A | 3B | E |
| Octal | 16 | 67 | 32 | 113 | 0 | 65 | 116 | 212 | 73 | 16 |
| Binary | 1110 | 110111 | 11010 | 1001011 | 0 | 110101 | 1001110 | 10001010 | 111011 | 1110 |
Color Harmonies of #0E371A
Complementary color
Monochromatic Colors of #0E371A
Black with #0E371A
Text Example
Text Example
White with #0E371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E371A; }
p { color: rgb(14,55,26); }
H1.HeaderClassName
{
color: #0E371A;
}
.AnyTagClassName
{
color: #0E371A;
}
</style>
background-color css
<style>
a { background-color: #0E371A; }
a { background-color: rgb(14,55,26); }
div.DivClassName
{
background-color: #0E371A;
}
.BgClassName
{
background-color: #0E371A;
}
</style>
border-color css
<style>
span { border-color: #0E371A; }
span { border-color: rgb(14,55,26); }
td.TdClassName
{
border-color: #0E371A;
}
.TagClassName
{
border-color: #0E371A;
}
</style>