Shades of Deep Fir #0B341A
Tints of Deep Fir #0B341A
RGB
CMYK
RGB Variations
Color information
#0B341A (or 0x0B341A) is known color: Deep Fir. HEX triplet: 0B, 34 and 1A. RGB value is (11,52,26). Sum of RGB (Red+Green+Blue) = 11+52+26=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #0B341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B341A is #F4CBE5. Grayscale: #242424. Windows color (decimal): -16042982 or 1717259. OLE color: 1717259.
HSL color Cylindrical-coordinate representation of color #0B341A: hue angle of 141.95º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B341A is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 52 | 26 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.80 |
| HSL | 141.95º | 0.65% | 0.12% | - |
| HSV(B) | 141.95º | 0.79% | 0.2% | - |
| XYZ | 1.55 | 2.6 | 1.4 | - |
| YUV | 36.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 26 | 0.79 | 0 | 0.50 | 0.80 | 141.95 | 0.65 | 0.12 |
| Hex | B | 34 | 1A | 4F | 0 | 32 | 50 | 8E | 41 | C |
| Octal | 13 | 64 | 32 | 117 | 0 | 62 | 120 | 216 | 101 | 14 |
| Binary | 1011 | 110100 | 11010 | 1001111 | 0 | 110010 | 1010000 | 10001110 | 1000001 | 1100 |
Color Harmonies of #0B341A
Complementary color
Monochromatic Colors of #0B341A
Black with #0B341A
Text Example
Text Example
White with #0B341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B341A; }
p { color: rgb(11,52,26); }
H1.HeaderClassName
{
color: #0B341A;
}
.AnyTagClassName
{
color: #0B341A;
}
</style>
background-color css
<style>
a { background-color: #0B341A; }
a { background-color: rgb(11,52,26); }
div.DivClassName
{
background-color: #0B341A;
}
.BgClassName
{
background-color: #0B341A;
}
</style>
border-color css
<style>
span { border-color: #0B341A; }
span { border-color: rgb(11,52,26); }
td.TdClassName
{
border-color: #0B341A;
}
.TagClassName
{
border-color: #0B341A;
}
</style>