Shades of Mardi Gras #320C35
Tints of Mardi Gras #320C35
RGB
CMYK
RGB Variations
Color information
#320C35 (or 0x320C35) is known color: Mardi Gras. HEX triplet: 32, 0C and 35. RGB value is (50,12,53). Sum of RGB (Red+Green+Blue) = 50+12+53=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 53 - color contains mainly: blue. Hex color #320C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C35 is #CDF3CA. Grayscale: #1B1B1B. Windows color (decimal): -13497291 or 3476530. OLE color: 3476530.
HSL color Cylindrical-coordinate representation of color #320C35: hue angle of 295.61º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #320C35 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 12 | 53 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.79 |
| HSL | 295.61º | 0.63% | 0.13% | - |
| HSV(B) | 295.61º | 0.77% | 0.21% | - |
| XYZ | 2.09 | 1.2 | 3.49 | - |
| YUV | 28.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 53 | 0.06 | 0.77 | 0 | 0.79 | 295.61 | 0.63 | 0.13 |
| Hex | 32 | C | 35 | 6 | 4D | 0 | 4F | 128 | 3F | D |
| Octal | 62 | 14 | 65 | 6 | 115 | 0 | 117 | 450 | 77 | 15 |
| Binary | 110010 | 1100 | 110101 | 110 | 1001101 | 0 | 1001111 | 100101000 | 111111 | 1101 |
Color Harmonies of #320C35
Complementary color
Monochromatic Colors of #320C35
Black with #320C35
Text Example
Text Example
White with #320C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C35; }
p { color: rgb(50,12,53); }
H1.HeaderClassName
{
color: #320C35;
}
.AnyTagClassName
{
color: #320C35;
}
</style>
background-color css
<style>
a { background-color: #320C35; }
a { background-color: rgb(50,12,53); }
div.DivClassName
{
background-color: #320C35;
}
.BgClassName
{
background-color: #320C35;
}
</style>
border-color css
<style>
span { border-color: #320C35; }
span { border-color: rgb(50,12,53); }
td.TdClassName
{
border-color: #320C35;
}
.TagClassName
{
border-color: #320C35;
}
</style>