Shades of Mardi Gras #320C31
Tints of Mardi Gras #320C31
RGB
CMYK
RGB Variations
Color information
#320C31 (or 0x320C31) is known color: Mardi Gras. HEX triplet: 32, 0C and 31. RGB value is (50,12,49). Sum of RGB (Red+Green+Blue) = 50+12+49=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #320C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C31 is #CDF3CE. Grayscale: #1B1B1B. Windows color (decimal): -13497295 or 3214386. OLE color: 3214386.
HSL color Cylindrical-coordinate representation of color #320C31: hue angle of 301.58º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320C31 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 49 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.80 |
| HSL | 301.58º | 0.61% | 0.12% | - |
| HSV(B) | 301.58º | 0.76% | 0.2% | - |
| XYZ | 2 | 1.16 | 3.02 | - |
| YUV | 27.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 49 | 0 | 0.76 | 0.02 | 0.80 | 301.58 | 0.61 | 0.12 |
| Hex | 32 | C | 31 | 0 | 4C | 2 | 50 | 12E | 3D | C |
| Octal | 62 | 14 | 61 | 0 | 114 | 2 | 120 | 456 | 75 | 14 |
| Binary | 110010 | 1100 | 110001 | 0 | 1001100 | 10 | 1010000 | 100101110 | 111101 | 1100 |
Color Harmonies of #320C31
Complementary color
Monochromatic Colors of #320C31
Black with #320C31
Text Example
Text Example
White with #320C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C31; }
p { color: rgb(50,12,49); }
H1.HeaderClassName
{
color: #320C31;
}
.AnyTagClassName
{
color: #320C31;
}
</style>
background-color css
<style>
a { background-color: #320C31; }
a { background-color: rgb(50,12,49); }
div.DivClassName
{
background-color: #320C31;
}
.BgClassName
{
background-color: #320C31;
}
</style>
border-color css
<style>
span { border-color: #320C31; }
span { border-color: rgb(50,12,49); }
td.TdClassName
{
border-color: #320C31;
}
.TagClassName
{
border-color: #320C31;
}
</style>