Shades of Deep Fir #0F3117
Tints of Deep Fir #0F3117
RGB
CMYK
RGB Variations
Color information
#0F3117 (or 0x0F3117) is known color: Deep Fir. HEX triplet: 0F, 31 and 17. RGB value is (15,49,23). Sum of RGB (Red+Green+Blue) = 15+49+23=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3117 is #F0CEE8. Grayscale: #232323. Windows color (decimal): -15781609 or 1519887. OLE color: 1519887.
HSL color Cylindrical-coordinate representation of color #0F3117: hue angle of 134.12º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F3117 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 49 | 23 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.81 |
| HSL | 134.12º | 0.53% | 0.13% | - |
| HSV(B) | 134.12º | 0.69% | 0.19% | - |
| XYZ | 1.45 | 2.36 | 1.19 | - |
| YUV | 35.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 23 | 0.69 | 0 | 0.53 | 0.81 | 134.12 | 0.53 | 0.13 |
| Hex | F | 31 | 17 | 45 | 0 | 35 | 51 | 86 | 35 | D |
| Octal | 17 | 61 | 27 | 105 | 0 | 65 | 121 | 206 | 65 | 15 |
| Binary | 1111 | 110001 | 10111 | 1000101 | 0 | 110101 | 1010001 | 10000110 | 110101 | 1101 |
Color Harmonies of #0F3117
Complementary color
Monochromatic Colors of #0F3117
Black with #0F3117
Text Example
Text Example
White with #0F3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3117; }
p { color: rgb(15,49,23); }
H1.HeaderClassName
{
color: #0F3117;
}
.AnyTagClassName
{
color: #0F3117;
}
</style>
background-color css
<style>
a { background-color: #0F3117; }
a { background-color: rgb(15,49,23); }
div.DivClassName
{
background-color: #0F3117;
}
.BgClassName
{
background-color: #0F3117;
}
</style>
border-color css
<style>
span { border-color: #0F3117; }
span { border-color: rgb(15,49,23); }
td.TdClassName
{
border-color: #0F3117;
}
.TagClassName
{
border-color: #0F3117;
}
</style>