Shades of Deep Fir #0E371F
Tints of Deep Fir #0E371F
RGB
CMYK
RGB Variations
Color information
#0E371F (or 0x0E371F) is known color: Deep Fir. HEX triplet: 0E, 37 and 1F. RGB value is (14,55,31). Sum of RGB (Red+Green+Blue) = 14+55+31=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #0E371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E371F is #F1C8E0. Grayscale: #282828. Windows color (decimal): -15845601 or 2045710. OLE color: 2045710.
HSL color Cylindrical-coordinate representation of color #0E371F: hue angle of 144.88º 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 #0E371F is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 31 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.78 |
| HSL | 144.88º | 0.59% | 0.14% | - |
| HSV(B) | 144.88º | 0.75% | 0.22% | - |
| XYZ | 1.79 | 2.92 | 1.77 | - |
| YUV | 40.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 31 | 0.75 | 0 | 0.44 | 0.78 | 144.88 | 0.59 | 0.14 |
| Hex | E | 37 | 1F | 4B | 0 | 2C | 4E | 91 | 3B | E |
| Octal | 16 | 67 | 37 | 113 | 0 | 54 | 116 | 221 | 73 | 16 |
| Binary | 1110 | 110111 | 11111 | 1001011 | 0 | 101100 | 1001110 | 10010001 | 111011 | 1110 |
Color Harmonies of #0E371F
Complementary color
Monochromatic Colors of #0E371F
Black with #0E371F
Text Example
Text Example
White with #0E371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E371F; }
p { color: rgb(14,55,31); }
H1.HeaderClassName
{
color: #0E371F;
}
.AnyTagClassName
{
color: #0E371F;
}
</style>
background-color css
<style>
a { background-color: #0E371F; }
a { background-color: rgb(14,55,31); }
div.DivClassName
{
background-color: #0E371F;
}
.BgClassName
{
background-color: #0E371F;
}
</style>
border-color css
<style>
span { border-color: #0E371F; }
span { border-color: rgb(14,55,31); }
td.TdClassName
{
border-color: #0E371F;
}
.TagClassName
{
border-color: #0E371F;
}
</style>