Shades of Deep Fir #0E371D
Tints of Deep Fir #0E371D
RGB
CMYK
RGB Variations
Color information
#0E371D (or 0x0E371D) is known color: Deep Fir. HEX triplet: 0E, 37 and 1D. RGB value is (14,55,29). Sum of RGB (Red+Green+Blue) = 14+55+29=98 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.29% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #0E371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E371D is #F1C8E2. Grayscale: #272727. Windows color (decimal): -15845603 or 1914638. OLE color: 1914638.
HSL color Cylindrical-coordinate representation of color #0E371D: hue angle of 141.95º 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 #0E371D is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 29 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.78 |
| HSL | 141.95º | 0.59% | 0.14% | - |
| HSV(B) | 141.95º | 0.75% | 0.22% | - |
| XYZ | 1.77 | 2.91 | 1.63 | - |
| YUV | 39.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 29 | 0.75 | 0 | 0.47 | 0.78 | 141.95 | 0.59 | 0.14 |
| Hex | E | 37 | 1D | 4B | 0 | 2F | 4E | 8E | 3B | E |
| Octal | 16 | 67 | 35 | 113 | 0 | 57 | 116 | 216 | 73 | 16 |
| Binary | 1110 | 110111 | 11101 | 1001011 | 0 | 101111 | 1001110 | 10001110 | 111011 | 1110 |
Color Harmonies of #0E371D
Complementary color
Monochromatic Colors of #0E371D
Black with #0E371D
Text Example
Text Example
White with #0E371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E371D; }
p { color: rgb(14,55,29); }
H1.HeaderClassName
{
color: #0E371D;
}
.AnyTagClassName
{
color: #0E371D;
}
</style>
background-color css
<style>
a { background-color: #0E371D; }
a { background-color: rgb(14,55,29); }
div.DivClassName
{
background-color: #0E371D;
}
.BgClassName
{
background-color: #0E371D;
}
</style>
border-color css
<style>
span { border-color: #0E371D; }
span { border-color: rgb(14,55,29); }
td.TdClassName
{
border-color: #0E371D;
}
.TagClassName
{
border-color: #0E371D;
}
</style>