Shades of Deep Fir #0F331A
Tints of Deep Fir #0F331A
RGB
CMYK
RGB Variations
Color information
#0F331A (or 0x0F331A) is known color: Deep Fir. HEX triplet: 0F, 33 and 1A. RGB value is (15,51,26). Sum of RGB (Red+Green+Blue) = 15+51+26=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #0F331A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F331A is #F0CCE5. Grayscale: #252525. Windows color (decimal): -15781094 or 1717007. OLE color: 1717007.
HSL color Cylindrical-coordinate representation of color #0F331A: hue angle of 138.33º 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 #0F331A is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 51 | 26 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.8 |
| HSL | 138.33º | 0.55% | 0.13% | - |
| HSV(B) | 138.33º | 0.71% | 0.2% | - |
| XYZ | 1.57 | 2.54 | 1.39 | - |
| YUV | 37.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 26 | 0.71 | 0 | 0.49 | 0.8 | 138.33 | 0.55 | 0.13 |
| Hex | F | 33 | 1A | 47 | 0 | 31 | 50 | 8A | 37 | D |
| Octal | 17 | 63 | 32 | 107 | 0 | 61 | 120 | 212 | 67 | 15 |
| Binary | 1111 | 110011 | 11010 | 1000111 | 0 | 110001 | 1010000 | 10001010 | 110111 | 1101 |
Color Harmonies of #0F331A
Complementary color
Monochromatic Colors of #0F331A
Black with #0F331A
Text Example
Text Example
White with #0F331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F331A; }
p { color: rgb(15,51,26); }
H1.HeaderClassName
{
color: #0F331A;
}
.AnyTagClassName
{
color: #0F331A;
}
</style>
background-color css
<style>
a { background-color: #0F331A; }
a { background-color: rgb(15,51,26); }
div.DivClassName
{
background-color: #0F331A;
}
.BgClassName
{
background-color: #0F331A;
}
</style>
border-color css
<style>
span { border-color: #0F331A; }
span { border-color: rgb(15,51,26); }
td.TdClassName
{
border-color: #0F331A;
}
.TagClassName
{
border-color: #0F331A;
}
</style>