Shades of Deep Fir #0B471F
Tints of Deep Fir #0B471F
RGB
CMYK
RGB Variations
Color information
#0B471F (or 0x0B471F) is known color: Deep Fir. HEX triplet: 0B, 47 and 1F. RGB value is (11,71,31). Sum of RGB (Red+Green+Blue) = 11+71+31=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #0B471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B471F is #F4B8E0. Grayscale: #303030. Windows color (decimal): -16038113 or 2049803. OLE color: 2049803.
HSL color Cylindrical-coordinate representation of color #0B471F: hue angle of 140º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B471F is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 71 | 31 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.72 |
| HSL | 140º | 0.73% | 0.16% | - |
| HSV(B) | 140º | 0.85% | 0.28% | - |
| XYZ | 2.64 | 4.68 | 2.06 | - |
| YUV | 48.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 31 | 0.85 | 0 | 0.56 | 0.72 | 140 | 0.73 | 0.16 |
| Hex | B | 47 | 1F | 55 | 0 | 38 | 48 | 8C | 49 | 10 |
| Octal | 13 | 107 | 37 | 125 | 0 | 70 | 110 | 214 | 111 | 20 |
| Binary | 1011 | 1000111 | 11111 | 1010101 | 0 | 111000 | 1001000 | 10001100 | 1001001 | 10000 |
Color Harmonies of #0B471F
Complementary color
Monochromatic Colors of #0B471F
Black with #0B471F
Text Example
Text Example
White with #0B471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B471F; }
p { color: rgb(11,71,31); }
H1.HeaderClassName
{
color: #0B471F;
}
.AnyTagClassName
{
color: #0B471F;
}
</style>
background-color css
<style>
a { background-color: #0B471F; }
a { background-color: rgb(11,71,31); }
div.DivClassName
{
background-color: #0B471F;
}
.BgClassName
{
background-color: #0B471F;
}
</style>
border-color css
<style>
span { border-color: #0B471F; }
span { border-color: rgb(11,71,31); }
td.TdClassName
{
border-color: #0B471F;
}
.TagClassName
{
border-color: #0B471F;
}
</style>