Shades of Melanzane #332E32
Tints of Melanzane #332E32
RGB
CMYK
RGB Variations
Color information
#332E32 (or 0x332E32) is known color: Melanzane. HEX triplet: 33, 2E and 32. RGB value is (51,46,50). Sum of RGB (Red+Green+Blue) = 51+46+50=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 51 - color contains mainly: red. Hex color #332E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E32 is #CCD1CD. Grayscale: #2F2F2F. Windows color (decimal): -13423054 or 3288627. OLE color: 3288627.
HSL color Cylindrical-coordinate representation of color #332E32: hue angle of 312º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #332E32 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
RGB | 51 | 46 | 50 | - |
CMYK | 0 | 0.10 | 0.02 | 0.8 |
HSL | 312º | 0.05% | 0.19% | - |
HSV(B) | 312º | 0.1% | 0.2% | - |
XYZ | 2.92 | 2.89 | 3.42 | - |
YUV | 47.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 46 | 50 | 0 | 0.10 | 0.02 | 0.8 | 312 | 0.05 | 0.19 |
Hex | 33 | 2E | 32 | 0 | A | 2 | 50 | 138 | 5 | 13 |
Octal | 63 | 56 | 62 | 0 | 12 | 2 | 120 | 470 | 5 | 23 |
Binary | 110011 | 101110 | 110010 | 0 | 1010 | 10 | 1010000 | 100111000 | 101 | 10011 |
Color Harmonies of #332E32
Complementary color
Monochromatic Colors of #332E32
Black with #332E32
Text Example
Text Example
White with #332E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E32; }
p { color: rgb(51,46,50); }
H1.HeaderClassName
{
color: #332E32;
}
.AnyTagClassName
{
color: #332E32;
}
</style>
background-color css
<style>
a { background-color: #332E32; }
a { background-color: rgb(51,46,50); }
div.DivClassName
{
background-color: #332E32;
}
.BgClassName
{
background-color: #332E32;
}
</style>
border-color css
<style>
span { border-color: #332E32; }
span { border-color: rgb(51,46,50); }
td.TdClassName
{
border-color: #332E32;
}
.TagClassName
{
border-color: #332E32;
}
</style>