Shades of Wood Bark #2B1913
Tints of Wood Bark #2B1913
RGB
CMYK
RGB Variations
Color information
#2B1913 (or 0x2B1913) is known color: Wood Bark. HEX triplet: 2B, 19 and 13. RGB value is (43,25,19). Sum of RGB (Red+Green+Blue) = 43+25+19=87 (11% of max value = 765). Red value is 43 (17.19% from 255 or 49.43% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1913 is #D4E6EC. Grayscale: #1D1D1D. Windows color (decimal): -13952749 or 1251627. OLE color: 1251627.
HSL color Cylindrical-coordinate representation of color #2B1913: hue angle of 15º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B1913 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 25 | 19 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.83 |
| HSL | 15º | 0.39% | 0.12% | - |
| HSV(B) | 15º | 0.56% | 0.17% | - |
| XYZ | 1.46 | 1.26 | 0.78 | - |
| YUV | 29.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 19 | 0 | 0.42 | 0.56 | 0.83 | 15 | 0.39 | 0.12 |
| Hex | 2B | 19 | 13 | 0 | 2A | 38 | 53 | F | 27 | C |
| Octal | 53 | 31 | 23 | 0 | 52 | 70 | 123 | 17 | 47 | 14 |
| Binary | 101011 | 11001 | 10011 | 0 | 101010 | 111000 | 1010011 | 1111 | 100111 | 1100 |
Color Harmonies of #2B1913
Complementary color
Monochromatic Colors of #2B1913
Black with #2B1913
Text Example
Text Example
White with #2B1913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1913; }
p { color: rgb(43,25,19); }
H1.HeaderClassName
{
color: #2B1913;
}
.AnyTagClassName
{
color: #2B1913;
}
</style>
background-color css
<style>
a { background-color: #2B1913; }
a { background-color: rgb(43,25,19); }
div.DivClassName
{
background-color: #2B1913;
}
.BgClassName
{
background-color: #2B1913;
}
</style>
border-color css
<style>
span { border-color: #2B1913; }
span { border-color: rgb(43,25,19); }
td.TdClassName
{
border-color: #2B1913;
}
.TagClassName
{
border-color: #2B1913;
}
</style>