Shades of Mardi Gras #321C36
Tints of Mardi Gras #321C36
RGB
CMYK
RGB Variations
Color information
#321C36 (or 0x321C36) is known color: Mardi Gras. HEX triplet: 32, 1C and 36. RGB value is (50,28,54). Sum of RGB (Red+Green+Blue) = 50+28+54=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #321C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C36 is #CDE3C9. Grayscale: #252525. Windows color (decimal): -13493194 or 3546162. OLE color: 3546162.
HSL color Cylindrical-coordinate representation of color #321C36: hue angle of 290.77º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #321C36 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 28 | 54 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.79 |
| HSL | 290.77º | 0.32% | 0.16% | - |
| HSV(B) | 290.77º | 0.48% | 0.21% | - |
| XYZ | 2.4 | 1.77 | 3.71 | - |
| YUV | 37.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 54 | 0.07 | 0.48 | 0 | 0.79 | 290.77 | 0.32 | 0.16 |
| Hex | 32 | 1C | 36 | 7 | 30 | 0 | 4F | 123 | 20 | 10 |
| Octal | 62 | 34 | 66 | 7 | 60 | 0 | 117 | 443 | 40 | 20 |
| Binary | 110010 | 11100 | 110110 | 111 | 110000 | 0 | 1001111 | 100100011 | 100000 | 10000 |
Color Harmonies of #321C36
Complementary color
Monochromatic Colors of #321C36
Black with #321C36
Text Example
Text Example
White with #321C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C36; }
p { color: rgb(50,28,54); }
H1.HeaderClassName
{
color: #321C36;
}
.AnyTagClassName
{
color: #321C36;
}
</style>
background-color css
<style>
a { background-color: #321C36; }
a { background-color: rgb(50,28,54); }
div.DivClassName
{
background-color: #321C36;
}
.BgClassName
{
background-color: #321C36;
}
</style>
border-color css
<style>
span { border-color: #321C36; }
span { border-color: rgb(50,28,54); }
td.TdClassName
{
border-color: #321C36;
}
.TagClassName
{
border-color: #321C36;
}
</style>