Shades of Mardi Gras #320933
Tints of Mardi Gras #320933
RGB
CMYK
RGB Variations
Color information
#320933 (or 0x320933) is known color: Mardi Gras. HEX triplet: 32, 09 and 33. RGB value is (50,9,51). Sum of RGB (Red+Green+Blue) = 50+9+51=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #320933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320933 is #CDF6CC. Grayscale: #191919. Windows color (decimal): -13498061 or 3344690. OLE color: 3344690.
HSL color Cylindrical-coordinate representation of color #320933: hue angle of 298.57º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #320933 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 9 | 51 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.8 |
| HSL | 298.57º | 0.7% | 0.12% | - |
| HSV(B) | 298.57º | 0.82% | 0.2% | - |
| XYZ | 2.01 | 1.11 | 3.24 | - |
| YUV | 26.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 51 | 0.02 | 0.82 | 0 | 0.8 | 298.57 | 0.7 | 0.12 |
| Hex | 32 | 9 | 33 | 2 | 52 | 0 | 50 | 12B | 46 | C |
| Octal | 62 | 11 | 63 | 2 | 122 | 0 | 120 | 453 | 106 | 14 |
| Binary | 110010 | 1001 | 110011 | 10 | 1010010 | 0 | 1010000 | 100101011 | 1000110 | 1100 |
Color Harmonies of #320933
Complementary color
Monochromatic Colors of #320933
Black with #320933
Text Example
Text Example
White with #320933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320933; }
p { color: rgb(50,9,51); }
H1.HeaderClassName
{
color: #320933;
}
.AnyTagClassName
{
color: #320933;
}
</style>
background-color css
<style>
a { background-color: #320933; }
a { background-color: rgb(50,9,51); }
div.DivClassName
{
background-color: #320933;
}
.BgClassName
{
background-color: #320933;
}
</style>
border-color css
<style>
span { border-color: #320933; }
span { border-color: rgb(50,9,51); }
td.TdClassName
{
border-color: #320933;
}
.TagClassName
{
border-color: #320933;
}
</style>