Shades of Melanzane #32292F
Tints of Melanzane #32292F
RGB
CMYK
RGB Variations
Color information
#32292F (or 0x32292F) is known color: Melanzane. HEX triplet: 32, 29 and 2F. RGB value is (50,41,47). Sum of RGB (Red+Green+Blue) = 50+41+47=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 50 - color contains mainly: red. Hex color #32292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32292F is #CDD6D0. Grayscale: #2C2C2C. Windows color (decimal): -13489873 or 3090738. OLE color: 3090738.
HSL color Cylindrical-coordinate representation of color #32292F: hue angle of 320º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #32292F is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 47 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.80 |
| HSL | 320º | 0.1% | 0.18% | - |
| HSV(B) | 320º | 0.18% | 0.2% | - |
| XYZ | 2.62 | 2.47 | 3.03 | - |
| YUV | 44.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 47 | 0 | 0.18 | 0.06 | 0.80 | 320 | 0.1 | 0.18 |
| Hex | 32 | 29 | 2F | 0 | 12 | 6 | 50 | 140 | A | 12 |
| Octal | 62 | 51 | 57 | 0 | 22 | 6 | 120 | 500 | 12 | 22 |
| Binary | 110010 | 101001 | 101111 | 0 | 10010 | 110 | 1010000 | 101000000 | 1010 | 10010 |
Color Harmonies of #32292F
Complementary color
Monochromatic Colors of #32292F
Black with #32292F
Text Example
Text Example
White with #32292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32292F; }
p { color: rgb(50,41,47); }
H1.HeaderClassName
{
color: #32292F;
}
.AnyTagClassName
{
color: #32292F;
}
</style>
background-color css
<style>
a { background-color: #32292F; }
a { background-color: rgb(50,41,47); }
div.DivClassName
{
background-color: #32292F;
}
.BgClassName
{
background-color: #32292F;
}
</style>
border-color css
<style>
span { border-color: #32292F; }
span { border-color: rgb(50,41,47); }
td.TdClassName
{
border-color: #32292F;
}
.TagClassName
{
border-color: #32292F;
}
</style>