Shades of Deep Fir #0F341B
Tints of Deep Fir #0F341B
RGB
CMYK
RGB Variations
Color information
#0F341B (or 0x0F341B) is known color: Deep Fir. HEX triplet: 0F, 34 and 1B. RGB value is (15,52,27). Sum of RGB (Red+Green+Blue) = 15+52+27=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #0F341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F341B is #F0CBE4. Grayscale: #262626. Windows color (decimal): -15780837 or 1782799. OLE color: 1782799.
HSL color Cylindrical-coordinate representation of color #0F341B: hue angle of 139.46º 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 #0F341B is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 52 | 27 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.80 |
| HSL | 139.46º | 0.55% | 0.13% | - |
| HSV(B) | 139.46º | 0.71% | 0.2% | - |
| XYZ | 1.62 | 2.64 | 1.46 | - |
| YUV | 38.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 27 | 0.71 | 0 | 0.48 | 0.80 | 139.46 | 0.55 | 0.13 |
| Hex | F | 34 | 1B | 47 | 0 | 30 | 50 | 8B | 37 | D |
| Octal | 17 | 64 | 33 | 107 | 0 | 60 | 120 | 213 | 67 | 15 |
| Binary | 1111 | 110100 | 11011 | 1000111 | 0 | 110000 | 1010000 | 10001011 | 110111 | 1101 |
Color Harmonies of #0F341B
Complementary color
Monochromatic Colors of #0F341B
Black with #0F341B
Text Example
Text Example
White with #0F341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F341B; }
p { color: rgb(15,52,27); }
H1.HeaderClassName
{
color: #0F341B;
}
.AnyTagClassName
{
color: #0F341B;
}
</style>
background-color css
<style>
a { background-color: #0F341B; }
a { background-color: rgb(15,52,27); }
div.DivClassName
{
background-color: #0F341B;
}
.BgClassName
{
background-color: #0F341B;
}
</style>
border-color css
<style>
span { border-color: #0F341B; }
span { border-color: rgb(15,52,27); }
td.TdClassName
{
border-color: #0F341B;
}
.TagClassName
{
border-color: #0F341B;
}
</style>