Shades of Wood Bark #2B170B
Tints of Wood Bark #2B170B
RGB
CMYK
RGB Variations
Color information
#2B170B (or 0x2B170B) is known color: Wood Bark. HEX triplet: 2B, 17 and 0B. RGB value is (43,23,11). Sum of RGB (Red+Green+Blue) = 43+23+11=77 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.84% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 43 - color contains mainly: red. Hex color #2B170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B170B is #D4E8F4. Grayscale: #1B1B1B. Windows color (decimal): -13953269 or 726827. OLE color: 726827.
HSL color Cylindrical-coordinate representation of color #2B170B: hue angle of 22.5º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B170B is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 23 | 11 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.83 |
| HSL | 22.5º | 0.59% | 0.11% | - |
| HSV(B) | 22.5º | 0.74% | 0.17% | - |
| XYZ | 1.36 | 1.15 | 0.47 | - |
| YUV | 27.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 11 | 0 | 0.47 | 0.74 | 0.83 | 22.5 | 0.59 | 0.11 |
| Hex | 2B | 17 | B | 0 | 2F | 4A | 53 | 16 | 3B | B |
| Octal | 53 | 27 | 13 | 0 | 57 | 112 | 123 | 26 | 73 | 13 |
| Binary | 101011 | 10111 | 1011 | 0 | 101111 | 1001010 | 1010011 | 10110 | 111011 | 1011 |
Color Harmonies of #2B170B
Complementary color
Monochromatic Colors of #2B170B
Black with #2B170B
Text Example
Text Example
White with #2B170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B170B; }
p { color: rgb(43,23,11); }
H1.HeaderClassName
{
color: #2B170B;
}
.AnyTagClassName
{
color: #2B170B;
}
</style>
background-color css
<style>
a { background-color: #2B170B; }
a { background-color: rgb(43,23,11); }
div.DivClassName
{
background-color: #2B170B;
}
.BgClassName
{
background-color: #2B170B;
}
</style>
border-color css
<style>
span { border-color: #2B170B; }
span { border-color: rgb(43,23,11); }
td.TdClassName
{
border-color: #2B170B;
}
.TagClassName
{
border-color: #2B170B;
}
</style>