Shades of Melanzane #331A2C
Tints of Melanzane #331A2C
RGB
CMYK
RGB Variations
Color information
#331A2C (or 0x331A2C) is known color: Melanzane. HEX triplet: 33, 1A and 2C. RGB value is (51,26,44). Sum of RGB (Red+Green+Blue) = 51+26+44=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #331A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A2C is #CCE5D3. Grayscale: #232323. Windows color (decimal): -13428180 or 2890291. OLE color: 2890291.
HSL color Cylindrical-coordinate representation of color #331A2C: hue angle of 316.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331A2C is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 44 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.8 |
| HSL | 316.8º | 0.32% | 0.15% | - |
| HSV(B) | 316.8º | 0.49% | 0.2% | - |
| XYZ | 2.19 | 1.62 | 2.58 | - |
| YUV | 35.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 44 | 0 | 0.49 | 0.14 | 0.8 | 316.8 | 0.32 | 0.15 |
| Hex | 33 | 1A | 2C | 0 | 31 | E | 50 | 13D | 20 | F |
| Octal | 63 | 32 | 54 | 0 | 61 | 16 | 120 | 475 | 40 | 17 |
| Binary | 110011 | 11010 | 101100 | 0 | 110001 | 1110 | 1010000 | 100111101 | 100000 | 1111 |
Color Harmonies of #331A2C
Complementary color
Monochromatic Colors of #331A2C
Black with #331A2C
Text Example
Text Example
White with #331A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A2C; }
p { color: rgb(51,26,44); }
H1.HeaderClassName
{
color: #331A2C;
}
.AnyTagClassName
{
color: #331A2C;
}
</style>
background-color css
<style>
a { background-color: #331A2C; }
a { background-color: rgb(51,26,44); }
div.DivClassName
{
background-color: #331A2C;
}
.BgClassName
{
background-color: #331A2C;
}
</style>
border-color css
<style>
span { border-color: #331A2C; }
span { border-color: rgb(51,26,44); }
td.TdClassName
{
border-color: #331A2C;
}
.TagClassName
{
border-color: #331A2C;
}
</style>