Shades of Melanzane #290821
Tints of Melanzane #290821
RGB
CMYK
RGB Variations
Color information
#290821 (or 0x290821) is known color: Melanzane. HEX triplet: 29, 08 and 21. RGB value is (41,8,33). Sum of RGB (Red+Green+Blue) = 41+8+33=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #290821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290821 is #D6F7DE. Grayscale: #141414. Windows color (decimal): -14088159 or 2164777. OLE color: 2164777.
HSL color Cylindrical-coordinate representation of color #290821: hue angle of 314.55º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290821 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 8 | 33 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.84 |
| HSL | 314.55º | 0.67% | 0.1% | - |
| HSV(B) | 314.55º | 0.8% | 0.16% | - |
| XYZ | 1.28 | 0.75 | 1.52 | - |
| YUV | 20.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 33 | 0 | 0.80 | 0.20 | 0.84 | 314.55 | 0.67 | 0.1 |
| Hex | 29 | 8 | 21 | 0 | 50 | 14 | 54 | 13B | 43 | A |
| Octal | 51 | 10 | 41 | 0 | 120 | 24 | 124 | 473 | 103 | 12 |
| Binary | 101001 | 1000 | 100001 | 0 | 1010000 | 10100 | 1010100 | 100111011 | 1000011 | 1010 |
Color Harmonies of #290821
Complementary color
Monochromatic Colors of #290821
Black with #290821
Text Example
Text Example
White with #290821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290821; }
p { color: rgb(41,8,33); }
H1.HeaderClassName
{
color: #290821;
}
.AnyTagClassName
{
color: #290821;
}
</style>
background-color css
<style>
a { background-color: #290821; }
a { background-color: rgb(41,8,33); }
div.DivClassName
{
background-color: #290821;
}
.BgClassName
{
background-color: #290821;
}
</style>
border-color css
<style>
span { border-color: #290821; }
span { border-color: rgb(41,8,33); }
td.TdClassName
{
border-color: #290821;
}
.TagClassName
{
border-color: #290821;
}
</style>