Shades of Melanzane #332D31
Tints of Melanzane #332D31
RGB
CMYK
RGB Variations
Color information
#332D31 (or 0x332D31) is known color: Melanzane. HEX triplet: 33, 2D and 31. RGB value is (51,45,49). Sum of RGB (Red+Green+Blue) = 51+45+49=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 51 - color contains mainly: red. Hex color #332D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D31 is #CCD2CE. Grayscale: #2F2F2F. Windows color (decimal): -13423311 or 3222835. OLE color: 3222835.
HSL color Cylindrical-coordinate representation of color #332D31: hue angle of 320º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #332D31 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 45 | 49 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.8 |
| HSL | 320º | 0.06% | 0.19% | - |
| HSV(B) | 320º | 0.12% | 0.2% | - |
| XYZ | 2.86 | 2.8 | 3.3 | - |
| YUV | 47.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 49 | 0 | 0.12 | 0.04 | 0.8 | 320 | 0.06 | 0.19 |
| Hex | 33 | 2D | 31 | 0 | C | 4 | 50 | 140 | 6 | 13 |
| Octal | 63 | 55 | 61 | 0 | 14 | 4 | 120 | 500 | 6 | 23 |
| Binary | 110011 | 101101 | 110001 | 0 | 1100 | 100 | 1010000 | 101000000 | 110 | 10011 |
Color Harmonies of #332D31
Complementary color
Monochromatic Colors of #332D31
Black with #332D31
Text Example
Text Example
White with #332D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D31; }
p { color: rgb(51,45,49); }
H1.HeaderClassName
{
color: #332D31;
}
.AnyTagClassName
{
color: #332D31;
}
</style>
background-color css
<style>
a { background-color: #332D31; }
a { background-color: rgb(51,45,49); }
div.DivClassName
{
background-color: #332D31;
}
.BgClassName
{
background-color: #332D31;
}
</style>
border-color css
<style>
span { border-color: #332D31; }
span { border-color: rgb(51,45,49); }
td.TdClassName
{
border-color: #332D31;
}
.TagClassName
{
border-color: #332D31;
}
</style>