Shades of Mardi Gras #321D31
Tints of Mardi Gras #321D31
RGB
CMYK
RGB Variations
Color information
#321D31 (or 0x321D31) is known color: Mardi Gras. HEX triplet: 32, 1D and 31. RGB value is (50,29,49). Sum of RGB (Red+Green+Blue) = 50+29+49=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #321D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D31 is #CDE2CE. Grayscale: #252525. Windows color (decimal): -13492943 or 3218738. OLE color: 3218738.
HSL color Cylindrical-coordinate representation of color #321D31: hue angle of 302.86º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #321D31 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 49 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.80 |
| HSL | 302.86º | 0.27% | 0.15% | - |
| HSV(B) | 302.86º | 0.42% | 0.2% | - |
| XYZ | 2.31 | 1.78 | 3.13 | - |
| YUV | 37.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 49 | 0 | 0.42 | 0.02 | 0.80 | 302.86 | 0.27 | 0.15 |
| Hex | 32 | 1D | 31 | 0 | 2A | 2 | 50 | 12F | 1B | F |
| Octal | 62 | 35 | 61 | 0 | 52 | 2 | 120 | 457 | 33 | 17 |
| Binary | 110010 | 11101 | 110001 | 0 | 101010 | 10 | 1010000 | 100101111 | 11011 | 1111 |
Color Harmonies of #321D31
Complementary color
Monochromatic Colors of #321D31
Black with #321D31
Text Example
Text Example
White with #321D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D31; }
p { color: rgb(50,29,49); }
H1.HeaderClassName
{
color: #321D31;
}
.AnyTagClassName
{
color: #321D31;
}
</style>
background-color css
<style>
a { background-color: #321D31; }
a { background-color: rgb(50,29,49); }
div.DivClassName
{
background-color: #321D31;
}
.BgClassName
{
background-color: #321D31;
}
</style>
border-color css
<style>
span { border-color: #321D31; }
span { border-color: rgb(50,29,49); }
td.TdClassName
{
border-color: #321D31;
}
.TagClassName
{
border-color: #321D31;
}
</style>