Shades of Wood Bark #2B221D
Tints of Wood Bark #2B221D
RGB
CMYK
RGB Variations
Color information
#2B221D (or 0x2B221D) is known color: Wood Bark. HEX triplet: 2B, 22 and 1D. RGB value is (43,34,29). Sum of RGB (Red+Green+Blue) = 43+34+29=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 43 - color contains mainly: red. Hex color #2B221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B221D is #D4DDE2. Grayscale: #242424. Windows color (decimal): -13950435 or 1909291. OLE color: 1909291.
HSL color Cylindrical-coordinate representation of color #2B221D: hue angle of 21.43º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B221D is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 34 | 29 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.83 |
| HSL | 21.43º | 0.19% | 0.14% | - |
| HSV(B) | 21.43º | 0.33% | 0.17% | - |
| XYZ | 1.79 | 1.75 | 1.41 | - |
| YUV | 36.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 29 | 0 | 0.21 | 0.33 | 0.83 | 21.43 | 0.19 | 0.14 |
| Hex | 2B | 22 | 1D | 0 | 15 | 21 | 53 | 15 | 13 | E |
| Octal | 53 | 42 | 35 | 0 | 25 | 41 | 123 | 25 | 23 | 16 |
| Binary | 101011 | 100010 | 11101 | 0 | 10101 | 100001 | 1010011 | 10101 | 10011 | 1110 |
Color Harmonies of #2B221D
Complementary color
Monochromatic Colors of #2B221D
Black with #2B221D
Text Example
Text Example
White with #2B221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B221D; }
p { color: rgb(43,34,29); }
H1.HeaderClassName
{
color: #2B221D;
}
.AnyTagClassName
{
color: #2B221D;
}
</style>
background-color css
<style>
a { background-color: #2B221D; }
a { background-color: rgb(43,34,29); }
div.DivClassName
{
background-color: #2B221D;
}
.BgClassName
{
background-color: #2B221D;
}
</style>
border-color css
<style>
span { border-color: #2B221D; }
span { border-color: rgb(43,34,29); }
td.TdClassName
{
border-color: #2B221D;
}
.TagClassName
{
border-color: #2B221D;
}
</style>