Shades of Wood Bark #2B1B14
Tints of Wood Bark #2B1B14
RGB
CMYK
RGB Variations
Color information
#2B1B14 (or 0x2B1B14) is known color: Wood Bark. HEX triplet: 2B, 1B and 14. RGB value is (43,27,20). Sum of RGB (Red+Green+Blue) = 43+27+20=90 (11% of max value = 765). Red value is 43 (17.19% from 255 or 47.78% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1B14 is #D4E4EB. Grayscale: #1F1F1F. Windows color (decimal): -13952236 or 1317675. OLE color: 1317675.
HSL color Cylindrical-coordinate representation of color #2B1B14: hue angle of 18.26º 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 #2B1B14 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 27 | 20 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.83 |
| HSL | 18.26º | 0.37% | 0.12% | - |
| HSV(B) | 18.26º | 0.53% | 0.17% | - |
| XYZ | 1.51 | 1.35 | 0.84 | - |
| YUV | 30.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 20 | 0 | 0.37 | 0.53 | 0.83 | 18.26 | 0.37 | 0.12 |
| Hex | 2B | 1B | 14 | 0 | 25 | 35 | 53 | 12 | 25 | C |
| Octal | 53 | 33 | 24 | 0 | 45 | 65 | 123 | 22 | 45 | 14 |
| Binary | 101011 | 11011 | 10100 | 0 | 100101 | 110101 | 1010011 | 10010 | 100101 | 1100 |
Color Harmonies of #2B1B14
Complementary color
Monochromatic Colors of #2B1B14
Black with #2B1B14
Text Example
Text Example
White with #2B1B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1B14; }
p { color: rgb(43,27,20); }
H1.HeaderClassName
{
color: #2B1B14;
}
.AnyTagClassName
{
color: #2B1B14;
}
</style>
background-color css
<style>
a { background-color: #2B1B14; }
a { background-color: rgb(43,27,20); }
div.DivClassName
{
background-color: #2B1B14;
}
.BgClassName
{
background-color: #2B1B14;
}
</style>
border-color css
<style>
span { border-color: #2B1B14; }
span { border-color: rgb(43,27,20); }
td.TdClassName
{
border-color: #2B1B14;
}
.TagClassName
{
border-color: #2B1B14;
}
</style>