Shades of Deep Fir #0B3019
Tints of Deep Fir #0B3019
RGB
CMYK
RGB Variations
Color information
#0B3019 (or 0x0B3019) is known color: Deep Fir. HEX triplet: 0B, 30 and 19. RGB value is (11,48,25). Sum of RGB (Red+Green+Blue) = 11+48+25=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #0B3019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3019 is #F4CFE6. Grayscale: #222222. Windows color (decimal): -16044007 or 1650699. OLE color: 1650699.
HSL color Cylindrical-coordinate representation of color #0B3019: hue angle of 142.7º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B3019 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 48 | 25 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.81 |
| HSL | 142.7º | 0.63% | 0.12% | - |
| HSV(B) | 142.7º | 0.77% | 0.19% | - |
| XYZ | 1.37 | 2.26 | 1.28 | - |
| YUV | 34.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 25 | 0.77 | 0 | 0.48 | 0.81 | 142.7 | 0.63 | 0.12 |
| Hex | B | 30 | 19 | 4D | 0 | 30 | 51 | 8F | 3F | C |
| Octal | 13 | 60 | 31 | 115 | 0 | 60 | 121 | 217 | 77 | 14 |
| Binary | 1011 | 110000 | 11001 | 1001101 | 0 | 110000 | 1010001 | 10001111 | 111111 | 1100 |
Color Harmonies of #0B3019
Complementary color
Monochromatic Colors of #0B3019
Black with #0B3019
Text Example
Text Example
White with #0B3019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3019; }
p { color: rgb(11,48,25); }
H1.HeaderClassName
{
color: #0B3019;
}
.AnyTagClassName
{
color: #0B3019;
}
</style>
background-color css
<style>
a { background-color: #0B3019; }
a { background-color: rgb(11,48,25); }
div.DivClassName
{
background-color: #0B3019;
}
.BgClassName
{
background-color: #0B3019;
}
</style>
border-color css
<style>
span { border-color: #0B3019; }
span { border-color: rgb(11,48,25); }
td.TdClassName
{
border-color: #0B3019;
}
.TagClassName
{
border-color: #0B3019;
}
</style>