Shades of Deep Fir #0B481B
Tints of Deep Fir #0B481B
RGB
CMYK
RGB Variations
Color information
#0B481B (or 0x0B481B) is known color: Deep Fir. HEX triplet: 0B, 48 and 1B. RGB value is (11,72,27). Sum of RGB (Red+Green+Blue) = 11+72+27=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #0B481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B481B is #F4B7E4. Grayscale: #303030. Windows color (decimal): -16037861 or 1787915. OLE color: 1787915.
HSL color Cylindrical-coordinate representation of color #0B481B: hue angle of 135.74º 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 #0B481B is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 72 | 27 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.72 |
| HSL | 135.74º | 0.73% | 0.16% | - |
| HSV(B) | 135.74º | 0.85% | 0.28% | - |
| XYZ | 2.65 | 4.79 | 1.82 | - |
| YUV | 48.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 27 | 0.85 | 0 | 0.62 | 0.72 | 135.74 | 0.73 | 0.16 |
| Hex | B | 48 | 1B | 55 | 0 | 3E | 48 | 88 | 49 | 10 |
| Octal | 13 | 110 | 33 | 125 | 0 | 76 | 110 | 210 | 111 | 20 |
| Binary | 1011 | 1001000 | 11011 | 1010101 | 0 | 111110 | 1001000 | 10001000 | 1001001 | 10000 |
Color Harmonies of #0B481B
Complementary color
Monochromatic Colors of #0B481B
Black with #0B481B
Text Example
Text Example
White with #0B481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B481B; }
p { color: rgb(11,72,27); }
H1.HeaderClassName
{
color: #0B481B;
}
.AnyTagClassName
{
color: #0B481B;
}
</style>
background-color css
<style>
a { background-color: #0B481B; }
a { background-color: rgb(11,72,27); }
div.DivClassName
{
background-color: #0B481B;
}
.BgClassName
{
background-color: #0B481B;
}
</style>
border-color css
<style>
span { border-color: #0B481B; }
span { border-color: rgb(11,72,27); }
td.TdClassName
{
border-color: #0B481B;
}
.TagClassName
{
border-color: #0B481B;
}
</style>