Shades of Deep Fir #0E371E
Tints of Deep Fir #0E371E
RGB
CMYK
RGB Variations
Color information
#0E371E (or 0x0E371E) is known color: Deep Fir. HEX triplet: 0E, 37 and 1E. RGB value is (14,55,30). Sum of RGB (Red+Green+Blue) = 14+55+30=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #0E371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E371E is #F1C8E1. Grayscale: #272727. Windows color (decimal): -15845602 or 1980174. OLE color: 1980174.
HSL color Cylindrical-coordinate representation of color #0E371E: hue angle of 143.41º 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 #0E371E is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 30 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.78 |
| HSL | 143.41º | 0.59% | 0.14% | - |
| HSV(B) | 143.41º | 0.75% | 0.22% | - |
| XYZ | 1.78 | 2.92 | 1.7 | - |
| YUV | 39.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 30 | 0.75 | 0 | 0.45 | 0.78 | 143.41 | 0.59 | 0.14 |
| Hex | E | 37 | 1E | 4B | 0 | 2D | 4E | 8F | 3B | E |
| Octal | 16 | 67 | 36 | 113 | 0 | 55 | 116 | 217 | 73 | 16 |
| Binary | 1110 | 110111 | 11110 | 1001011 | 0 | 101101 | 1001110 | 10001111 | 111011 | 1110 |
Color Harmonies of #0E371E
Complementary color
Monochromatic Colors of #0E371E
Black with #0E371E
Text Example
Text Example
White with #0E371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E371E; }
p { color: rgb(14,55,30); }
H1.HeaderClassName
{
color: #0E371E;
}
.AnyTagClassName
{
color: #0E371E;
}
</style>
background-color css
<style>
a { background-color: #0E371E; }
a { background-color: rgb(14,55,30); }
div.DivClassName
{
background-color: #0E371E;
}
.BgClassName
{
background-color: #0E371E;
}
</style>
border-color css
<style>
span { border-color: #0E371E; }
span { border-color: rgb(14,55,30); }
td.TdClassName
{
border-color: #0E371E;
}
.TagClassName
{
border-color: #0E371E;
}
</style>