Shades of Melanzane #322B31
Tints of Melanzane #322B31
RGB
CMYK
RGB Variations
Color information
#322B31 (or 0x322B31) is known color: Melanzane. HEX triplet: 32, 2B and 31. RGB value is (50,43,49). Sum of RGB (Red+Green+Blue) = 50+43+49=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 50 - color contains mainly: red. Hex color #322B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B31 is #CDD4CE. Grayscale: #2D2D2D. Windows color (decimal): -13489359 or 3222322. OLE color: 3222322.
HSL color Cylindrical-coordinate representation of color #322B31: hue angle of 308.57º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #322B31 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 49 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.80 |
| HSL | 308.57º | 0.08% | 0.18% | - |
| HSV(B) | 308.57º | 0.14% | 0.2% | - |
| XYZ | 2.73 | 2.63 | 3.27 | - |
| YUV | 45.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 49 | 0 | 0.14 | 0.02 | 0.80 | 308.57 | 0.08 | 0.18 |
| Hex | 32 | 2B | 31 | 0 | E | 2 | 50 | 135 | 8 | 12 |
| Octal | 62 | 53 | 61 | 0 | 16 | 2 | 120 | 465 | 10 | 22 |
| Binary | 110010 | 101011 | 110001 | 0 | 1110 | 10 | 1010000 | 100110101 | 1000 | 10010 |
Color Harmonies of #322B31
Complementary color
Monochromatic Colors of #322B31
Black with #322B31
Text Example
Text Example
White with #322B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B31; }
p { color: rgb(50,43,49); }
H1.HeaderClassName
{
color: #322B31;
}
.AnyTagClassName
{
color: #322B31;
}
</style>
background-color css
<style>
a { background-color: #322B31; }
a { background-color: rgb(50,43,49); }
div.DivClassName
{
background-color: #322B31;
}
.BgClassName
{
background-color: #322B31;
}
</style>
border-color css
<style>
span { border-color: #322B31; }
span { border-color: rgb(50,43,49); }
td.TdClassName
{
border-color: #322B31;
}
.TagClassName
{
border-color: #322B31;
}
</style>