Shades of Deep Fir #0B341B
Tints of Deep Fir #0B341B
RGB
CMYK
RGB Variations
Color information
#0B341B (or 0x0B341B) is known color: Deep Fir. HEX triplet: 0B, 34 and 1B. RGB value is (11,52,27). Sum of RGB (Red+Green+Blue) = 11+52+27=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 52 (20.70% from 255 or 57.78% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 52 - color contains mainly: green. Hex color #0B341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B341B is #F4CBE4. Grayscale: #242424. Windows color (decimal): -16042981 or 1782795. OLE color: 1782795.
HSL color Cylindrical-coordinate representation of color #0B341B: hue angle of 143.41º 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 #0B341B is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 52 | 27 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.80 |
| HSL | 143.41º | 0.65% | 0.12% | - |
| HSV(B) | 143.41º | 0.79% | 0.2% | - |
| XYZ | 1.56 | 2.61 | 1.46 | - |
| YUV | 36.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 27 | 0.79 | 0 | 0.48 | 0.80 | 143.41 | 0.65 | 0.12 |
| Hex | B | 34 | 1B | 4F | 0 | 30 | 50 | 8F | 41 | C |
| Octal | 13 | 64 | 33 | 117 | 0 | 60 | 120 | 217 | 101 | 14 |
| Binary | 1011 | 110100 | 11011 | 1001111 | 0 | 110000 | 1010000 | 10001111 | 1000001 | 1100 |
Color Harmonies of #0B341B
Complementary color
Monochromatic Colors of #0B341B
Black with #0B341B
Text Example
Text Example
White with #0B341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B341B; }
p { color: rgb(11,52,27); }
H1.HeaderClassName
{
color: #0B341B;
}
.AnyTagClassName
{
color: #0B341B;
}
</style>
background-color css
<style>
a { background-color: #0B341B; }
a { background-color: rgb(11,52,27); }
div.DivClassName
{
background-color: #0B341B;
}
.BgClassName
{
background-color: #0B341B;
}
</style>
border-color css
<style>
span { border-color: #0B341B; }
span { border-color: rgb(11,52,27); }
td.TdClassName
{
border-color: #0B341B;
}
.TagClassName
{
border-color: #0B341B;
}
</style>