Shades of Deep Fir #0F371E
Tints of Deep Fir #0F371E
RGB
CMYK
RGB Variations
Color information
#0F371E (or 0x0F371E) is known color: Deep Fir. HEX triplet: 0F, 37 and 1E. RGB value is (15,55,30). Sum of RGB (Red+Green+Blue) = 15+55+30=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #0F371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F371E is #F0C8E1. Grayscale: #282828. Windows color (decimal): -15780066 or 1980175. OLE color: 1980175.
HSL color Cylindrical-coordinate representation of color #0F371E: hue angle of 142.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F371E is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 55 | 30 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.78 |
| HSL | 142.5º | 0.57% | 0.14% | - |
| HSV(B) | 142.5º | 0.73% | 0.22% | - |
| XYZ | 1.8 | 2.93 | 1.7 | - |
| YUV | 40.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 30 | 0.73 | 0 | 0.45 | 0.78 | 142.5 | 0.57 | 0.14 |
| Hex | F | 37 | 1E | 49 | 0 | 2D | 4E | 8E | 39 | E |
| Octal | 17 | 67 | 36 | 111 | 0 | 55 | 116 | 216 | 71 | 16 |
| Binary | 1111 | 110111 | 11110 | 1001001 | 0 | 101101 | 1001110 | 10001110 | 111001 | 1110 |
Color Harmonies of #0F371E
Complementary color
Monochromatic Colors of #0F371E
Black with #0F371E
Text Example
Text Example
White with #0F371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F371E; }
p { color: rgb(15,55,30); }
H1.HeaderClassName
{
color: #0F371E;
}
.AnyTagClassName
{
color: #0F371E;
}
</style>
background-color css
<style>
a { background-color: #0F371E; }
a { background-color: rgb(15,55,30); }
div.DivClassName
{
background-color: #0F371E;
}
.BgClassName
{
background-color: #0F371E;
}
</style>
border-color css
<style>
span { border-color: #0F371E; }
span { border-color: rgb(15,55,30); }
td.TdClassName
{
border-color: #0F371E;
}
.TagClassName
{
border-color: #0F371E;
}
</style>