Shades of Deep Fir #0B451C
Tints of Deep Fir #0B451C
RGB
CMYK
RGB Variations
Color information
#0B451C (or 0x0B451C) is known color: Deep Fir. HEX triplet: 0B, 45 and 1C. RGB value is (11,69,28). Sum of RGB (Red+Green+Blue) = 11+69+28=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #0B451C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B451C is #F4BAE3. Grayscale: #2F2F2F. Windows color (decimal): -16038628 or 1852683. OLE color: 1852683.
HSL color Cylindrical-coordinate representation of color #0B451C: hue angle of 137.59º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B451C is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 69 | 28 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.73 |
| HSL | 137.59º | 0.73% | 0.16% | - |
| HSV(B) | 137.59º | 0.84% | 0.27% | - |
| XYZ | 2.48 | 4.41 | 1.82 | - |
| YUV | 46.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 69 | 28 | 0.84 | 0 | 0.59 | 0.73 | 137.59 | 0.73 | 0.16 |
| Hex | B | 45 | 1C | 54 | 0 | 3B | 49 | 8A | 48 | 10 |
| Octal | 13 | 105 | 34 | 124 | 0 | 73 | 111 | 212 | 110 | 20 |
| Binary | 1011 | 1000101 | 11100 | 1010100 | 0 | 111011 | 1001001 | 10001010 | 1001000 | 10000 |
Color Harmonies of #0B451C
Complementary color
Monochromatic Colors of #0B451C
Black with #0B451C
Text Example
Text Example
White with #0B451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B451C; }
p { color: rgb(11,69,28); }
H1.HeaderClassName
{
color: #0B451C;
}
.AnyTagClassName
{
color: #0B451C;
}
</style>
background-color css
<style>
a { background-color: #0B451C; }
a { background-color: rgb(11,69,28); }
div.DivClassName
{
background-color: #0B451C;
}
.BgClassName
{
background-color: #0B451C;
}
</style>
border-color css
<style>
span { border-color: #0B451C; }
span { border-color: rgb(11,69,28); }
td.TdClassName
{
border-color: #0B451C;
}
.TagClassName
{
border-color: #0B451C;
}
</style>