Shades of Melanzane #290B21
Tints of Melanzane #290B21
RGB
CMYK
RGB Variations
Color information
#290B21 (or 0x290B21) is known color: Melanzane. HEX triplet: 29, 0B and 21. RGB value is (41,11,33). Sum of RGB (Red+Green+Blue) = 41+11+33=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #290B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B21 is #D6F4DE. Grayscale: #161616. Windows color (decimal): -14087391 or 2165545. OLE color: 2165545.
HSL color Cylindrical-coordinate representation of color #290B21: hue angle of 316º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #290B21 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 11 | 33 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.84 |
| HSL | 316º | 0.58% | 0.1% | - |
| HSV(B) | 316º | 0.73% | 0.16% | - |
| XYZ | 1.31 | 0.82 | 1.53 | - |
| YUV | 22.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 33 | 0 | 0.73 | 0.20 | 0.84 | 316 | 0.58 | 0.1 |
| Hex | 29 | B | 21 | 0 | 49 | 14 | 54 | 13C | 3A | A |
| Octal | 51 | 13 | 41 | 0 | 111 | 24 | 124 | 474 | 72 | 12 |
| Binary | 101001 | 1011 | 100001 | 0 | 1001001 | 10100 | 1010100 | 100111100 | 111010 | 1010 |
Color Harmonies of #290B21
Complementary color
Monochromatic Colors of #290B21
Black with #290B21
Text Example
Text Example
White with #290B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B21; }
p { color: rgb(41,11,33); }
H1.HeaderClassName
{
color: #290B21;
}
.AnyTagClassName
{
color: #290B21;
}
</style>
background-color css
<style>
a { background-color: #290B21; }
a { background-color: rgb(41,11,33); }
div.DivClassName
{
background-color: #290B21;
}
.BgClassName
{
background-color: #290B21;
}
</style>
border-color css
<style>
span { border-color: #290B21; }
span { border-color: rgb(41,11,33); }
td.TdClassName
{
border-color: #290B21;
}
.TagClassName
{
border-color: #290B21;
}
</style>