Shades of Wood Bark #291B11
Tints of Wood Bark #291B11
RGB
CMYK
RGB Variations
Color information
#291B11 (or 0x291B11) is known color: Wood Bark. HEX triplet: 29, 1B and 11. RGB value is (41,27,17). Sum of RGB (Red+Green+Blue) = 41+27+17=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #291B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291B11 is #D6E4EE. Grayscale: #1E1E1E. Windows color (decimal): -14083311 or 1121065. OLE color: 1121065.
HSL color Cylindrical-coordinate representation of color #291B11: hue angle of 25º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #291B11 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 27 | 17 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.84 |
| HSL | 25º | 0.41% | 0.11% | - |
| HSV(B) | 25º | 0.59% | 0.16% | - |
| XYZ | 1.41 | 1.3 | 0.71 | - |
| YUV | 30.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 17 | 0 | 0.34 | 0.59 | 0.84 | 25 | 0.41 | 0.11 |
| Hex | 29 | 1B | 11 | 0 | 22 | 3B | 54 | 19 | 29 | B |
| Octal | 51 | 33 | 21 | 0 | 42 | 73 | 124 | 31 | 51 | 13 |
| Binary | 101001 | 11011 | 10001 | 0 | 100010 | 111011 | 1010100 | 11001 | 101001 | 1011 |
Color Harmonies of #291B11
Complementary color
Monochromatic Colors of #291B11
Black with #291B11
Text Example
Text Example
White with #291B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B11; }
p { color: rgb(41,27,17); }
H1.HeaderClassName
{
color: #291B11;
}
.AnyTagClassName
{
color: #291B11;
}
</style>
background-color css
<style>
a { background-color: #291B11; }
a { background-color: rgb(41,27,17); }
div.DivClassName
{
background-color: #291B11;
}
.BgClassName
{
background-color: #291B11;
}
</style>
border-color css
<style>
span { border-color: #291B11; }
span { border-color: rgb(41,27,17); }
td.TdClassName
{
border-color: #291B11;
}
.TagClassName
{
border-color: #291B11;
}
</style>