Shades of Mardi Gras #320D33
Tints of Mardi Gras #320D33
RGB
CMYK
RGB Variations
Color information
#320D33 (or 0x320D33) is known color: Mardi Gras. HEX triplet: 32, 0D and 33. RGB value is (50,13,51). Sum of RGB (Red+Green+Blue) = 50+13+51=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 51 - color contains mainly: blue. Hex color #320D33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D33 is #CDF2CC. Grayscale: #1C1C1C. Windows color (decimal): -13497037 or 3345714. OLE color: 3345714.
HSL color Cylindrical-coordinate representation of color #320D33: hue angle of 298.42º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #320D33 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 13 | 51 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.8 |
| HSL | 298.42º | 0.59% | 0.13% | - |
| HSV(B) | 298.42º | 0.75% | 0.2% | - |
| XYZ | 2.06 | 1.2 | 3.26 | - |
| YUV | 28.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 51 | 0.02 | 0.75 | 0 | 0.8 | 298.42 | 0.59 | 0.13 |
| Hex | 32 | D | 33 | 2 | 4B | 0 | 50 | 12A | 3B | D |
| Octal | 62 | 15 | 63 | 2 | 113 | 0 | 120 | 452 | 73 | 15 |
| Binary | 110010 | 1101 | 110011 | 10 | 1001011 | 0 | 1010000 | 100101010 | 111011 | 1101 |
Color Harmonies of #320D33
Complementary color
Monochromatic Colors of #320D33
Black with #320D33
Text Example
Text Example
White with #320D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D33; }
p { color: rgb(50,13,51); }
H1.HeaderClassName
{
color: #320D33;
}
.AnyTagClassName
{
color: #320D33;
}
</style>
background-color css
<style>
a { background-color: #320D33; }
a { background-color: rgb(50,13,51); }
div.DivClassName
{
background-color: #320D33;
}
.BgClassName
{
background-color: #320D33;
}
</style>
border-color css
<style>
span { border-color: #320D33; }
span { border-color: rgb(50,13,51); }
td.TdClassName
{
border-color: #320D33;
}
.TagClassName
{
border-color: #320D33;
}
</style>