Shades of Melanzane #331B2C
Tints of Melanzane #331B2C
RGB
CMYK
RGB Variations
Color information
#331B2C (or 0x331B2C) is known color: Melanzane. HEX triplet: 33, 1B and 2C. RGB value is (51,27,44). Sum of RGB (Red+Green+Blue) = 51+27+44=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #331B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B2C is #CCE4D3. Grayscale: #242424. Windows color (decimal): -13427924 or 2890547. OLE color: 2890547.
HSL color Cylindrical-coordinate representation of color #331B2C: hue angle of 317.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #331B2C is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 27 | 44 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.8 |
| HSL | 317.5º | 0.31% | 0.15% | - |
| HSV(B) | 317.5º | 0.47% | 0.2% | - |
| XYZ | 2.21 | 1.67 | 2.59 | - |
| YUV | 36.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 44 | 0 | 0.47 | 0.14 | 0.8 | 317.5 | 0.31 | 0.15 |
| Hex | 33 | 1B | 2C | 0 | 2F | E | 50 | 13E | 1F | F |
| Octal | 63 | 33 | 54 | 0 | 57 | 16 | 120 | 476 | 37 | 17 |
| Binary | 110011 | 11011 | 101100 | 0 | 101111 | 1110 | 1010000 | 100111110 | 11111 | 1111 |
Color Harmonies of #331B2C
Complementary color
Monochromatic Colors of #331B2C
Black with #331B2C
Text Example
Text Example
White with #331B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331B2C; }
p { color: rgb(51,27,44); }
H1.HeaderClassName
{
color: #331B2C;
}
.AnyTagClassName
{
color: #331B2C;
}
</style>
background-color css
<style>
a { background-color: #331B2C; }
a { background-color: rgb(51,27,44); }
div.DivClassName
{
background-color: #331B2C;
}
.BgClassName
{
background-color: #331B2C;
}
</style>
border-color css
<style>
span { border-color: #331B2C; }
span { border-color: rgb(51,27,44); }
td.TdClassName
{
border-color: #331B2C;
}
.TagClassName
{
border-color: #331B2C;
}
</style>