Shades of Melanzane #332C32
Tints of Melanzane #332C32
RGB
CMYK
RGB Variations
Color information
#332C32 (or 0x332C32) is known color: Melanzane. HEX triplet: 33, 2C and 32. RGB value is (51,44,50). Sum of RGB (Red+Green+Blue) = 51+44+50=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 51 - color contains mainly: red. Hex color #332C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C32 is #CCD3CD. Grayscale: #2E2E2E. Windows color (decimal): -13423566 or 3288115. OLE color: 3288115.
HSL color Cylindrical-coordinate representation of color #332C32: hue angle of 308.57º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #332C32 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 44 | 50 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.8 |
| HSL | 308.57º | 0.07% | 0.19% | - |
| HSV(B) | 308.57º | 0.14% | 0.2% | - |
| XYZ | 2.84 | 2.74 | 3.4 | - |
| YUV | 46.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 50 | 0 | 0.14 | 0.02 | 0.8 | 308.57 | 0.07 | 0.19 |
| Hex | 33 | 2C | 32 | 0 | E | 2 | 50 | 135 | 7 | 13 |
| Octal | 63 | 54 | 62 | 0 | 16 | 2 | 120 | 465 | 7 | 23 |
| Binary | 110011 | 101100 | 110010 | 0 | 1110 | 10 | 1010000 | 100110101 | 111 | 10011 |
Color Harmonies of #332C32
Complementary color
Monochromatic Colors of #332C32
Black with #332C32
Text Example
Text Example
White with #332C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C32; }
p { color: rgb(51,44,50); }
H1.HeaderClassName
{
color: #332C32;
}
.AnyTagClassName
{
color: #332C32;
}
</style>
background-color css
<style>
a { background-color: #332C32; }
a { background-color: rgb(51,44,50); }
div.DivClassName
{
background-color: #332C32;
}
.BgClassName
{
background-color: #332C32;
}
</style>
border-color css
<style>
span { border-color: #332C32; }
span { border-color: rgb(51,44,50); }
td.TdClassName
{
border-color: #332C32;
}
.TagClassName
{
border-color: #332C32;
}
</style>