Shades of Deep Fir #0F301B
Tints of Deep Fir #0F301B
RGB
CMYK
RGB Variations
Color information
#0F301B (or 0x0F301B) is known color: Deep Fir. HEX triplet: 0F, 30 and 1B. RGB value is (15,48,27). Sum of RGB (Red+Green+Blue) = 15+48+27=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #0F301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F301B is #F0CFE4. Grayscale: #232323. Windows color (decimal): -15781861 or 1781775. OLE color: 1781775.
HSL color Cylindrical-coordinate representation of color #0F301B: hue angle of 141.82º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F301B is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 48 | 27 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.81 |
| HSL | 141.82º | 0.52% | 0.12% | - |
| HSV(B) | 141.82º | 0.69% | 0.19% | - |
| XYZ | 1.45 | 2.29 | 1.4 | - |
| YUV | 35.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 27 | 0.69 | 0 | 0.44 | 0.81 | 141.82 | 0.52 | 0.12 |
| Hex | F | 30 | 1B | 45 | 0 | 2C | 51 | 8E | 34 | C |
| Octal | 17 | 60 | 33 | 105 | 0 | 54 | 121 | 216 | 64 | 14 |
| Binary | 1111 | 110000 | 11011 | 1000101 | 0 | 101100 | 1010001 | 10001110 | 110100 | 1100 |
Color Harmonies of #0F301B
Complementary color
Monochromatic Colors of #0F301B
Black with #0F301B
Text Example
Text Example
White with #0F301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F301B; }
p { color: rgb(15,48,27); }
H1.HeaderClassName
{
color: #0F301B;
}
.AnyTagClassName
{
color: #0F301B;
}
</style>
background-color css
<style>
a { background-color: #0F301B; }
a { background-color: rgb(15,48,27); }
div.DivClassName
{
background-color: #0F301B;
}
.BgClassName
{
background-color: #0F301B;
}
</style>
border-color css
<style>
span { border-color: #0F301B; }
span { border-color: rgb(15,48,27); }
td.TdClassName
{
border-color: #0F301B;
}
.TagClassName
{
border-color: #0F301B;
}
</style>