Shades of Deep Fir #0F351B
Tints of Deep Fir #0F351B
RGB
CMYK
RGB Variations
Color information
#0F351B (or 0x0F351B) is known color: Deep Fir. HEX triplet: 0F, 35 and 1B. RGB value is (15,53,27). Sum of RGB (Red+Green+Blue) = 15+53+27=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 53 (21.09% from 255 or 55.79% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 53 - color contains mainly: green. Hex color #0F351B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F351B is #F0CAE4. Grayscale: #262626. Windows color (decimal): -15780581 or 1783055. OLE color: 1783055.
HSL color Cylindrical-coordinate representation of color #0F351B: hue angle of 138.95º 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 #0F351B is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 53 | 27 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.79 |
| HSL | 138.95º | 0.56% | 0.13% | - |
| HSV(B) | 138.95º | 0.72% | 0.21% | - |
| XYZ | 1.67 | 2.73 | 1.48 | - |
| YUV | 38.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 27 | 0.72 | 0 | 0.49 | 0.79 | 138.95 | 0.56 | 0.13 |
| Hex | F | 35 | 1B | 48 | 0 | 31 | 4F | 8B | 38 | D |
| Octal | 17 | 65 | 33 | 110 | 0 | 61 | 117 | 213 | 70 | 15 |
| Binary | 1111 | 110101 | 11011 | 1001000 | 0 | 110001 | 1001111 | 10001011 | 111000 | 1101 |
Color Harmonies of #0F351B
Complementary color
Monochromatic Colors of #0F351B
Black with #0F351B
Text Example
Text Example
White with #0F351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F351B; }
p { color: rgb(15,53,27); }
H1.HeaderClassName
{
color: #0F351B;
}
.AnyTagClassName
{
color: #0F351B;
}
</style>
background-color css
<style>
a { background-color: #0F351B; }
a { background-color: rgb(15,53,27); }
div.DivClassName
{
background-color: #0F351B;
}
.BgClassName
{
background-color: #0F351B;
}
</style>
border-color css
<style>
span { border-color: #0F351B; }
span { border-color: rgb(15,53,27); }
td.TdClassName
{
border-color: #0F351B;
}
.TagClassName
{
border-color: #0F351B;
}
</style>