Shades of Deep Fir #0F341F
Tints of Deep Fir #0F341F
RGB
CMYK
RGB Variations
Color information
#0F341F (or 0x0F341F) is known color: Deep Fir. HEX triplet: 0F, 34 and 1F. RGB value is (15,52,31). Sum of RGB (Red+Green+Blue) = 15+52+31=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #0F341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F341F is #F0CBE0. Grayscale: #262626. Windows color (decimal): -15780833 or 2044943. OLE color: 2044943.
HSL color Cylindrical-coordinate representation of color #0F341F: hue angle of 145.95º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F341F is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 52 | 31 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.80 |
| HSL | 145.95º | 0.55% | 0.13% | - |
| HSV(B) | 145.95º | 0.71% | 0.2% | - |
| XYZ | 1.67 | 2.66 | 1.72 | - |
| YUV | 38.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 31 | 0.71 | 0 | 0.40 | 0.80 | 145.95 | 0.55 | 0.13 |
| Hex | F | 34 | 1F | 47 | 0 | 28 | 50 | 92 | 37 | D |
| Octal | 17 | 64 | 37 | 107 | 0 | 50 | 120 | 222 | 67 | 15 |
| Binary | 1111 | 110100 | 11111 | 1000111 | 0 | 101000 | 1010000 | 10010010 | 110111 | 1101 |
Color Harmonies of #0F341F
Complementary color
Monochromatic Colors of #0F341F
Black with #0F341F
Text Example
Text Example
White with #0F341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F341F; }
p { color: rgb(15,52,31); }
H1.HeaderClassName
{
color: #0F341F;
}
.AnyTagClassName
{
color: #0F341F;
}
</style>
background-color css
<style>
a { background-color: #0F341F; }
a { background-color: rgb(15,52,31); }
div.DivClassName
{
background-color: #0F341F;
}
.BgClassName
{
background-color: #0F341F;
}
</style>
border-color css
<style>
span { border-color: #0F341F; }
span { border-color: rgb(15,52,31); }
td.TdClassName
{
border-color: #0F341F;
}
.TagClassName
{
border-color: #0F341F;
}
</style>