Shades of Wood Bark #2B1811
Tints of Wood Bark #2B1811
RGB
CMYK
RGB Variations
Color information
#2B1811 (or 0x2B1811) is known color: Wood Bark. HEX triplet: 2B, 18 and 11. RGB value is (43,24,17). Sum of RGB (Red+Green+Blue) = 43+24+17=84 (11% of max value = 765). Red value is 43 (17.19% from 255 or 51.19% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1811 is #D4E7EE. Grayscale: #1C1C1C. Windows color (decimal): -13953007 or 1120299. OLE color: 1120299.
HSL color Cylindrical-coordinate representation of color #2B1811: hue angle of 16.15º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B1811 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 24 | 17 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.83 |
| HSL | 16.15º | 0.43% | 0.12% | - |
| HSV(B) | 16.15º | 0.6% | 0.17% | - |
| XYZ | 1.42 | 1.21 | 0.69 | - |
| YUV | 28.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 17 | 0 | 0.44 | 0.60 | 0.83 | 16.15 | 0.43 | 0.12 |
| Hex | 2B | 18 | 11 | 0 | 2C | 3C | 53 | 10 | 2B | C |
| Octal | 53 | 30 | 21 | 0 | 54 | 74 | 123 | 20 | 53 | 14 |
| Binary | 101011 | 11000 | 10001 | 0 | 101100 | 111100 | 1010011 | 10000 | 101011 | 1100 |
Color Harmonies of #2B1811
Complementary color
Monochromatic Colors of #2B1811
Black with #2B1811
Text Example
Text Example
White with #2B1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1811; }
p { color: rgb(43,24,17); }
H1.HeaderClassName
{
color: #2B1811;
}
.AnyTagClassName
{
color: #2B1811;
}
</style>
background-color css
<style>
a { background-color: #2B1811; }
a { background-color: rgb(43,24,17); }
div.DivClassName
{
background-color: #2B1811;
}
.BgClassName
{
background-color: #2B1811;
}
</style>
border-color css
<style>
span { border-color: #2B1811; }
span { border-color: rgb(43,24,17); }
td.TdClassName
{
border-color: #2B1811;
}
.TagClassName
{
border-color: #2B1811;
}
</style>