Shades of Black Forest #293221
Tints of Black Forest #293221
RGB
CMYK
RGB Variations
Color information
#293221 (or 0x293221) is known color: Black Forest. HEX triplet: 29, 32 and 21. RGB value is (41,50,33). Sum of RGB (Red+Green+Blue) = 41+50+33=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #293221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293221 is #D6CDDE. Grayscale: #2D2D2D. Windows color (decimal): -14077407 or 2175529. OLE color: 2175529.
HSL color Cylindrical-coordinate representation of color #293221: hue angle of 91.76º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #293221 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 50 | 33 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.80 |
| HSL | 91.76º | 0.2% | 0.16% | - |
| HSV(B) | 91.76º | 0.34% | 0.2% | - |
| XYZ | 2.33 | 2.86 | 1.87 | - |
| YUV | 45.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 33 | 0.18 | 0 | 0.34 | 0.80 | 91.76 | 0.2 | 0.16 |
| Hex | 29 | 32 | 21 | 12 | 0 | 22 | 50 | 5C | 14 | 10 |
| Octal | 51 | 62 | 41 | 22 | 0 | 42 | 120 | 134 | 24 | 20 |
| Binary | 101001 | 110010 | 100001 | 10010 | 0 | 100010 | 1010000 | 1011100 | 10100 | 10000 |
Color Harmonies of #293221
Complementary color
Monochromatic Colors of #293221
Black with #293221
Text Example
Text Example
White with #293221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293221; }
p { color: rgb(41,50,33); }
H1.HeaderClassName
{
color: #293221;
}
.AnyTagClassName
{
color: #293221;
}
</style>
background-color css
<style>
a { background-color: #293221; }
a { background-color: rgb(41,50,33); }
div.DivClassName
{
background-color: #293221;
}
.BgClassName
{
background-color: #293221;
}
</style>
border-color css
<style>
span { border-color: #293221; }
span { border-color: rgb(41,50,33); }
td.TdClassName
{
border-color: #293221;
}
.TagClassName
{
border-color: #293221;
}
</style>