Shades of Deep Fir #0B471A
Tints of Deep Fir #0B471A
RGB
CMYK
RGB Variations
Color information
#0B471A (or 0x0B471A) is known color: Deep Fir. HEX triplet: 0B, 47 and 1A. RGB value is (11,71,26). Sum of RGB (Red+Green+Blue) = 11+71+26=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 71 (28.12% from 255 or 65.74% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 71 - color contains mainly: green. Hex color #0B471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B471A is #F4B8E5. Grayscale: #303030. Windows color (decimal): -16038118 or 1722123. OLE color: 1722123.
HSL color Cylindrical-coordinate representation of color #0B471A: hue angle of 135º 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 #0B471A is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 71 | 26 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.72 |
| HSL | 135º | 0.73% | 0.16% | - |
| HSV(B) | 135º | 0.85% | 0.28% | - |
| XYZ | 2.58 | 4.65 | 1.74 | - |
| YUV | 47.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 26 | 0.85 | 0 | 0.63 | 0.72 | 135 | 0.73 | 0.16 |
| Hex | B | 47 | 1A | 55 | 0 | 3F | 48 | 87 | 49 | 10 |
| Octal | 13 | 107 | 32 | 125 | 0 | 77 | 110 | 207 | 111 | 20 |
| Binary | 1011 | 1000111 | 11010 | 1010101 | 0 | 111111 | 1001000 | 10000111 | 1001001 | 10000 |
Color Harmonies of #0B471A
Complementary color
Monochromatic Colors of #0B471A
Black with #0B471A
Text Example
Text Example
White with #0B471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B471A; }
p { color: rgb(11,71,26); }
H1.HeaderClassName
{
color: #0B471A;
}
.AnyTagClassName
{
color: #0B471A;
}
</style>
background-color css
<style>
a { background-color: #0B471A; }
a { background-color: rgb(11,71,26); }
div.DivClassName
{
background-color: #0B471A;
}
.BgClassName
{
background-color: #0B471A;
}
</style>
border-color css
<style>
span { border-color: #0B471A; }
span { border-color: rgb(11,71,26); }
td.TdClassName
{
border-color: #0B471A;
}
.TagClassName
{
border-color: #0B471A;
}
</style>