Shades of Deep Fir #0F331C
Tints of Deep Fir #0F331C
RGB
CMYK
RGB Variations
Color information
#0F331C (or 0x0F331C) is known color: Deep Fir. HEX triplet: 0F, 33 and 1C. RGB value is (15,51,28). Sum of RGB (Red+Green+Blue) = 15+51+28=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #0F331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F331C is #F0CCE3. Grayscale: #252525. Windows color (decimal): -15781092 or 1848079. OLE color: 1848079.
HSL color Cylindrical-coordinate representation of color #0F331C: hue angle of 141.67º 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 #0F331C is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 51 | 28 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.8 |
| HSL | 141.67º | 0.55% | 0.13% | - |
| HSV(B) | 141.67º | 0.71% | 0.2% | - |
| XYZ | 1.59 | 2.55 | 1.51 | - |
| YUV | 37.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 28 | 0.71 | 0 | 0.45 | 0.8 | 141.67 | 0.55 | 0.13 |
| Hex | F | 33 | 1C | 47 | 0 | 2D | 50 | 8E | 37 | D |
| Octal | 17 | 63 | 34 | 107 | 0 | 55 | 120 | 216 | 67 | 15 |
| Binary | 1111 | 110011 | 11100 | 1000111 | 0 | 101101 | 1010000 | 10001110 | 110111 | 1101 |
Color Harmonies of #0F331C
Complementary color
Monochromatic Colors of #0F331C
Black with #0F331C
Text Example
Text Example
White with #0F331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F331C; }
p { color: rgb(15,51,28); }
H1.HeaderClassName
{
color: #0F331C;
}
.AnyTagClassName
{
color: #0F331C;
}
</style>
background-color css
<style>
a { background-color: #0F331C; }
a { background-color: rgb(15,51,28); }
div.DivClassName
{
background-color: #0F331C;
}
.BgClassName
{
background-color: #0F331C;
}
</style>
border-color css
<style>
span { border-color: #0F331C; }
span { border-color: rgb(15,51,28); }
td.TdClassName
{
border-color: #0F331C;
}
.TagClassName
{
border-color: #0F331C;
}
</style>