Shades of Melanzane #331D2D
Tints of Melanzane #331D2D
RGB
CMYK
RGB Variations
Color information
#331D2D (or 0x331D2D) is known color: Melanzane. HEX triplet: 33, 1D and 2D. RGB value is (51,29,45). Sum of RGB (Red+Green+Blue) = 51+29+45=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #331D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D2D is #CCE2D2. Grayscale: #252525. Windows color (decimal): -13427411 or 2956595. OLE color: 2956595.
HSL color Cylindrical-coordinate representation of color #331D2D: hue angle of 316.36º 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 #331D2D is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 29 | 45 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.8 |
| HSL | 316.36º | 0.28% | 0.16% | - |
| HSV(B) | 316.36º | 0.43% | 0.2% | - |
| XYZ | 2.28 | 1.77 | 2.7 | - |
| YUV | 37.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 45 | 0 | 0.43 | 0.12 | 0.8 | 316.36 | 0.28 | 0.16 |
| Hex | 33 | 1D | 2D | 0 | 2B | C | 50 | 13C | 1C | 10 |
| Octal | 63 | 35 | 55 | 0 | 53 | 14 | 120 | 474 | 34 | 20 |
| Binary | 110011 | 11101 | 101101 | 0 | 101011 | 1100 | 1010000 | 100111100 | 11100 | 10000 |
Color Harmonies of #331D2D
Complementary color
Monochromatic Colors of #331D2D
Black with #331D2D
Text Example
Text Example
White with #331D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D2D; }
p { color: rgb(51,29,45); }
H1.HeaderClassName
{
color: #331D2D;
}
.AnyTagClassName
{
color: #331D2D;
}
</style>
background-color css
<style>
a { background-color: #331D2D; }
a { background-color: rgb(51,29,45); }
div.DivClassName
{
background-color: #331D2D;
}
.BgClassName
{
background-color: #331D2D;
}
</style>
border-color css
<style>
span { border-color: #331D2D; }
span { border-color: rgb(51,29,45); }
td.TdClassName
{
border-color: #331D2D;
}
.TagClassName
{
border-color: #331D2D;
}
</style>