Shades of Melanzane #331A2E
Tints of Melanzane #331A2E
RGB
CMYK
RGB Variations
Color information
#331A2E (or 0x331A2E) is known color: Melanzane. HEX triplet: 33, 1A and 2E. RGB value is (51,26,46). Sum of RGB (Red+Green+Blue) = 51+26+46=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #331A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A2E is #CCE5D1. Grayscale: #232323. Windows color (decimal): -13428178 or 3021363. OLE color: 3021363.
HSL color Cylindrical-coordinate representation of color #331A2E: hue angle of 312º 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 #331A2E is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 46 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.8 |
| HSL | 312º | 0.32% | 0.15% | - |
| HSV(B) | 312º | 0.49% | 0.2% | - |
| XYZ | 2.23 | 1.64 | 2.78 | - |
| YUV | 35.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 46 | 0 | 0.49 | 0.10 | 0.8 | 312 | 0.32 | 0.15 |
| Hex | 33 | 1A | 2E | 0 | 31 | A | 50 | 138 | 20 | F |
| Octal | 63 | 32 | 56 | 0 | 61 | 12 | 120 | 470 | 40 | 17 |
| Binary | 110011 | 11010 | 101110 | 0 | 110001 | 1010 | 1010000 | 100111000 | 100000 | 1111 |
Color Harmonies of #331A2E
Complementary color
Monochromatic Colors of #331A2E
Black with #331A2E
Text Example
Text Example
White with #331A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A2E; }
p { color: rgb(51,26,46); }
H1.HeaderClassName
{
color: #331A2E;
}
.AnyTagClassName
{
color: #331A2E;
}
</style>
background-color css
<style>
a { background-color: #331A2E; }
a { background-color: rgb(51,26,46); }
div.DivClassName
{
background-color: #331A2E;
}
.BgClassName
{
background-color: #331A2E;
}
</style>
border-color css
<style>
span { border-color: #331A2E; }
span { border-color: rgb(51,26,46); }
td.TdClassName
{
border-color: #331A2E;
}
.TagClassName
{
border-color: #331A2E;
}
</style>