Shades of Deep Fir #0F331E
Tints of Deep Fir #0F331E
RGB
CMYK
RGB Variations
Color information
#0F331E (or 0x0F331E) is known color: Deep Fir. HEX triplet: 0F, 33 and 1E. RGB value is (15,51,30). Sum of RGB (Red+Green+Blue) = 15+51+30=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #0F331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F331E is #F0CCE1. Grayscale: #252525. Windows color (decimal): -15781090 or 1979151. OLE color: 1979151.
HSL color Cylindrical-coordinate representation of color #0F331E: hue angle of 145º 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 #0F331E is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 51 | 30 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.8 |
| HSL | 145º | 0.55% | 0.13% | - |
| HSV(B) | 145º | 0.71% | 0.2% | - |
| XYZ | 1.62 | 2.56 | 1.64 | - |
| YUV | 37.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 30 | 0.71 | 0 | 0.41 | 0.8 | 145 | 0.55 | 0.13 |
| Hex | F | 33 | 1E | 47 | 0 | 29 | 50 | 91 | 37 | D |
| Octal | 17 | 63 | 36 | 107 | 0 | 51 | 120 | 221 | 67 | 15 |
| Binary | 1111 | 110011 | 11110 | 1000111 | 0 | 101001 | 1010000 | 10010001 | 110111 | 1101 |
Color Harmonies of #0F331E
Complementary color
Monochromatic Colors of #0F331E
Black with #0F331E
Text Example
Text Example
White with #0F331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F331E; }
p { color: rgb(15,51,30); }
H1.HeaderClassName
{
color: #0F331E;
}
.AnyTagClassName
{
color: #0F331E;
}
</style>
background-color css
<style>
a { background-color: #0F331E; }
a { background-color: rgb(15,51,30); }
div.DivClassName
{
background-color: #0F331E;
}
.BgClassName
{
background-color: #0F331E;
}
</style>
border-color css
<style>
span { border-color: #0F331E; }
span { border-color: rgb(15,51,30); }
td.TdClassName
{
border-color: #0F331E;
}
.TagClassName
{
border-color: #0F331E;
}
</style>