Shades of Wood Bark #291D19
Tints of Wood Bark #291D19
RGB
CMYK
RGB Variations
Color information
#291D19 (or 0x291D19) is known color: Wood Bark. HEX triplet: 29, 1D and 19. RGB value is (41,29,25). Sum of RGB (Red+Green+Blue) = 41+29+25=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 41 - color contains mainly: red. Hex color #291D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291D19 is #D6E2E6. Grayscale: #202020. Windows color (decimal): -14082791 or 1645865. OLE color: 1645865.
HSL color Cylindrical-coordinate representation of color #291D19: hue angle of 15º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #291D19 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 29 | 25 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.84 |
| HSL | 15º | 0.24% | 0.13% | - |
| HSV(B) | 15º | 0.39% | 0.16% | - |
| XYZ | 1.53 | 1.42 | 1.11 | - |
| YUV | 32.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 25 | 0 | 0.29 | 0.39 | 0.84 | 15 | 0.24 | 0.13 |
| Hex | 29 | 1D | 19 | 0 | 1D | 27 | 54 | F | 18 | D |
| Octal | 51 | 35 | 31 | 0 | 35 | 47 | 124 | 17 | 30 | 15 |
| Binary | 101001 | 11101 | 11001 | 0 | 11101 | 100111 | 1010100 | 1111 | 11000 | 1101 |
Color Harmonies of #291D19
Complementary color
Monochromatic Colors of #291D19
Black with #291D19
Text Example
Text Example
White with #291D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D19; }
p { color: rgb(41,29,25); }
H1.HeaderClassName
{
color: #291D19;
}
.AnyTagClassName
{
color: #291D19;
}
</style>
background-color css
<style>
a { background-color: #291D19; }
a { background-color: rgb(41,29,25); }
div.DivClassName
{
background-color: #291D19;
}
.BgClassName
{
background-color: #291D19;
}
</style>
border-color css
<style>
span { border-color: #291D19; }
span { border-color: rgb(41,29,25); }
td.TdClassName
{
border-color: #291D19;
}
.TagClassName
{
border-color: #291D19;
}
</style>