Shades of Melanzane #331D2C
Tints of Melanzane #331D2C
RGB
CMYK
RGB Variations
Color information
#331D2C (or 0x331D2C) is known color: Melanzane. HEX triplet: 33, 1D and 2C. RGB value is (51,29,44). Sum of RGB (Red+Green+Blue) = 51+29+44=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #331D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D2C is #CCE2D3. Grayscale: #252525. Windows color (decimal): -13427412 or 2891059. OLE color: 2891059.
HSL color Cylindrical-coordinate representation of color #331D2C: hue angle of 319.09º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #331D2C is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 29 | 44 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.8 |
| HSL | 319.09º | 0.28% | 0.16% | - |
| HSV(B) | 319.09º | 0.43% | 0.2% | - |
| XYZ | 2.26 | 1.76 | 2.6 | - |
| YUV | 37.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 44 | 0 | 0.43 | 0.14 | 0.8 | 319.09 | 0.28 | 0.16 |
| Hex | 33 | 1D | 2C | 0 | 2B | E | 50 | 13F | 1C | 10 |
| Octal | 63 | 35 | 54 | 0 | 53 | 16 | 120 | 477 | 34 | 20 |
| Binary | 110011 | 11101 | 101100 | 0 | 101011 | 1110 | 1010000 | 100111111 | 11100 | 10000 |
Color Harmonies of #331D2C
Complementary color
Monochromatic Colors of #331D2C
Black with #331D2C
Text Example
Text Example
White with #331D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D2C; }
p { color: rgb(51,29,44); }
H1.HeaderClassName
{
color: #331D2C;
}
.AnyTagClassName
{
color: #331D2C;
}
</style>
background-color css
<style>
a { background-color: #331D2C; }
a { background-color: rgb(51,29,44); }
div.DivClassName
{
background-color: #331D2C;
}
.BgClassName
{
background-color: #331D2C;
}
</style>
border-color css
<style>
span { border-color: #331D2C; }
span { border-color: rgb(51,29,44); }
td.TdClassName
{
border-color: #331D2C;
}
.TagClassName
{
border-color: #331D2C;
}
</style>