Shades of Wood Bark #2B1A14
Tints of Wood Bark #2B1A14
RGB
CMYK
RGB Variations
Color information
#2B1A14 (or 0x2B1A14) is known color: Wood Bark. HEX triplet: 2B, 1A and 14. RGB value is (43,26,20). Sum of RGB (Red+Green+Blue) = 43+26+20=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1A14 is #D4E5EB. Grayscale: #1E1E1E. Windows color (decimal): -13952492 or 1317419. OLE color: 1317419.
HSL color Cylindrical-coordinate representation of color #2B1A14: hue angle of 15.65º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B1A14 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 26 | 20 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.83 |
| HSL | 15.65º | 0.37% | 0.12% | - |
| HSV(B) | 15.65º | 0.53% | 0.17% | - |
| XYZ | 1.49 | 1.3 | 0.83 | - |
| YUV | 30.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 20 | 0 | 0.40 | 0.53 | 0.83 | 15.65 | 0.37 | 0.12 |
| Hex | 2B | 1A | 14 | 0 | 28 | 35 | 53 | 10 | 25 | C |
| Octal | 53 | 32 | 24 | 0 | 50 | 65 | 123 | 20 | 45 | 14 |
| Binary | 101011 | 11010 | 10100 | 0 | 101000 | 110101 | 1010011 | 10000 | 100101 | 1100 |
Color Harmonies of #2B1A14
Complementary color
Monochromatic Colors of #2B1A14
Black with #2B1A14
Text Example
Text Example
White with #2B1A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1A14; }
p { color: rgb(43,26,20); }
H1.HeaderClassName
{
color: #2B1A14;
}
.AnyTagClassName
{
color: #2B1A14;
}
</style>
background-color css
<style>
a { background-color: #2B1A14; }
a { background-color: rgb(43,26,20); }
div.DivClassName
{
background-color: #2B1A14;
}
.BgClassName
{
background-color: #2B1A14;
}
</style>
border-color css
<style>
span { border-color: #2B1A14; }
span { border-color: rgb(43,26,20); }
td.TdClassName
{
border-color: #2B1A14;
}
.TagClassName
{
border-color: #2B1A14;
}
</style>