Shades of Mardi Gras #320C36
Tints of Mardi Gras #320C36
RGB
CMYK
RGB Variations
Color information
#320C36 (or 0x320C36) is known color: Mardi Gras. HEX triplet: 32, 0C and 36. RGB value is (50,12,54). Sum of RGB (Red+Green+Blue) = 50+12+54=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 54 - color contains mainly: blue. Hex color #320C36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C36 is #CDF3C9. Grayscale: #1C1C1C. Windows color (decimal): -13497290 or 3542066. OLE color: 3542066.
HSL color Cylindrical-coordinate representation of color #320C36: hue angle of 294.29º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320C36 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 12 | 54 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.79 |
| HSL | 294.29º | 0.64% | 0.13% | - |
| HSV(B) | 294.29º | 0.78% | 0.21% | - |
| XYZ | 2.11 | 1.21 | 3.61 | - |
| YUV | 28.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 54 | 0.07 | 0.78 | 0 | 0.79 | 294.29 | 0.64 | 0.13 |
| Hex | 32 | C | 36 | 7 | 4E | 0 | 4F | 126 | 40 | D |
| Octal | 62 | 14 | 66 | 7 | 116 | 0 | 117 | 446 | 100 | 15 |
| Binary | 110010 | 1100 | 110110 | 111 | 1001110 | 0 | 1001111 | 100100110 | 1000000 | 1101 |
Color Harmonies of #320C36
Complementary color
Monochromatic Colors of #320C36
Black with #320C36
Text Example
Text Example
White with #320C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C36; }
p { color: rgb(50,12,54); }
H1.HeaderClassName
{
color: #320C36;
}
.AnyTagClassName
{
color: #320C36;
}
</style>
background-color css
<style>
a { background-color: #320C36; }
a { background-color: rgb(50,12,54); }
div.DivClassName
{
background-color: #320C36;
}
.BgClassName
{
background-color: #320C36;
}
</style>
border-color css
<style>
span { border-color: #320C36; }
span { border-color: rgb(50,12,54); }
td.TdClassName
{
border-color: #320C36;
}
.TagClassName
{
border-color: #320C36;
}
</style>