Shades of Wood Bark #2B2523
Tints of Wood Bark #2B2523
RGB
CMYK
RGB Variations
Color information
#2B2523 (or 0x2B2523) is known color: Wood Bark. HEX triplet: 2B, 25 and 23. RGB value is (43,37,35). Sum of RGB (Red+Green+Blue) = 43+37+35=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2523 is #D4DADC. Grayscale: #262626. Windows color (decimal): -13949661 or 2303275. OLE color: 2303275.
HSL color Cylindrical-coordinate representation of color #2B2523: hue angle of 15º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B2523 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 37 | 35 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.83 |
| HSL | 15º | 0.1% | 0.15% | - |
| HSV(B) | 15º | 0.19% | 0.17% | - |
| XYZ | 1.96 | 1.96 | 1.86 | - |
| YUV | 38.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 35 | 0 | 0.14 | 0.19 | 0.83 | 15 | 0.1 | 0.15 |
| Hex | 2B | 25 | 23 | 0 | E | 13 | 53 | F | A | F |
| Octal | 53 | 45 | 43 | 0 | 16 | 23 | 123 | 17 | 12 | 17 |
| Binary | 101011 | 100101 | 100011 | 0 | 1110 | 10011 | 1010011 | 1111 | 1010 | 1111 |
Color Harmonies of #2B2523
Complementary color
Monochromatic Colors of #2B2523
Black with #2B2523
Text Example
Text Example
White with #2B2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2523; }
p { color: rgb(43,37,35); }
H1.HeaderClassName
{
color: #2B2523;
}
.AnyTagClassName
{
color: #2B2523;
}
</style>
background-color css
<style>
a { background-color: #2B2523; }
a { background-color: rgb(43,37,35); }
div.DivClassName
{
background-color: #2B2523;
}
.BgClassName
{
background-color: #2B2523;
}
</style>
border-color css
<style>
span { border-color: #2B2523; }
span { border-color: rgb(43,37,35); }
td.TdClassName
{
border-color: #2B2523;
}
.TagClassName
{
border-color: #2B2523;
}
</style>