Shades of Black Forest #29411D
Tints of Black Forest #29411D
RGB
CMYK
RGB Variations
Color information
#29411D (or 0x29411D) is known color: Black Forest. HEX triplet: 29, 41 and 1D. RGB value is (41,65,29). Sum of RGB (Red+Green+Blue) = 41+65+29=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #29411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29411D is #D6BEE2. Grayscale: #353535. Windows color (decimal): -14073571 or 1917225. OLE color: 1917225.
HSL color Cylindrical-coordinate representation of color #29411D: hue angle of 100º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29411D is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 65 | 29 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.75 |
| HSL | 100º | 0.38% | 0.18% | - |
| HSV(B) | 100º | 0.55% | 0.25% | - |
| XYZ | 3.03 | 4.34 | 1.84 | - |
| YUV | 53.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 29 | 0.37 | 0 | 0.55 | 0.75 | 100 | 0.38 | 0.18 |
| Hex | 29 | 41 | 1D | 25 | 0 | 37 | 4B | 64 | 26 | 12 |
| Octal | 51 | 101 | 35 | 45 | 0 | 67 | 113 | 144 | 46 | 22 |
| Binary | 101001 | 1000001 | 11101 | 100101 | 0 | 110111 | 1001011 | 1100100 | 100110 | 10010 |
Color Harmonies of #29411D
Complementary color
Monochromatic Colors of #29411D
Black with #29411D
Text Example
Text Example
White with #29411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29411D; }
p { color: rgb(41,65,29); }
H1.HeaderClassName
{
color: #29411D;
}
.AnyTagClassName
{
color: #29411D;
}
</style>
background-color css
<style>
a { background-color: #29411D; }
a { background-color: rgb(41,65,29); }
div.DivClassName
{
background-color: #29411D;
}
.BgClassName
{
background-color: #29411D;
}
</style>
border-color css
<style>
span { border-color: #29411D; }
span { border-color: rgb(41,65,29); }
td.TdClassName
{
border-color: #29411D;
}
.TagClassName
{
border-color: #29411D;
}
</style>