Shades of Wood Bark #291F1C
Tints of Wood Bark #291F1C
RGB
CMYK
RGB Variations
Color information
#291F1C (or 0x291F1C) is known color: Wood Bark. HEX triplet: 29, 1F and 1C. RGB value is (41,31,28). Sum of RGB (Red+Green+Blue) = 41+31+28=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #291F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F1C is #D6E0E3. Grayscale: #212121. Windows color (decimal): -14082276 or 1842985. OLE color: 1842985.
HSL color Cylindrical-coordinate representation of color #291F1C: hue angle of 13.85º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #291F1C is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 31 | 28 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.84 |
| HSL | 13.85º | 0.19% | 0.14% | - |
| HSV(B) | 13.85º | 0.32% | 0.16% | - |
| XYZ | 1.61 | 1.54 | 1.31 | - |
| YUV | 33.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 28 | 0 | 0.24 | 0.32 | 0.84 | 13.85 | 0.19 | 0.14 |
| Hex | 29 | 1F | 1C | 0 | 18 | 20 | 54 | E | 13 | E |
| Octal | 51 | 37 | 34 | 0 | 30 | 40 | 124 | 16 | 23 | 16 |
| Binary | 101001 | 11111 | 11100 | 0 | 11000 | 100000 | 1010100 | 1110 | 10011 | 1110 |
Color Harmonies of #291F1C
Complementary color
Monochromatic Colors of #291F1C
Black with #291F1C
Text Example
Text Example
White with #291F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F1C; }
p { color: rgb(41,31,28); }
H1.HeaderClassName
{
color: #291F1C;
}
.AnyTagClassName
{
color: #291F1C;
}
</style>
background-color css
<style>
a { background-color: #291F1C; }
a { background-color: rgb(41,31,28); }
div.DivClassName
{
background-color: #291F1C;
}
.BgClassName
{
background-color: #291F1C;
}
</style>
border-color css
<style>
span { border-color: #291F1C; }
span { border-color: rgb(41,31,28); }
td.TdClassName
{
border-color: #291F1C;
}
.TagClassName
{
border-color: #291F1C;
}
</style>