Shades of Wood Bark #2D1A11
Tints of Wood Bark #2D1A11
RGB
CMYK
RGB Variations
Color information
#2D1A11 (or 0x2D1A11) is known color: Wood Bark. HEX triplet: 2D, 1A and 11. RGB value is (45,26,17). Sum of RGB (Red+Green+Blue) = 45+26+17=88 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.14% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1A11 is #D2E5EE. Grayscale: #1E1E1E. Windows color (decimal): -13821423 or 1120813. OLE color: 1120813.
HSL color Cylindrical-coordinate representation of color #2D1A11: hue angle of 19.29º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D1A11 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 26 | 17 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.82 |
| HSL | 19.29º | 0.45% | 0.12% | - |
| HSV(B) | 19.29º | 0.62% | 0.18% | - |
| XYZ | 1.55 | 1.34 | 0.71 | - |
| YUV | 30.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 17 | 0 | 0.42 | 0.62 | 0.82 | 19.29 | 0.45 | 0.12 |
| Hex | 2D | 1A | 11 | 0 | 2A | 3E | 52 | 13 | 2D | C |
| Octal | 55 | 32 | 21 | 0 | 52 | 76 | 122 | 23 | 55 | 14 |
| Binary | 101101 | 11010 | 10001 | 0 | 101010 | 111110 | 1010010 | 10011 | 101101 | 1100 |
Color Harmonies of #2D1A11
Complementary color
Monochromatic Colors of #2D1A11
Black with #2D1A11
Text Example
Text Example
White with #2D1A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1A11; }
p { color: rgb(45,26,17); }
H1.HeaderClassName
{
color: #2D1A11;
}
.AnyTagClassName
{
color: #2D1A11;
}
</style>
background-color css
<style>
a { background-color: #2D1A11; }
a { background-color: rgb(45,26,17); }
div.DivClassName
{
background-color: #2D1A11;
}
.BgClassName
{
background-color: #2D1A11;
}
</style>
border-color css
<style>
span { border-color: #2D1A11; }
span { border-color: rgb(45,26,17); }
td.TdClassName
{
border-color: #2D1A11;
}
.TagClassName
{
border-color: #2D1A11;
}
</style>