Shades of Deep Fir #0B3920
Tints of Deep Fir #0B3920
RGB
CMYK
RGB Variations
Color information
#0B3920 (or 0x0B3920) is known color: Deep Fir. HEX triplet: 0B, 39 and 20. RGB value is (11,57,32). Sum of RGB (Red+Green+Blue) = 11+57+32=100 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3920 is #F4C6DF. Grayscale: #282828. Windows color (decimal): -16041696 or 2111755. OLE color: 2111755.
HSL color Cylindrical-coordinate representation of color #0B3920: hue angle of 147.39º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3920 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 57 | 32 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.78 |
| HSL | 147.39º | 0.68% | 0.13% | - |
| HSV(B) | 147.39º | 0.81% | 0.22% | - |
| XYZ | 1.86 | 3.1 | 1.87 | - |
| YUV | 40.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 32 | 0.81 | 0 | 0.44 | 0.78 | 147.39 | 0.68 | 0.13 |
| Hex | B | 39 | 20 | 51 | 0 | 2C | 4E | 93 | 44 | D |
| Octal | 13 | 71 | 40 | 121 | 0 | 54 | 116 | 223 | 104 | 15 |
| Binary | 1011 | 111001 | 100000 | 1010001 | 0 | 101100 | 1001110 | 10010011 | 1000100 | 1101 |
Color Harmonies of #0B3920
Complementary color
Monochromatic Colors of #0B3920
Black with #0B3920
Text Example
Text Example
White with #0B3920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3920; }
p { color: rgb(11,57,32); }
H1.HeaderClassName
{
color: #0B3920;
}
.AnyTagClassName
{
color: #0B3920;
}
</style>
background-color css
<style>
a { background-color: #0B3920; }
a { background-color: rgb(11,57,32); }
div.DivClassName
{
background-color: #0B3920;
}
.BgClassName
{
background-color: #0B3920;
}
</style>
border-color css
<style>
span { border-color: #0B3920; }
span { border-color: rgb(11,57,32); }
td.TdClassName
{
border-color: #0B3920;
}
.TagClassName
{
border-color: #0B3920;
}
</style>