Shades of Melanzane #321E2A
Tints of Melanzane #321E2A
RGB
CMYK
RGB Variations
Color information
#321E2A (or 0x321E2A) is known color: Melanzane. HEX triplet: 32, 1E and 2A. RGB value is (50,30,42). Sum of RGB (Red+Green+Blue) = 50+30+42=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #321E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E2A is #CDE1D5. Grayscale: #252525. Windows color (decimal): -13492694 or 2760242. OLE color: 2760242.
HSL color Cylindrical-coordinate representation of color #321E2A: hue angle of 324º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #321E2A is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
RGB | 50 | 30 | 42 | - |
CMYK | 0 | 0.40 | 0.16 | 0.80 |
HSL | 324º | 0.25% | 0.16% | - |
HSV(B) | 324º | 0.4% | 0.2% | - |
XYZ | 2.2 | 1.77 | 2.42 | - |
YUV | 37.35 | 130.63 | 137.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 30 | 42 | 0 | 0.40 | 0.16 | 0.80 | 324 | 0.25 | 0.16 |
Hex | 32 | 1E | 2A | 0 | 28 | 10 | 50 | 144 | 19 | 10 |
Octal | 62 | 36 | 52 | 0 | 50 | 20 | 120 | 504 | 31 | 20 |
Binary | 110010 | 11110 | 101010 | 0 | 101000 | 10000 | 1010000 | 101000100 | 11001 | 10000 |
Color Harmonies of #321E2A
Complementary color
Monochromatic Colors of #321E2A
Black with #321E2A
Text Example
Text Example
White with #321E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E2A; }
p { color: rgb(50,30,42); }
H1.HeaderClassName
{
color: #321E2A;
}
.AnyTagClassName
{
color: #321E2A;
}
</style>
background-color css
<style>
a { background-color: #321E2A; }
a { background-color: rgb(50,30,42); }
div.DivClassName
{
background-color: #321E2A;
}
.BgClassName
{
background-color: #321E2A;
}
</style>
border-color css
<style>
span { border-color: #321E2A; }
span { border-color: rgb(50,30,42); }
td.TdClassName
{
border-color: #321E2A;
}
.TagClassName
{
border-color: #321E2A;
}
</style>