Shades of Mardi Gras #320C37
Tints of Mardi Gras #320C37
RGB
CMYK
RGB Variations
Color information
#320C37 (or 0x320C37) is known color: Mardi Gras. HEX triplet: 32, 0C and 37. RGB value is (50,12,55). Sum of RGB (Red+Green+Blue) = 50+12+55=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 55 - color contains mainly: blue. Hex color #320C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C37 is #CDF3C8. Grayscale: #1C1C1C. Windows color (decimal): -13497289 or 3607602. OLE color: 3607602.
HSL color Cylindrical-coordinate representation of color #320C37: hue angle of 293.02º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320C37 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 12 | 55 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.78 |
| HSL | 293.02º | 0.64% | 0.13% | - |
| HSV(B) | 293.02º | 0.78% | 0.22% | - |
| XYZ | 2.14 | 1.22 | 3.74 | - |
| YUV | 28.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 55 | 0.09 | 0.78 | 0 | 0.78 | 293.02 | 0.64 | 0.13 |
| Hex | 32 | C | 37 | 9 | 4E | 0 | 4E | 125 | 40 | D |
| Octal | 62 | 14 | 67 | 11 | 116 | 0 | 116 | 445 | 100 | 15 |
| Binary | 110010 | 1100 | 110111 | 1001 | 1001110 | 0 | 1001110 | 100100101 | 1000000 | 1101 |
Color Harmonies of #320C37
Complementary color
Monochromatic Colors of #320C37
Black with #320C37
Text Example
Text Example
White with #320C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C37; }
p { color: rgb(50,12,55); }
H1.HeaderClassName
{
color: #320C37;
}
.AnyTagClassName
{
color: #320C37;
}
</style>
background-color css
<style>
a { background-color: #320C37; }
a { background-color: rgb(50,12,55); }
div.DivClassName
{
background-color: #320C37;
}
.BgClassName
{
background-color: #320C37;
}
</style>
border-color css
<style>
span { border-color: #320C37; }
span { border-color: rgb(50,12,55); }
td.TdClassName
{
border-color: #320C37;
}
.TagClassName
{
border-color: #320C37;
}
</style>