Shades of Deep Fir #0F401F
Tints of Deep Fir #0F401F
RGB
CMYK
RGB Variations
Color information
#0F401F (or 0x0F401F) is known color: Deep Fir. HEX triplet: 0F, 40 and 1F. RGB value is (15,64,31). Sum of RGB (Red+Green+Blue) = 15+64+31=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #0F401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F401F is #F0BFE0. Grayscale: #2D2D2D. Windows color (decimal): -15777761 or 2048015. OLE color: 2048015.
HSL color Cylindrical-coordinate representation of color #0F401F: hue angle of 139.59º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F401F is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 31 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.75 |
| HSL | 139.59º | 0.62% | 0.15% | - |
| HSV(B) | 139.59º | 0.77% | 0.25% | - |
| XYZ | 2.28 | 3.87 | 1.92 | - |
| YUV | 45.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 31 | 0.77 | 0 | 0.52 | 0.75 | 139.59 | 0.62 | 0.15 |
| Hex | F | 40 | 1F | 4D | 0 | 34 | 4B | 8C | 3E | F |
| Octal | 17 | 100 | 37 | 115 | 0 | 64 | 113 | 214 | 76 | 17 |
| Binary | 1111 | 1000000 | 11111 | 1001101 | 0 | 110100 | 1001011 | 10001100 | 111110 | 1111 |
Color Harmonies of #0F401F
Complementary color
Monochromatic Colors of #0F401F
Black with #0F401F
Text Example
Text Example
White with #0F401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F401F; }
p { color: rgb(15,64,31); }
H1.HeaderClassName
{
color: #0F401F;
}
.AnyTagClassName
{
color: #0F401F;
}
</style>
background-color css
<style>
a { background-color: #0F401F; }
a { background-color: rgb(15,64,31); }
div.DivClassName
{
background-color: #0F401F;
}
.BgClassName
{
background-color: #0F401F;
}
</style>
border-color css
<style>
span { border-color: #0F401F; }
span { border-color: rgb(15,64,31); }
td.TdClassName
{
border-color: #0F401F;
}
.TagClassName
{
border-color: #0F401F;
}
</style>