Shades of Melanzane #333032
Tints of Melanzane #333032
RGB
CMYK
RGB Variations
Color information
#333032 (or 0x333032) is known color: Melanzane. HEX triplet: 33, 30 and 32. RGB value is (51,48,50). Sum of RGB (Red+Green+Blue) = 51+48+50=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 51 - color contains mainly: red. Hex color #333032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333032 is #CCCFCD. Grayscale: #313131. Windows color (decimal): -13422542 or 3289139. OLE color: 3289139.
HSL color Cylindrical-coordinate representation of color #333032: hue angle of 320º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #333032 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 48 | 50 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.8 |
| HSL | 320º | 0.03% | 0.19% | - |
| HSV(B) | 320º | 0.06% | 0.2% | - |
| XYZ | 3 | 3.05 | 3.45 | - |
| YUV | 49.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 50 | 0 | 0.06 | 0.02 | 0.8 | 320 | 0.03 | 0.19 |
| Hex | 33 | 30 | 32 | 0 | 6 | 2 | 50 | 140 | 3 | 13 |
| Octal | 63 | 60 | 62 | 0 | 6 | 2 | 120 | 500 | 3 | 23 |
| Binary | 110011 | 110000 | 110010 | 0 | 110 | 10 | 1010000 | 101000000 | 11 | 10011 |
Color Harmonies of #333032
Complementary color
Monochromatic Colors of #333032
Black with #333032
Text Example
Text Example
White with #333032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333032; }
p { color: rgb(51,48,50); }
H1.HeaderClassName
{
color: #333032;
}
.AnyTagClassName
{
color: #333032;
}
</style>
background-color css
<style>
a { background-color: #333032; }
a { background-color: rgb(51,48,50); }
div.DivClassName
{
background-color: #333032;
}
.BgClassName
{
background-color: #333032;
}
</style>
border-color css
<style>
span { border-color: #333032; }
span { border-color: rgb(51,48,50); }
td.TdClassName
{
border-color: #333032;
}
.TagClassName
{
border-color: #333032;
}
</style>