Shades of Melanzane #332530
Tints of Melanzane #332530
RGB
CMYK
RGB Variations
Color information
#332530 (or 0x332530) is known color: Melanzane. HEX triplet: 33, 25 and 30. RGB value is (51,37,48). Sum of RGB (Red+Green+Blue) = 51+37+48=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 51 - color contains mainly: red. Hex color #332530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332530 is #CCDACF. Grayscale: #2A2A2A. Windows color (decimal): -13425360 or 3155251. OLE color: 3155251.
HSL color Cylindrical-coordinate representation of color #332530: hue angle of 312.86º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #332530 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 37 | 48 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.8 |
| HSL | 312.86º | 0.16% | 0.17% | - |
| HSV(B) | 312.86º | 0.27% | 0.2% | - |
| XYZ | 2.56 | 2.24 | 3.09 | - |
| YUV | 42.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 48 | 0 | 0.27 | 0.06 | 0.8 | 312.86 | 0.16 | 0.17 |
| Hex | 33 | 25 | 30 | 0 | 1B | 6 | 50 | 139 | 10 | 11 |
| Octal | 63 | 45 | 60 | 0 | 33 | 6 | 120 | 471 | 20 | 21 |
| Binary | 110011 | 100101 | 110000 | 0 | 11011 | 110 | 1010000 | 100111001 | 10000 | 10001 |
Color Harmonies of #332530
Complementary color
Monochromatic Colors of #332530
Black with #332530
Text Example
Text Example
White with #332530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332530; }
p { color: rgb(51,37,48); }
H1.HeaderClassName
{
color: #332530;
}
.AnyTagClassName
{
color: #332530;
}
</style>
background-color css
<style>
a { background-color: #332530; }
a { background-color: rgb(51,37,48); }
div.DivClassName
{
background-color: #332530;
}
.BgClassName
{
background-color: #332530;
}
</style>
border-color css
<style>
span { border-color: #332530; }
span { border-color: rgb(51,37,48); }
td.TdClassName
{
border-color: #332530;
}
.TagClassName
{
border-color: #332530;
}
</style>