Shades of Deep Fir #0F361F
Tints of Deep Fir #0F361F
RGB
CMYK
RGB Variations
Color information
#0F361F (or 0x0F361F) is known color: Deep Fir. HEX triplet: 0F, 36 and 1F. RGB value is (15,54,31). Sum of RGB (Red+Green+Blue) = 15+54+31=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #0F361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F361F is #F0C9E0. Grayscale: #272727. Windows color (decimal): -15780321 or 2045455. OLE color: 2045455.
HSL color Cylindrical-coordinate representation of color #0F361F: hue angle of 144.62º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F361F is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 54 | 31 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.79 |
| HSL | 144.62º | 0.57% | 0.14% | - |
| HSV(B) | 144.62º | 0.72% | 0.21% | - |
| XYZ | 1.76 | 2.84 | 1.75 | - |
| YUV | 39.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 31 | 0.72 | 0 | 0.43 | 0.79 | 144.62 | 0.57 | 0.14 |
| Hex | F | 36 | 1F | 48 | 0 | 2B | 4F | 91 | 39 | E |
| Octal | 17 | 66 | 37 | 110 | 0 | 53 | 117 | 221 | 71 | 16 |
| Binary | 1111 | 110110 | 11111 | 1001000 | 0 | 101011 | 1001111 | 10010001 | 111001 | 1110 |
Color Harmonies of #0F361F
Complementary color
Monochromatic Colors of #0F361F
Black with #0F361F
Text Example
Text Example
White with #0F361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F361F; }
p { color: rgb(15,54,31); }
H1.HeaderClassName
{
color: #0F361F;
}
.AnyTagClassName
{
color: #0F361F;
}
</style>
background-color css
<style>
a { background-color: #0F361F; }
a { background-color: rgb(15,54,31); }
div.DivClassName
{
background-color: #0F361F;
}
.BgClassName
{
background-color: #0F361F;
}
</style>
border-color css
<style>
span { border-color: #0F361F; }
span { border-color: rgb(15,54,31); }
td.TdClassName
{
border-color: #0F361F;
}
.TagClassName
{
border-color: #0F361F;
}
</style>