Shades of Wood Bark #2B1B16
Tints of Wood Bark #2B1B16
RGB
CMYK
RGB Variations
Color information
#2B1B16 (or 0x2B1B16) is known color: Wood Bark. HEX triplet: 2B, 1B and 16. RGB value is (43,27,22). Sum of RGB (Red+Green+Blue) = 43+27+22=92 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.74% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1B16 is #D4E4E9. Grayscale: #1F1F1F. Windows color (decimal): -13952234 or 1448747. OLE color: 1448747.
HSL color Cylindrical-coordinate representation of color #2B1B16: hue angle of 14.29º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B1B16 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 27 | 22 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.83 |
| HSL | 14.29º | 0.32% | 0.13% | - |
| HSV(B) | 14.29º | 0.49% | 0.17% | - |
| XYZ | 1.53 | 1.36 | 0.94 | - |
| YUV | 31.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 22 | 0 | 0.37 | 0.49 | 0.83 | 14.29 | 0.32 | 0.13 |
| Hex | 2B | 1B | 16 | 0 | 25 | 31 | 53 | E | 20 | D |
| Octal | 53 | 33 | 26 | 0 | 45 | 61 | 123 | 16 | 40 | 15 |
| Binary | 101011 | 11011 | 10110 | 0 | 100101 | 110001 | 1010011 | 1110 | 100000 | 1101 |
Color Harmonies of #2B1B16
Complementary color
Monochromatic Colors of #2B1B16
Black with #2B1B16
Text Example
Text Example
White with #2B1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1B16; }
p { color: rgb(43,27,22); }
H1.HeaderClassName
{
color: #2B1B16;
}
.AnyTagClassName
{
color: #2B1B16;
}
</style>
background-color css
<style>
a { background-color: #2B1B16; }
a { background-color: rgb(43,27,22); }
div.DivClassName
{
background-color: #2B1B16;
}
.BgClassName
{
background-color: #2B1B16;
}
</style>
border-color css
<style>
span { border-color: #2B1B16; }
span { border-color: rgb(43,27,22); }
td.TdClassName
{
border-color: #2B1B16;
}
.TagClassName
{
border-color: #2B1B16;
}
</style>