Shades of Deep Fir #0B401F
Tints of Deep Fir #0B401F
RGB
CMYK
RGB Variations
Color information
#0B401F (or 0x0B401F) is known color: Deep Fir. HEX triplet: 0B, 40 and 1F. RGB value is (11,64,31). Sum of RGB (Red+Green+Blue) = 11+64+31=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #0B401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B401F is #F4BFE0. Grayscale: #2C2C2C. Windows color (decimal): -16039905 or 2048011. OLE color: 2048011.
HSL color Cylindrical-coordinate representation of color #0B401F: hue angle of 142.64º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B401F is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 31 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.75 |
| HSL | 142.64º | 0.71% | 0.15% | - |
| HSV(B) | 142.64º | 0.83% | 0.25% | - |
| XYZ | 2.22 | 3.84 | 1.92 | - |
| YUV | 44.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 31 | 0.83 | 0 | 0.52 | 0.75 | 142.64 | 0.71 | 0.15 |
| Hex | B | 40 | 1F | 53 | 0 | 34 | 4B | 8F | 47 | F |
| Octal | 13 | 100 | 37 | 123 | 0 | 64 | 113 | 217 | 107 | 17 |
| Binary | 1011 | 1000000 | 11111 | 1010011 | 0 | 110100 | 1001011 | 10001111 | 1000111 | 1111 |
Color Harmonies of #0B401F
Complementary color
Monochromatic Colors of #0B401F
Black with #0B401F
Text Example
Text Example
White with #0B401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B401F; }
p { color: rgb(11,64,31); }
H1.HeaderClassName
{
color: #0B401F;
}
.AnyTagClassName
{
color: #0B401F;
}
</style>
background-color css
<style>
a { background-color: #0B401F; }
a { background-color: rgb(11,64,31); }
div.DivClassName
{
background-color: #0B401F;
}
.BgClassName
{
background-color: #0B401F;
}
</style>
border-color css
<style>
span { border-color: #0B401F; }
span { border-color: rgb(11,64,31); }
td.TdClassName
{
border-color: #0B401F;
}
.TagClassName
{
border-color: #0B401F;
}
</style>