Shades of Melanzane #332F32
Tints of Melanzane #332F32
RGB
CMYK
RGB Variations
Color information
#332F32 (or 0x332F32) is known color: Melanzane. HEX triplet: 33, 2F and 32. RGB value is (51,47,50). Sum of RGB (Red+Green+Blue) = 51+47+50=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 51 - color contains mainly: red. Hex color #332F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F32 is #CCD0CD. Grayscale: #303030. Windows color (decimal): -13422798 or 3288883. OLE color: 3288883.
HSL color Cylindrical-coordinate representation of color #332F32: hue angle of 315º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #332F32 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 47 | 50 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.8 |
| HSL | 315º | 0.04% | 0.19% | - |
| HSV(B) | 315º | 0.08% | 0.2% | - |
| XYZ | 2.96 | 2.97 | 3.43 | - |
| YUV | 48.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 50 | 0 | 0.08 | 0.02 | 0.8 | 315 | 0.04 | 0.19 |
| Hex | 33 | 2F | 32 | 0 | 8 | 2 | 50 | 13B | 4 | 13 |
| Octal | 63 | 57 | 62 | 0 | 10 | 2 | 120 | 473 | 4 | 23 |
| Binary | 110011 | 101111 | 110010 | 0 | 1000 | 10 | 1010000 | 100111011 | 100 | 10011 |
Color Harmonies of #332F32
Complementary color
Monochromatic Colors of #332F32
Black with #332F32
Text Example
Text Example
White with #332F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F32; }
p { color: rgb(51,47,50); }
H1.HeaderClassName
{
color: #332F32;
}
.AnyTagClassName
{
color: #332F32;
}
</style>
background-color css
<style>
a { background-color: #332F32; }
a { background-color: rgb(51,47,50); }
div.DivClassName
{
background-color: #332F32;
}
.BgClassName
{
background-color: #332F32;
}
</style>
border-color css
<style>
span { border-color: #332F32; }
span { border-color: rgb(51,47,50); }
td.TdClassName
{
border-color: #332F32;
}
.TagClassName
{
border-color: #332F32;
}
</style>