Shades of Melanzane #332A31
Tints of Melanzane #332A31
RGB
CMYK
RGB Variations
Color information
#332A31 (or 0x332A31) is known color: Melanzane. HEX triplet: 33, 2A and 31. RGB value is (51,42,49). Sum of RGB (Red+Green+Blue) = 51+42+49=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 51 - color contains mainly: red. Hex color #332A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A31 is #CCD5CE. Grayscale: #2D2D2D. Windows color (decimal): -13424079 or 3222067. OLE color: 3222067.
HSL color Cylindrical-coordinate representation of color #332A31: hue angle of 313.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #332A31 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 49 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.8 |
| HSL | 313.33º | 0.1% | 0.18% | - |
| HSV(B) | 313.33º | 0.18% | 0.2% | - |
| XYZ | 2.75 | 2.58 | 3.26 | - |
| YUV | 45.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 49 | 0 | 0.18 | 0.04 | 0.8 | 313.33 | 0.1 | 0.18 |
| Hex | 33 | 2A | 31 | 0 | 12 | 4 | 50 | 139 | A | 12 |
| Octal | 63 | 52 | 61 | 0 | 22 | 4 | 120 | 471 | 12 | 22 |
| Binary | 110011 | 101010 | 110001 | 0 | 10010 | 100 | 1010000 | 100111001 | 1010 | 10010 |
Color Harmonies of #332A31
Complementary color
Monochromatic Colors of #332A31
Black with #332A31
Text Example
Text Example
White with #332A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A31; }
p { color: rgb(51,42,49); }
H1.HeaderClassName
{
color: #332A31;
}
.AnyTagClassName
{
color: #332A31;
}
</style>
background-color css
<style>
a { background-color: #332A31; }
a { background-color: rgb(51,42,49); }
div.DivClassName
{
background-color: #332A31;
}
.BgClassName
{
background-color: #332A31;
}
</style>
border-color css
<style>
span { border-color: #332A31; }
span { border-color: rgb(51,42,49); }
td.TdClassName
{
border-color: #332A31;
}
.TagClassName
{
border-color: #332A31;
}
</style>