Shades of Wood Bark #2B1810
Tints of Wood Bark #2B1810
RGB
CMYK
RGB Variations
Color information
#2B1810 (or 0x2B1810) is known color: Wood Bark. HEX triplet: 2B, 18 and 10. RGB value is (43,24,16). Sum of RGB (Red+Green+Blue) = 43+24+16=83 (10% of max value = 765). Red value is 43 (17.19% from 255 or 51.81% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1810 is #D4E7EF. Grayscale: #1C1C1C. Windows color (decimal): -13953008 or 1054763. OLE color: 1054763.
HSL color Cylindrical-coordinate representation of color #2B1810: hue angle of 17.78º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B1810 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 24 | 16 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.83 |
| HSL | 17.78º | 0.46% | 0.12% | - |
| HSV(B) | 17.78º | 0.63% | 0.17% | - |
| XYZ | 1.42 | 1.2 | 0.65 | - |
| YUV | 28.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 16 | 0 | 0.44 | 0.63 | 0.83 | 17.78 | 0.46 | 0.12 |
| Hex | 2B | 18 | 10 | 0 | 2C | 3F | 53 | 12 | 2E | C |
| Octal | 53 | 30 | 20 | 0 | 54 | 77 | 123 | 22 | 56 | 14 |
| Binary | 101011 | 11000 | 10000 | 0 | 101100 | 111111 | 1010011 | 10010 | 101110 | 1100 |
Color Harmonies of #2B1810
Complementary color
Monochromatic Colors of #2B1810
Black with #2B1810
Text Example
Text Example
White with #2B1810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1810; }
p { color: rgb(43,24,16); }
H1.HeaderClassName
{
color: #2B1810;
}
.AnyTagClassName
{
color: #2B1810;
}
</style>
background-color css
<style>
a { background-color: #2B1810; }
a { background-color: rgb(43,24,16); }
div.DivClassName
{
background-color: #2B1810;
}
.BgClassName
{
background-color: #2B1810;
}
</style>
border-color css
<style>
span { border-color: #2B1810; }
span { border-color: rgb(43,24,16); }
td.TdClassName
{
border-color: #2B1810;
}
.TagClassName
{
border-color: #2B1810;
}
</style>