Shades of Deep Fir #0B3217
Tints of Deep Fir #0B3217
RGB
CMYK
RGB Variations
Color information
#0B3217 (or 0x0B3217) is known color: Deep Fir. HEX triplet: 0B, 32 and 17. RGB value is (11,50,23). Sum of RGB (Red+Green+Blue) = 11+50+23=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #0B3217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3217 is #F4CDE8. Grayscale: #232323. Windows color (decimal): -16043497 or 1520139. OLE color: 1520139.
HSL color Cylindrical-coordinate representation of color #0B3217: hue angle of 138.46º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B3217 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 50 | 23 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.80 |
| HSL | 138.46º | 0.64% | 0.12% | - |
| HSV(B) | 138.46º | 0.78% | 0.2% | - |
| XYZ | 1.43 | 2.41 | 1.2 | - |
| YUV | 35.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 23 | 0.78 | 0 | 0.54 | 0.80 | 138.46 | 0.64 | 0.12 |
| Hex | B | 32 | 17 | 4E | 0 | 36 | 50 | 8A | 40 | C |
| Octal | 13 | 62 | 27 | 116 | 0 | 66 | 120 | 212 | 100 | 14 |
| Binary | 1011 | 110010 | 10111 | 1001110 | 0 | 110110 | 1010000 | 10001010 | 1000000 | 1100 |
Color Harmonies of #0B3217
Complementary color
Monochromatic Colors of #0B3217
Black with #0B3217
Text Example
Text Example
White with #0B3217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3217; }
p { color: rgb(11,50,23); }
H1.HeaderClassName
{
color: #0B3217;
}
.AnyTagClassName
{
color: #0B3217;
}
</style>
background-color css
<style>
a { background-color: #0B3217; }
a { background-color: rgb(11,50,23); }
div.DivClassName
{
background-color: #0B3217;
}
.BgClassName
{
background-color: #0B3217;
}
</style>
border-color css
<style>
span { border-color: #0B3217; }
span { border-color: rgb(11,50,23); }
td.TdClassName
{
border-color: #0B3217;
}
.TagClassName
{
border-color: #0B3217;
}
</style>