Shades of Deep Fir #0F351C
Tints of Deep Fir #0F351C
RGB
CMYK
RGB Variations
Color information
#0F351C (or 0x0F351C) is known color: Deep Fir. HEX triplet: 0F, 35 and 1C. RGB value is (15,53,28). Sum of RGB (Red+Green+Blue) = 15+53+28=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #0F351C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F351C is #F0CAE3. Grayscale: #262626. Windows color (decimal): -15780580 or 1848591. OLE color: 1848591.
HSL color Cylindrical-coordinate representation of color #0F351C: hue angle of 140.53º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F351C is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 53 | 28 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.79 |
| HSL | 140.53º | 0.56% | 0.13% | - |
| HSV(B) | 140.53º | 0.72% | 0.21% | - |
| XYZ | 1.68 | 2.73 | 1.54 | - |
| YUV | 38.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 28 | 0.72 | 0 | 0.47 | 0.79 | 140.53 | 0.56 | 0.13 |
| Hex | F | 35 | 1C | 48 | 0 | 2F | 4F | 8D | 38 | D |
| Octal | 17 | 65 | 34 | 110 | 0 | 57 | 117 | 215 | 70 | 15 |
| Binary | 1111 | 110101 | 11100 | 1001000 | 0 | 101111 | 1001111 | 10001101 | 111000 | 1101 |
Color Harmonies of #0F351C
Complementary color
Monochromatic Colors of #0F351C
Black with #0F351C
Text Example
Text Example
White with #0F351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F351C; }
p { color: rgb(15,53,28); }
H1.HeaderClassName
{
color: #0F351C;
}
.AnyTagClassName
{
color: #0F351C;
}
</style>
background-color css
<style>
a { background-color: #0F351C; }
a { background-color: rgb(15,53,28); }
div.DivClassName
{
background-color: #0F351C;
}
.BgClassName
{
background-color: #0F351C;
}
</style>
border-color css
<style>
span { border-color: #0F351C; }
span { border-color: rgb(15,53,28); }
td.TdClassName
{
border-color: #0F351C;
}
.TagClassName
{
border-color: #0F351C;
}
</style>