Shades of Black Forest #293122
Tints of Black Forest #293122
RGB
CMYK
RGB Variations
Color information
#293122 (or 0x293122) is known color: Black Forest. HEX triplet: 29, 31 and 22. RGB value is (41,49,34). Sum of RGB (Red+Green+Blue) = 41+49+34=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 49 - color contains mainly: green. Hex color #293122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293122 is #D6CEDD. Grayscale: #2C2C2C. Windows color (decimal): -14077662 or 2240809. OLE color: 2240809.
HSL color Cylindrical-coordinate representation of color #293122: hue angle of 92º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #293122 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 49 | 34 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.81 |
| HSL | 92º | 0.18% | 0.16% | - |
| HSV(B) | 92º | 0.31% | 0.19% | - |
| XYZ | 2.3 | 2.78 | 1.93 | - |
| YUV | 44.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 34 | 0.16 | 0 | 0.31 | 0.81 | 92 | 0.18 | 0.16 |
| Hex | 29 | 31 | 22 | 10 | 0 | 1F | 51 | 5C | 12 | 10 |
| Octal | 51 | 61 | 42 | 20 | 0 | 37 | 121 | 134 | 22 | 20 |
| Binary | 101001 | 110001 | 100010 | 10000 | 0 | 11111 | 1010001 | 1011100 | 10010 | 10000 |
Color Harmonies of #293122
Complementary color
Monochromatic Colors of #293122
Black with #293122
Text Example
Text Example
White with #293122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293122; }
p { color: rgb(41,49,34); }
H1.HeaderClassName
{
color: #293122;
}
.AnyTagClassName
{
color: #293122;
}
</style>
background-color css
<style>
a { background-color: #293122; }
a { background-color: rgb(41,49,34); }
div.DivClassName
{
background-color: #293122;
}
.BgClassName
{
background-color: #293122;
}
</style>
border-color css
<style>
span { border-color: #293122; }
span { border-color: rgb(41,49,34); }
td.TdClassName
{
border-color: #293122;
}
.TagClassName
{
border-color: #293122;
}
</style>