Shades of Deep Fir #0B481C
Tints of Deep Fir #0B481C
RGB
CMYK
RGB Variations
Color information
#0B481C (or 0x0B481C) is known color: Deep Fir. HEX triplet: 0B, 48 and 1C. RGB value is (11,72,28). Sum of RGB (Red+Green+Blue) = 11+72+28=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #0B481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B481C is #F4B7E3. Grayscale: #303030. Windows color (decimal): -16037860 or 1853451. OLE color: 1853451.
HSL color Cylindrical-coordinate representation of color #0B481C: hue angle of 136.72º 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 #0B481C is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 72 | 28 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.72 |
| HSL | 136.72º | 0.73% | 0.16% | - |
| HSV(B) | 136.72º | 0.85% | 0.28% | - |
| XYZ | 2.66 | 4.79 | 1.88 | - |
| YUV | 48.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 28 | 0.85 | 0 | 0.61 | 0.72 | 136.72 | 0.73 | 0.16 |
| Hex | B | 48 | 1C | 55 | 0 | 3D | 48 | 89 | 49 | 10 |
| Octal | 13 | 110 | 34 | 125 | 0 | 75 | 110 | 211 | 111 | 20 |
| Binary | 1011 | 1001000 | 11100 | 1010101 | 0 | 111101 | 1001000 | 10001001 | 1001001 | 10000 |
Color Harmonies of #0B481C
Complementary color
Monochromatic Colors of #0B481C
Black with #0B481C
Text Example
Text Example
White with #0B481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B481C; }
p { color: rgb(11,72,28); }
H1.HeaderClassName
{
color: #0B481C;
}
.AnyTagClassName
{
color: #0B481C;
}
</style>
background-color css
<style>
a { background-color: #0B481C; }
a { background-color: rgb(11,72,28); }
div.DivClassName
{
background-color: #0B481C;
}
.BgClassName
{
background-color: #0B481C;
}
</style>
border-color css
<style>
span { border-color: #0B481C; }
span { border-color: rgb(11,72,28); }
td.TdClassName
{
border-color: #0B481C;
}
.TagClassName
{
border-color: #0B481C;
}
</style>