Shades of Melanzane #331A2B
Tints of Melanzane #331A2B
RGB
CMYK
RGB Variations
Color information
#331A2B (or 0x331A2B) is known color: Melanzane. HEX triplet: 33, 1A and 2B. RGB value is (51,26,43). Sum of RGB (Red+Green+Blue) = 51+26+43=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #331A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A2B is #CCE5D4. Grayscale: #232323. Windows color (decimal): -13428181 or 2824755. OLE color: 2824755.
HSL color Cylindrical-coordinate representation of color #331A2B: hue angle of 319.2º 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 #331A2B is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 43 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.8 |
| HSL | 319.2º | 0.32% | 0.15% | - |
| HSV(B) | 319.2º | 0.49% | 0.2% | - |
| XYZ | 2.17 | 1.62 | 2.48 | - |
| YUV | 35.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 43 | 0 | 0.49 | 0.16 | 0.8 | 319.2 | 0.32 | 0.15 |
| Hex | 33 | 1A | 2B | 0 | 31 | 10 | 50 | 13F | 20 | F |
| Octal | 63 | 32 | 53 | 0 | 61 | 20 | 120 | 477 | 40 | 17 |
| Binary | 110011 | 11010 | 101011 | 0 | 110001 | 10000 | 1010000 | 100111111 | 100000 | 1111 |
Color Harmonies of #331A2B
Complementary color
Monochromatic Colors of #331A2B
Black with #331A2B
Text Example
Text Example
White with #331A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A2B; }
p { color: rgb(51,26,43); }
H1.HeaderClassName
{
color: #331A2B;
}
.AnyTagClassName
{
color: #331A2B;
}
</style>
background-color css
<style>
a { background-color: #331A2B; }
a { background-color: rgb(51,26,43); }
div.DivClassName
{
background-color: #331A2B;
}
.BgClassName
{
background-color: #331A2B;
}
</style>
border-color css
<style>
span { border-color: #331A2B; }
span { border-color: rgb(51,26,43); }
td.TdClassName
{
border-color: #331A2B;
}
.TagClassName
{
border-color: #331A2B;
}
</style>