Shades of Melanzane #291C27
Tints of Melanzane #291C27
RGB
CMYK
RGB Variations
Color information
#291C27 (or 0x291C27) is known color: Melanzane. HEX triplet: 29, 1C and 27. RGB value is (41,28,39). Sum of RGB (Red+Green+Blue) = 41+28+39=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 41 - color contains mainly: red. Hex color #291C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C27 is #D6E3D8. Grayscale: #212121. Windows color (decimal): -14083033 or 2563113. OLE color: 2563113.
HSL color Cylindrical-coordinate representation of color #291C27: hue angle of 309.23º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #291C27 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 28 | 39 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.84 |
| HSL | 309.23º | 0.19% | 0.14% | - |
| HSV(B) | 309.23º | 0.32% | 0.16% | - |
| XYZ | 1.7 | 1.45 | 2.11 | - |
| YUV | 33.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 39 | 0 | 0.32 | 0.05 | 0.84 | 309.23 | 0.19 | 0.14 |
| Hex | 29 | 1C | 27 | 0 | 20 | 5 | 54 | 135 | 13 | E |
| Octal | 51 | 34 | 47 | 0 | 40 | 5 | 124 | 465 | 23 | 16 |
| Binary | 101001 | 11100 | 100111 | 0 | 100000 | 101 | 1010100 | 100110101 | 10011 | 1110 |
Color Harmonies of #291C27
Complementary color
Monochromatic Colors of #291C27
Black with #291C27
Text Example
Text Example
White with #291C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C27; }
p { color: rgb(41,28,39); }
H1.HeaderClassName
{
color: #291C27;
}
.AnyTagClassName
{
color: #291C27;
}
</style>
background-color css
<style>
a { background-color: #291C27; }
a { background-color: rgb(41,28,39); }
div.DivClassName
{
background-color: #291C27;
}
.BgClassName
{
background-color: #291C27;
}
</style>
border-color css
<style>
span { border-color: #291C27; }
span { border-color: rgb(41,28,39); }
td.TdClassName
{
border-color: #291C27;
}
.TagClassName
{
border-color: #291C27;
}
</style>