Shades of Melanzane #321D2E
Tints of Melanzane #321D2E
RGB
CMYK
RGB Variations
Color information
#321D2E (or 0x321D2E) is known color: Melanzane. HEX triplet: 32, 1D and 2E. RGB value is (50,29,46). Sum of RGB (Red+Green+Blue) = 50+29+46=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 50 - color contains mainly: red. Hex color #321D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D2E is #CDE2D1. Grayscale: #252525. Windows color (decimal): -13492946 or 3022130. OLE color: 3022130.
HSL color Cylindrical-coordinate representation of color #321D2E: hue angle of 311.43º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #321D2E is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 46 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.80 |
| HSL | 311.43º | 0.27% | 0.15% | - |
| HSV(B) | 311.43º | 0.42% | 0.2% | - |
| XYZ | 2.25 | 1.75 | 2.8 | - |
| YUV | 37.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 46 | 0 | 0.42 | 0.08 | 0.80 | 311.43 | 0.27 | 0.15 |
| Hex | 32 | 1D | 2E | 0 | 2A | 8 | 50 | 137 | 1B | F |
| Octal | 62 | 35 | 56 | 0 | 52 | 10 | 120 | 467 | 33 | 17 |
| Binary | 110010 | 11101 | 101110 | 0 | 101010 | 1000 | 1010000 | 100110111 | 11011 | 1111 |
Color Harmonies of #321D2E
Complementary color
Monochromatic Colors of #321D2E
Black with #321D2E
Text Example
Text Example
White with #321D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D2E; }
p { color: rgb(50,29,46); }
H1.HeaderClassName
{
color: #321D2E;
}
.AnyTagClassName
{
color: #321D2E;
}
</style>
background-color css
<style>
a { background-color: #321D2E; }
a { background-color: rgb(50,29,46); }
div.DivClassName
{
background-color: #321D2E;
}
.BgClassName
{
background-color: #321D2E;
}
</style>
border-color css
<style>
span { border-color: #321D2E; }
span { border-color: rgb(50,29,46); }
td.TdClassName
{
border-color: #321D2E;
}
.TagClassName
{
border-color: #321D2E;
}
</style>