Shades of Mardi Gras #321832
Tints of Mardi Gras #321832
RGB
CMYK
RGB Variations
Color information
#321832 (or 0x321832) is known color: Mardi Gras. HEX triplet: 32, 18 and 32. RGB value is (50,24,50). Sum of RGB (Red+Green+Blue) = 50+24+50=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #321832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321832 is #CDE7CD. Grayscale: #222222. Windows color (decimal): -13494222 or 3282994. OLE color: 3282994.
HSL color Cylindrical-coordinate representation of color #321832: hue angle of 300º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #321832 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 50 | - |
| CMYK | 0 | 0.52 | 0 | 0.80 |
| HSL | 300º | 0.35% | 0.15% | - |
| HSV(B) | 300º | 0.52% | 0.2% | - |
| XYZ | 2.22 | 1.56 | 3.2 | - |
| YUV | 34.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 50 | 0 | 0.52 | 0 | 0.80 | 300 | 0.35 | 0.15 |
| Hex | 32 | 18 | 32 | 0 | 34 | 0 | 50 | 12C | 23 | F |
| Octal | 62 | 30 | 62 | 0 | 64 | 0 | 120 | 454 | 43 | 17 |
| Binary | 110010 | 11000 | 110010 | 0 | 110100 | 0 | 1010000 | 100101100 | 100011 | 1111 |
Color Harmonies of #321832
Complementary color
Monochromatic Colors of #321832
Black with #321832
Text Example
Text Example
White with #321832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321832; }
p { color: rgb(50,24,50); }
H1.HeaderClassName
{
color: #321832;
}
.AnyTagClassName
{
color: #321832;
}
</style>
background-color css
<style>
a { background-color: #321832; }
a { background-color: rgb(50,24,50); }
div.DivClassName
{
background-color: #321832;
}
.BgClassName
{
background-color: #321832;
}
</style>
border-color css
<style>
span { border-color: #321832; }
span { border-color: rgb(50,24,50); }
td.TdClassName
{
border-color: #321832;
}
.TagClassName
{
border-color: #321832;
}
</style>