Shades of Black Forest #29401B
Tints of Black Forest #29401B
RGB
CMYK
RGB Variations
Color information
#29401B (or 0x29401B) is known color: Black Forest. HEX triplet: 29, 40 and 1B. RGB value is (41,64,27). Sum of RGB (Red+Green+Blue) = 41+64+27=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #29401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29401B is #D6BFE4. Grayscale: #353535. Windows color (decimal): -14073829 or 1785897. OLE color: 1785897.
HSL color Cylindrical-coordinate representation of color #29401B: hue angle of 97.3º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #29401B is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 64 | 27 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.75 |
| HSL | 97.3º | 0.41% | 0.18% | - |
| HSV(B) | 97.3º | 0.58% | 0.25% | - |
| XYZ | 2.95 | 4.22 | 1.7 | - |
| YUV | 52.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 27 | 0.36 | 0 | 0.58 | 0.75 | 97.3 | 0.41 | 0.18 |
| Hex | 29 | 40 | 1B | 24 | 0 | 3A | 4B | 61 | 29 | 12 |
| Octal | 51 | 100 | 33 | 44 | 0 | 72 | 113 | 141 | 51 | 22 |
| Binary | 101001 | 1000000 | 11011 | 100100 | 0 | 111010 | 1001011 | 1100001 | 101001 | 10010 |
Color Harmonies of #29401B
Complementary color
Monochromatic Colors of #29401B
Black with #29401B
Text Example
Text Example
White with #29401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29401B; }
p { color: rgb(41,64,27); }
H1.HeaderClassName
{
color: #29401B;
}
.AnyTagClassName
{
color: #29401B;
}
</style>
background-color css
<style>
a { background-color: #29401B; }
a { background-color: rgb(41,64,27); }
div.DivClassName
{
background-color: #29401B;
}
.BgClassName
{
background-color: #29401B;
}
</style>
border-color css
<style>
span { border-color: #29401B; }
span { border-color: rgb(41,64,27); }
td.TdClassName
{
border-color: #29401B;
}
.TagClassName
{
border-color: #29401B;
}
</style>