Shades of Wood Bark #2B1E15
Tints of Wood Bark #2B1E15
RGB
CMYK
RGB Variations
Color information
#2B1E15 (or 0x2B1E15) is known color: Wood Bark. HEX triplet: 2B, 1E and 15. RGB value is (43,30,21). Sum of RGB (Red+Green+Blue) = 43+30+21=94 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.74% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1E15 is #D4E1EA. Grayscale: #202020. Windows color (decimal): -13951467 or 1383979. OLE color: 1383979.
HSL color Cylindrical-coordinate representation of color #2B1E15: hue angle of 24.55º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B1E15 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 30 | 21 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.83 |
| HSL | 24.55º | 0.34% | 0.13% | - |
| HSV(B) | 24.55º | 0.51% | 0.17% | - |
| XYZ | 1.6 | 1.5 | 0.91 | - |
| YUV | 32.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 30 | 21 | 0 | 0.30 | 0.51 | 0.83 | 24.55 | 0.34 | 0.13 |
| Hex | 2B | 1E | 15 | 0 | 1E | 33 | 53 | 19 | 22 | D |
| Octal | 53 | 36 | 25 | 0 | 36 | 63 | 123 | 31 | 42 | 15 |
| Binary | 101011 | 11110 | 10101 | 0 | 11110 | 110011 | 1010011 | 11001 | 100010 | 1101 |
Color Harmonies of #2B1E15
Complementary color
Monochromatic Colors of #2B1E15
Black with #2B1E15
Text Example
Text Example
White with #2B1E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1E15; }
p { color: rgb(43,30,21); }
H1.HeaderClassName
{
color: #2B1E15;
}
.AnyTagClassName
{
color: #2B1E15;
}
</style>
background-color css
<style>
a { background-color: #2B1E15; }
a { background-color: rgb(43,30,21); }
div.DivClassName
{
background-color: #2B1E15;
}
.BgClassName
{
background-color: #2B1E15;
}
</style>
border-color css
<style>
span { border-color: #2B1E15; }
span { border-color: rgb(43,30,21); }
td.TdClassName
{
border-color: #2B1E15;
}
.TagClassName
{
border-color: #2B1E15;
}
</style>