Shades of Melanzane #331D2E
Tints of Melanzane #331D2E
RGB
CMYK
RGB Variations
Color information
#331D2E (or 0x331D2E) is known color: Melanzane. HEX triplet: 33, 1D and 2E. RGB value is (51,29,46). Sum of RGB (Red+Green+Blue) = 51+29+46=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #331D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D2E is #CCE2D1. Grayscale: #252525. Windows color (decimal): -13427410 or 3022131. OLE color: 3022131.
HSL color Cylindrical-coordinate representation of color #331D2E: hue angle of 313.64º 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 #331D2E is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 29 | 46 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.8 |
| HSL | 313.64º | 0.28% | 0.16% | - |
| HSV(B) | 313.64º | 0.43% | 0.2% | - |
| XYZ | 2.3 | 1.78 | 2.81 | - |
| YUV | 37.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 46 | 0 | 0.43 | 0.10 | 0.8 | 313.64 | 0.28 | 0.16 |
| Hex | 33 | 1D | 2E | 0 | 2B | A | 50 | 13A | 1C | 10 |
| Octal | 63 | 35 | 56 | 0 | 53 | 12 | 120 | 472 | 34 | 20 |
| Binary | 110011 | 11101 | 101110 | 0 | 101011 | 1010 | 1010000 | 100111010 | 11100 | 10000 |
Color Harmonies of #331D2E
Complementary color
Monochromatic Colors of #331D2E
Black with #331D2E
Text Example
Text Example
White with #331D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D2E; }
p { color: rgb(51,29,46); }
H1.HeaderClassName
{
color: #331D2E;
}
.AnyTagClassName
{
color: #331D2E;
}
</style>
background-color css
<style>
a { background-color: #331D2E; }
a { background-color: rgb(51,29,46); }
div.DivClassName
{
background-color: #331D2E;
}
.BgClassName
{
background-color: #331D2E;
}
</style>
border-color css
<style>
span { border-color: #331D2E; }
span { border-color: rgb(51,29,46); }
td.TdClassName
{
border-color: #331D2E;
}
.TagClassName
{
border-color: #331D2E;
}
</style>