Shades of Mardi Gras #321535
Tints of Mardi Gras #321535
RGB
CMYK
RGB Variations
Color information
#321535 (or 0x321535) is known color: Mardi Gras. HEX triplet: 32, 15 and 35. RGB value is (50,21,53). Sum of RGB (Red+Green+Blue) = 50+21+53=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #321535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321535 is #CDEACA. Grayscale: #212121. Windows color (decimal): -13494987 or 3478834. OLE color: 3478834.
HSL color Cylindrical-coordinate representation of color #321535: hue angle of 294.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321535 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 21 | 53 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.79 |
| HSL | 294.38º | 0.43% | 0.15% | - |
| HSV(B) | 294.38º | 0.6% | 0.21% | - |
| XYZ | 2.23 | 1.47 | 3.53 | - |
| YUV | 33.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 53 | 0.06 | 0.60 | 0 | 0.79 | 294.38 | 0.43 | 0.15 |
| Hex | 32 | 15 | 35 | 6 | 3C | 0 | 4F | 126 | 2B | F |
| Octal | 62 | 25 | 65 | 6 | 74 | 0 | 117 | 446 | 53 | 17 |
| Binary | 110010 | 10101 | 110101 | 110 | 111100 | 0 | 1001111 | 100100110 | 101011 | 1111 |
Color Harmonies of #321535
Complementary color
Monochromatic Colors of #321535
Black with #321535
Text Example
Text Example
White with #321535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321535; }
p { color: rgb(50,21,53); }
H1.HeaderClassName
{
color: #321535;
}
.AnyTagClassName
{
color: #321535;
}
</style>
background-color css
<style>
a { background-color: #321535; }
a { background-color: rgb(50,21,53); }
div.DivClassName
{
background-color: #321535;
}
.BgClassName
{
background-color: #321535;
}
</style>
border-color css
<style>
span { border-color: #321535; }
span { border-color: rgb(50,21,53); }
td.TdClassName
{
border-color: #321535;
}
.TagClassName
{
border-color: #321535;
}
</style>