Shades of Mardi Gras #321831
Tints of Mardi Gras #321831
RGB
CMYK
RGB Variations
Color information
#321831 (or 0x321831) is known color: Mardi Gras. HEX triplet: 32, 18 and 31. RGB value is (50,24,49). Sum of RGB (Red+Green+Blue) = 50+24+49=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #321831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321831 is #CDE7CE. Grayscale: #222222. Windows color (decimal): -13494223 or 3217458. OLE color: 3217458.
HSL color Cylindrical-coordinate representation of color #321831: hue angle of 302.31º 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 #321831 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 49 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.80 |
| HSL | 302.31º | 0.35% | 0.15% | - |
| HSV(B) | 302.31º | 0.52% | 0.2% | - |
| XYZ | 2.2 | 1.55 | 3.09 | - |
| YUV | 34.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 49 | 0 | 0.52 | 0.02 | 0.80 | 302.31 | 0.35 | 0.15 |
| Hex | 32 | 18 | 31 | 0 | 34 | 2 | 50 | 12E | 23 | F |
| Octal | 62 | 30 | 61 | 0 | 64 | 2 | 120 | 456 | 43 | 17 |
| Binary | 110010 | 11000 | 110001 | 0 | 110100 | 10 | 1010000 | 100101110 | 100011 | 1111 |
Color Harmonies of #321831
Complementary color
Monochromatic Colors of #321831
Black with #321831
Text Example
Text Example
White with #321831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321831; }
p { color: rgb(50,24,49); }
H1.HeaderClassName
{
color: #321831;
}
.AnyTagClassName
{
color: #321831;
}
</style>
background-color css
<style>
a { background-color: #321831; }
a { background-color: rgb(50,24,49); }
div.DivClassName
{
background-color: #321831;
}
.BgClassName
{
background-color: #321831;
}
</style>
border-color css
<style>
span { border-color: #321831; }
span { border-color: rgb(50,24,49); }
td.TdClassName
{
border-color: #321831;
}
.TagClassName
{
border-color: #321831;
}
</style>