Shades of Wood Bark #2B1910
Tints of Wood Bark #2B1910
RGB
CMYK
RGB Variations
Color information
#2B1910 (or 0x2B1910) is known color: Wood Bark. HEX triplet: 2B, 19 and 10. RGB value is (43,25,16). Sum of RGB (Red+Green+Blue) = 43+25+16=84 (11% of max value = 765). Red value is 43 (17.19% from 255 or 51.19% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1910 is #D4E6EF. Grayscale: #1D1D1D. Windows color (decimal): -13952752 or 1055019. OLE color: 1055019.
HSL color Cylindrical-coordinate representation of color #2B1910: hue angle of 20º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B1910 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 25 | 16 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.83 |
| HSL | 20º | 0.46% | 0.12% | - |
| HSV(B) | 20º | 0.63% | 0.17% | - |
| XYZ | 1.44 | 1.25 | 0.66 | - |
| YUV | 29.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 16 | 0 | 0.42 | 0.63 | 0.83 | 20 | 0.46 | 0.12 |
| Hex | 2B | 19 | 10 | 0 | 2A | 3F | 53 | 14 | 2E | C |
| Octal | 53 | 31 | 20 | 0 | 52 | 77 | 123 | 24 | 56 | 14 |
| Binary | 101011 | 11001 | 10000 | 0 | 101010 | 111111 | 1010011 | 10100 | 101110 | 1100 |
Color Harmonies of #2B1910
Complementary color
Monochromatic Colors of #2B1910
Black with #2B1910
Text Example
Text Example
White with #2B1910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1910; }
p { color: rgb(43,25,16); }
H1.HeaderClassName
{
color: #2B1910;
}
.AnyTagClassName
{
color: #2B1910;
}
</style>
background-color css
<style>
a { background-color: #2B1910; }
a { background-color: rgb(43,25,16); }
div.DivClassName
{
background-color: #2B1910;
}
.BgClassName
{
background-color: #2B1910;
}
</style>
border-color css
<style>
span { border-color: #2B1910; }
span { border-color: rgb(43,25,16); }
td.TdClassName
{
border-color: #2B1910;
}
.TagClassName
{
border-color: #2B1910;
}
</style>