Shades of Mardi Gras #321632
Tints of Mardi Gras #321632
RGB
CMYK
RGB Variations
Color information
#321632 (or 0x321632) is known color: Mardi Gras. HEX triplet: 32, 16 and 32. RGB value is (50,22,50). Sum of RGB (Red+Green+Blue) = 50+22+50=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #321632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321632 is #CDE9CD. Grayscale: #212121. Windows color (decimal): -13494734 or 3282482. OLE color: 3282482.
HSL color Cylindrical-coordinate representation of color #321632: hue angle of 300º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321632 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 50 | - |
| CMYK | 0 | 0.56 | 0 | 0.80 |
| HSL | 300º | 0.39% | 0.14% | - |
| HSV(B) | 300º | 0.56% | 0.2% | - |
| XYZ | 2.18 | 1.48 | 3.19 | - |
| YUV | 33.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 50 | 0 | 0.56 | 0 | 0.80 | 300 | 0.39 | 0.14 |
| Hex | 32 | 16 | 32 | 0 | 38 | 0 | 50 | 12C | 27 | E |
| Octal | 62 | 26 | 62 | 0 | 70 | 0 | 120 | 454 | 47 | 16 |
| Binary | 110010 | 10110 | 110010 | 0 | 111000 | 0 | 1010000 | 100101100 | 100111 | 1110 |
Color Harmonies of #321632
Complementary color
Monochromatic Colors of #321632
Black with #321632
Text Example
Text Example
White with #321632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321632; }
p { color: rgb(50,22,50); }
H1.HeaderClassName
{
color: #321632;
}
.AnyTagClassName
{
color: #321632;
}
</style>
background-color css
<style>
a { background-color: #321632; }
a { background-color: rgb(50,22,50); }
div.DivClassName
{
background-color: #321632;
}
.BgClassName
{
background-color: #321632;
}
</style>
border-color css
<style>
span { border-color: #321632; }
span { border-color: rgb(50,22,50); }
td.TdClassName
{
border-color: #321632;
}
.TagClassName
{
border-color: #321632;
}
</style>