Shades of Wood Bark #2B221F
Tints of Wood Bark #2B221F
RGB
CMYK
RGB Variations
Color information
#2B221F (or 0x2B221F) is known color: Wood Bark. HEX triplet: 2B, 22 and 1F. RGB value is (43,34,31). Sum of RGB (Red+Green+Blue) = 43+34+31=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 43 - color contains mainly: red. Hex color #2B221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B221F is #D4DDE0. Grayscale: #242424. Windows color (decimal): -13950433 or 2040363. OLE color: 2040363.
HSL color Cylindrical-coordinate representation of color #2B221F: hue angle of 15º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B221F is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 34 | 31 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.83 |
| HSL | 15º | 0.16% | 0.15% | - |
| HSV(B) | 15º | 0.28% | 0.17% | - |
| XYZ | 1.82 | 1.76 | 1.54 | - |
| YUV | 36.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 31 | 0 | 0.21 | 0.28 | 0.83 | 15 | 0.16 | 0.15 |
| Hex | 2B | 22 | 1F | 0 | 15 | 1C | 53 | F | 10 | F |
| Octal | 53 | 42 | 37 | 0 | 25 | 34 | 123 | 17 | 20 | 17 |
| Binary | 101011 | 100010 | 11111 | 0 | 10101 | 11100 | 1010011 | 1111 | 10000 | 1111 |
Color Harmonies of #2B221F
Complementary color
Monochromatic Colors of #2B221F
Black with #2B221F
Text Example
Text Example
White with #2B221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B221F; }
p { color: rgb(43,34,31); }
H1.HeaderClassName
{
color: #2B221F;
}
.AnyTagClassName
{
color: #2B221F;
}
</style>
background-color css
<style>
a { background-color: #2B221F; }
a { background-color: rgb(43,34,31); }
div.DivClassName
{
background-color: #2B221F;
}
.BgClassName
{
background-color: #2B221F;
}
</style>
border-color css
<style>
span { border-color: #2B221F; }
span { border-color: rgb(43,34,31); }
td.TdClassName
{
border-color: #2B221F;
}
.TagClassName
{
border-color: #2B221F;
}
</style>