Shades of Black Forest #29371C
Tints of Black Forest #29371C
RGB
CMYK
RGB Variations
Color information
#29371C (or 0x29371C) is known color: Black Forest. HEX triplet: 29, 37 and 1C. RGB value is (41,55,28). Sum of RGB (Red+Green+Blue) = 41+55+28=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #29371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29371C is #D6C8E3. Grayscale: #2F2F2F. Windows color (decimal): -14076132 or 1849129. OLE color: 1849129.
HSL color Cylindrical-coordinate representation of color #29371C: hue angle of 91.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29371C is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 55 | 28 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.78 |
| HSL | 91.11º | 0.33% | 0.16% | - |
| HSV(B) | 91.11º | 0.49% | 0.22% | - |
| XYZ | 2.49 | 3.29 | 1.6 | - |
| YUV | 47.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 28 | 0.25 | 0 | 0.49 | 0.78 | 91.11 | 0.33 | 0.16 |
| Hex | 29 | 37 | 1C | 19 | 0 | 31 | 4E | 5B | 21 | 10 |
| Octal | 51 | 67 | 34 | 31 | 0 | 61 | 116 | 133 | 41 | 20 |
| Binary | 101001 | 110111 | 11100 | 11001 | 0 | 110001 | 1001110 | 1011011 | 100001 | 10000 |
Color Harmonies of #29371C
Complementary color
Monochromatic Colors of #29371C
Black with #29371C
Text Example
Text Example
White with #29371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29371C; }
p { color: rgb(41,55,28); }
H1.HeaderClassName
{
color: #29371C;
}
.AnyTagClassName
{
color: #29371C;
}
</style>
background-color css
<style>
a { background-color: #29371C; }
a { background-color: rgb(41,55,28); }
div.DivClassName
{
background-color: #29371C;
}
.BgClassName
{
background-color: #29371C;
}
</style>
border-color css
<style>
span { border-color: #29371C; }
span { border-color: rgb(41,55,28); }
td.TdClassName
{
border-color: #29371C;
}
.TagClassName
{
border-color: #29371C;
}
</style>