Shades of Melanzane #332830
Tints of Melanzane #332830
RGB
CMYK
RGB Variations
Color information
#332830 (or 0x332830) is known color: Melanzane. HEX triplet: 33, 28 and 30. RGB value is (51,40,48). Sum of RGB (Red+Green+Blue) = 51+40+48=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 51 - color contains mainly: red. Hex color #332830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332830 is #CCD7CF. Grayscale: #2C2C2C. Windows color (decimal): -13424592 or 3156019. OLE color: 3156019.
HSL color Cylindrical-coordinate representation of color #332830: hue angle of 316.36º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #332830 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 40 | 48 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.8 |
| HSL | 316.36º | 0.12% | 0.18% | - |
| HSV(B) | 316.36º | 0.22% | 0.2% | - |
| XYZ | 2.66 | 2.43 | 3.13 | - |
| YUV | 44.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 48 | 0 | 0.22 | 0.06 | 0.8 | 316.36 | 0.12 | 0.18 |
| Hex | 33 | 28 | 30 | 0 | 16 | 6 | 50 | 13C | C | 12 |
| Octal | 63 | 50 | 60 | 0 | 26 | 6 | 120 | 474 | 14 | 22 |
| Binary | 110011 | 101000 | 110000 | 0 | 10110 | 110 | 1010000 | 100111100 | 1100 | 10010 |
Color Harmonies of #332830
Complementary color
Monochromatic Colors of #332830
Black with #332830
Text Example
Text Example
White with #332830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332830; }
p { color: rgb(51,40,48); }
H1.HeaderClassName
{
color: #332830;
}
.AnyTagClassName
{
color: #332830;
}
</style>
background-color css
<style>
a { background-color: #332830; }
a { background-color: rgb(51,40,48); }
div.DivClassName
{
background-color: #332830;
}
.BgClassName
{
background-color: #332830;
}
</style>
border-color css
<style>
span { border-color: #332830; }
span { border-color: rgb(51,40,48); }
td.TdClassName
{
border-color: #332830;
}
.TagClassName
{
border-color: #332830;
}
</style>