Shades of Deep Fir #0B3915
Tints of Deep Fir #0B3915
RGB
CMYK
RGB Variations
Color information
#0B3915 (or 0x0B3915) is known color: Deep Fir. HEX triplet: 0B, 39 and 15. RGB value is (11,57,21). Sum of RGB (Red+Green+Blue) = 11+57+21=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 57 (22.66% from 255 or 64.04% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3915 is #F4C6EA. Grayscale: #272727. Windows color (decimal): -16041707 or 1390859. OLE color: 1390859.
HSL color Cylindrical-coordinate representation of color #0B3915: hue angle of 133.04º 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 #0B3915 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 57 | 21 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.78 |
| HSL | 133.04º | 0.68% | 0.13% | - |
| HSV(B) | 133.04º | 0.81% | 0.22% | - |
| XYZ | 1.74 | 3.05 | 1.21 | - |
| YUV | 39.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 21 | 0.81 | 0 | 0.63 | 0.78 | 133.04 | 0.68 | 0.13 |
| Hex | B | 39 | 15 | 51 | 0 | 3F | 4E | 85 | 44 | D |
| Octal | 13 | 71 | 25 | 121 | 0 | 77 | 116 | 205 | 104 | 15 |
| Binary | 1011 | 111001 | 10101 | 1010001 | 0 | 111111 | 1001110 | 10000101 | 1000100 | 1101 |
Color Harmonies of #0B3915
Complementary color
Monochromatic Colors of #0B3915
Black with #0B3915
Text Example
Text Example
White with #0B3915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3915; }
p { color: rgb(11,57,21); }
H1.HeaderClassName
{
color: #0B3915;
}
.AnyTagClassName
{
color: #0B3915;
}
</style>
background-color css
<style>
a { background-color: #0B3915; }
a { background-color: rgb(11,57,21); }
div.DivClassName
{
background-color: #0B3915;
}
.BgClassName
{
background-color: #0B3915;
}
</style>
border-color css
<style>
span { border-color: #0B3915; }
span { border-color: rgb(11,57,21); }
td.TdClassName
{
border-color: #0B3915;
}
.TagClassName
{
border-color: #0B3915;
}
</style>