Shades of Mardi Gras #321F31
Tints of Mardi Gras #321F31
RGB
CMYK
RGB Variations
Color information
#321F31 (or 0x321F31) is known color: Mardi Gras. HEX triplet: 32, 1F and 31. RGB value is (50,31,49). Sum of RGB (Red+Green+Blue) = 50+31+49=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #321F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F31 is #CDE0CE. Grayscale: #262626. Windows color (decimal): -13492431 or 3219250. OLE color: 3219250.
HSL color Cylindrical-coordinate representation of color #321F31: hue angle of 303.16º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #321F31 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 49 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.80 |
| HSL | 303.16º | 0.23% | 0.16% | - |
| HSV(B) | 303.16º | 0.38% | 0.2% | - |
| XYZ | 2.36 | 1.88 | 3.14 | - |
| YUV | 38.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 49 | 0 | 0.38 | 0.02 | 0.80 | 303.16 | 0.23 | 0.16 |
| Hex | 32 | 1F | 31 | 0 | 26 | 2 | 50 | 12F | 17 | 10 |
| Octal | 62 | 37 | 61 | 0 | 46 | 2 | 120 | 457 | 27 | 20 |
| Binary | 110010 | 11111 | 110001 | 0 | 100110 | 10 | 1010000 | 100101111 | 10111 | 10000 |
Color Harmonies of #321F31
Complementary color
Monochromatic Colors of #321F31
Black with #321F31
Text Example
Text Example
White with #321F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F31; }
p { color: rgb(50,31,49); }
H1.HeaderClassName
{
color: #321F31;
}
.AnyTagClassName
{
color: #321F31;
}
</style>
background-color css
<style>
a { background-color: #321F31; }
a { background-color: rgb(50,31,49); }
div.DivClassName
{
background-color: #321F31;
}
.BgClassName
{
background-color: #321F31;
}
</style>
border-color css
<style>
span { border-color: #321F31; }
span { border-color: rgb(50,31,49); }
td.TdClassName
{
border-color: #321F31;
}
.TagClassName
{
border-color: #321F31;
}
</style>