Shades of Melanzane #332B32
Tints of Melanzane #332B32
RGB
CMYK
RGB Variations
Color information
#332B32 (or 0x332B32) is known color: Melanzane. HEX triplet: 33, 2B and 32. RGB value is (51,43,50). Sum of RGB (Red+Green+Blue) = 51+43+50=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 51 - color contains mainly: red. Hex color #332B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B32 is #CCD4CD. Grayscale: #2E2E2E. Windows color (decimal): -13423822 or 3287859. OLE color: 3287859.
HSL color Cylindrical-coordinate representation of color #332B32: hue angle of 307.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #332B32 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 43 | 50 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.8 |
| HSL | 307.5º | 0.09% | 0.18% | - |
| HSV(B) | 307.5º | 0.16% | 0.2% | - |
| XYZ | 2.8 | 2.66 | 3.38 | - |
| YUV | 46.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 50 | 0 | 0.16 | 0.02 | 0.8 | 307.5 | 0.09 | 0.18 |
| Hex | 33 | 2B | 32 | 0 | 10 | 2 | 50 | 134 | 9 | 12 |
| Octal | 63 | 53 | 62 | 0 | 20 | 2 | 120 | 464 | 11 | 22 |
| Binary | 110011 | 101011 | 110010 | 0 | 10000 | 10 | 1010000 | 100110100 | 1001 | 10010 |
Color Harmonies of #332B32
Complementary color
Monochromatic Colors of #332B32
Black with #332B32
Text Example
Text Example
White with #332B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B32; }
p { color: rgb(51,43,50); }
H1.HeaderClassName
{
color: #332B32;
}
.AnyTagClassName
{
color: #332B32;
}
</style>
background-color css
<style>
a { background-color: #332B32; }
a { background-color: rgb(51,43,50); }
div.DivClassName
{
background-color: #332B32;
}
.BgClassName
{
background-color: #332B32;
}
</style>
border-color css
<style>
span { border-color: #332B32; }
span { border-color: rgb(51,43,50); }
td.TdClassName
{
border-color: #332B32;
}
.TagClassName
{
border-color: #332B32;
}
</style>