Shades of Mardi Gras #321932
Tints of Mardi Gras #321932
RGB
CMYK
RGB Variations
Color information
#321932 (or 0x321932) is known color: Mardi Gras. HEX triplet: 32, 19 and 32. RGB value is (50,25,50). Sum of RGB (Red+Green+Blue) = 50+25+50=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #321932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321932 is #CDE6CD. Grayscale: #232323. Windows color (decimal): -13493966 or 3283250. OLE color: 3283250.
HSL color Cylindrical-coordinate representation of color #321932: hue angle of 300º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #321932 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 50 | - |
| CMYK | 0 | 0.50 | 0 | 0.80 |
| HSL | 300º | 0.33% | 0.15% | - |
| HSV(B) | 300º | 0.5% | 0.2% | - |
| XYZ | 2.24 | 1.6 | 3.21 | - |
| YUV | 35.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 50 | 0 | 0.50 | 0 | 0.80 | 300 | 0.33 | 0.15 |
| Hex | 32 | 19 | 32 | 0 | 32 | 0 | 50 | 12C | 21 | F |
| Octal | 62 | 31 | 62 | 0 | 62 | 0 | 120 | 454 | 41 | 17 |
| Binary | 110010 | 11001 | 110010 | 0 | 110010 | 0 | 1010000 | 100101100 | 100001 | 1111 |
Color Harmonies of #321932
Complementary color
Monochromatic Colors of #321932
Black with #321932
Text Example
Text Example
White with #321932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321932; }
p { color: rgb(50,25,50); }
H1.HeaderClassName
{
color: #321932;
}
.AnyTagClassName
{
color: #321932;
}
</style>
background-color css
<style>
a { background-color: #321932; }
a { background-color: rgb(50,25,50); }
div.DivClassName
{
background-color: #321932;
}
.BgClassName
{
background-color: #321932;
}
</style>
border-color css
<style>
span { border-color: #321932; }
span { border-color: rgb(50,25,50); }
td.TdClassName
{
border-color: #321932;
}
.TagClassName
{
border-color: #321932;
}
</style>