Shades of Deep Fir #0B351A
Tints of Deep Fir #0B351A
RGB
CMYK
RGB Variations
Color information
#0B351A (or 0x0B351A) is known color: Deep Fir. HEX triplet: 0B, 35 and 1A. RGB value is (11,53,26). Sum of RGB (Red+Green+Blue) = 11+53+26=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #0B351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B351A is #F4CAE5. Grayscale: #252525. Windows color (decimal): -16042726 or 1717515. OLE color: 1717515.
HSL color Cylindrical-coordinate representation of color #0B351A: hue angle of 141.43º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B351A is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 53 | 26 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.79 |
| HSL | 141.43º | 0.66% | 0.13% | - |
| HSV(B) | 141.43º | 0.79% | 0.21% | - |
| XYZ | 1.6 | 2.69 | 1.41 | - |
| YUV | 37.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 53 | 26 | 0.79 | 0 | 0.51 | 0.79 | 141.43 | 0.66 | 0.13 |
| Hex | B | 35 | 1A | 4F | 0 | 33 | 4F | 8D | 42 | D |
| Octal | 13 | 65 | 32 | 117 | 0 | 63 | 117 | 215 | 102 | 15 |
| Binary | 1011 | 110101 | 11010 | 1001111 | 0 | 110011 | 1001111 | 10001101 | 1000010 | 1101 |
Color Harmonies of #0B351A
Complementary color
Monochromatic Colors of #0B351A
Black with #0B351A
Text Example
Text Example
White with #0B351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B351A; }
p { color: rgb(11,53,26); }
H1.HeaderClassName
{
color: #0B351A;
}
.AnyTagClassName
{
color: #0B351A;
}
</style>
background-color css
<style>
a { background-color: #0B351A; }
a { background-color: rgb(11,53,26); }
div.DivClassName
{
background-color: #0B351A;
}
.BgClassName
{
background-color: #0B351A;
}
</style>
border-color css
<style>
span { border-color: #0B351A; }
span { border-color: rgb(11,53,26); }
td.TdClassName
{
border-color: #0B351A;
}
.TagClassName
{
border-color: #0B351A;
}
</style>