Shades of Melanzane #321D2D
Tints of Melanzane #321D2D
RGB
CMYK
RGB Variations
Color information
#321D2D (or 0x321D2D) is known color: Melanzane. HEX triplet: 32, 1D and 2D. RGB value is (50,29,45). Sum of RGB (Red+Green+Blue) = 50+29+45=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #321D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D2D is #CDE2D2. Grayscale: #252525. Windows color (decimal): -13492947 or 2956594. OLE color: 2956594.
HSL color Cylindrical-coordinate representation of color #321D2D: hue angle of 314.29º 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 #321D2D is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 45 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.80 |
| HSL | 314.29º | 0.27% | 0.15% | - |
| HSV(B) | 314.29º | 0.42% | 0.2% | - |
| XYZ | 2.23 | 1.75 | 2.7 | - |
| YUV | 37.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 45 | 0 | 0.42 | 0.10 | 0.80 | 314.29 | 0.27 | 0.15 |
| Hex | 32 | 1D | 2D | 0 | 2A | A | 50 | 13A | 1B | F |
| Octal | 62 | 35 | 55 | 0 | 52 | 12 | 120 | 472 | 33 | 17 |
| Binary | 110010 | 11101 | 101101 | 0 | 101010 | 1010 | 1010000 | 100111010 | 11011 | 1111 |
Color Harmonies of #321D2D
Complementary color
Monochromatic Colors of #321D2D
Black with #321D2D
Text Example
Text Example
White with #321D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D2D; }
p { color: rgb(50,29,45); }
H1.HeaderClassName
{
color: #321D2D;
}
.AnyTagClassName
{
color: #321D2D;
}
</style>
background-color css
<style>
a { background-color: #321D2D; }
a { background-color: rgb(50,29,45); }
div.DivClassName
{
background-color: #321D2D;
}
.BgClassName
{
background-color: #321D2D;
}
</style>
border-color css
<style>
span { border-color: #321D2D; }
span { border-color: rgb(50,29,45); }
td.TdClassName
{
border-color: #321D2D;
}
.TagClassName
{
border-color: #321D2D;
}
</style>