Shades of Mardi Gras #320D36
Tints of Mardi Gras #320D36
RGB
CMYK
RGB Variations
Color information
#320D36 (or 0x320D36) is known color: Mardi Gras. HEX triplet: 32, 0D and 36. RGB value is (50,13,54). Sum of RGB (Red+Green+Blue) = 50+13+54=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 54 (21.48% from 255 or 46.15% from 117); Max value from RGB is 54 - color contains mainly: blue. Hex color #320D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D36 is #CDF2C9. Grayscale: #1C1C1C. Windows color (decimal): -13497034 or 3542322. OLE color: 3542322.
HSL color Cylindrical-coordinate representation of color #320D36: hue angle of 294.15º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320D36 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 13 | 54 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.79 |
| HSL | 294.15º | 0.61% | 0.13% | - |
| HSV(B) | 294.15º | 0.76% | 0.21% | - |
| XYZ | 2.13 | 1.23 | 3.62 | - |
| YUV | 28.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 54 | 0.07 | 0.76 | 0 | 0.79 | 294.15 | 0.61 | 0.13 |
| Hex | 32 | D | 36 | 7 | 4C | 0 | 4F | 126 | 3D | D |
| Octal | 62 | 15 | 66 | 7 | 114 | 0 | 117 | 446 | 75 | 15 |
| Binary | 110010 | 1101 | 110110 | 111 | 1001100 | 0 | 1001111 | 100100110 | 111101 | 1101 |
Color Harmonies of #320D36
Complementary color
Monochromatic Colors of #320D36
Black with #320D36
Text Example
Text Example
White with #320D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D36; }
p { color: rgb(50,13,54); }
H1.HeaderClassName
{
color: #320D36;
}
.AnyTagClassName
{
color: #320D36;
}
</style>
background-color css
<style>
a { background-color: #320D36; }
a { background-color: rgb(50,13,54); }
div.DivClassName
{
background-color: #320D36;
}
.BgClassName
{
background-color: #320D36;
}
</style>
border-color css
<style>
span { border-color: #320D36; }
span { border-color: rgb(50,13,54); }
td.TdClassName
{
border-color: #320D36;
}
.TagClassName
{
border-color: #320D36;
}
</style>