Shades of Melanzane #331F2D
Tints of Melanzane #331F2D
RGB
CMYK
RGB Variations
Color information
#331F2D (or 0x331F2D) is known color: Melanzane. HEX triplet: 33, 1F and 2D. RGB value is (51,31,45). Sum of RGB (Red+Green+Blue) = 51+31+45=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #331F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F2D is #CCE0D2. Grayscale: #262626. Windows color (decimal): -13426899 or 2957107. OLE color: 2957107.
HSL color Cylindrical-coordinate representation of color #331F2D: hue angle of 318º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #331F2D is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 31 | 45 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.8 |
| HSL | 318º | 0.24% | 0.16% | - |
| HSV(B) | 318º | 0.39% | 0.2% | - |
| XYZ | 2.33 | 1.87 | 2.72 | - |
| YUV | 38.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 45 | 0 | 0.39 | 0.12 | 0.8 | 318 | 0.24 | 0.16 |
| Hex | 33 | 1F | 2D | 0 | 27 | C | 50 | 13E | 18 | 10 |
| Octal | 63 | 37 | 55 | 0 | 47 | 14 | 120 | 476 | 30 | 20 |
| Binary | 110011 | 11111 | 101101 | 0 | 100111 | 1100 | 1010000 | 100111110 | 11000 | 10000 |
Color Harmonies of #331F2D
Complementary color
Monochromatic Colors of #331F2D
Black with #331F2D
Text Example
Text Example
White with #331F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331F2D; }
p { color: rgb(51,31,45); }
H1.HeaderClassName
{
color: #331F2D;
}
.AnyTagClassName
{
color: #331F2D;
}
</style>
background-color css
<style>
a { background-color: #331F2D; }
a { background-color: rgb(51,31,45); }
div.DivClassName
{
background-color: #331F2D;
}
.BgClassName
{
background-color: #331F2D;
}
</style>
border-color css
<style>
span { border-color: #331F2D; }
span { border-color: rgb(51,31,45); }
td.TdClassName
{
border-color: #331F2D;
}
.TagClassName
{
border-color: #331F2D;
}
</style>