Shades of Mardi Gras #320233
Tints of Mardi Gras #320233
RGB
CMYK
RGB Variations
Color information
#320233 (or 0x320233) is known color: Mardi Gras. HEX triplet: 32, 02 and 33. RGB value is (50,2,51). Sum of RGB (Red+Green+Blue) = 50+2+51=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #320233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320233 is #CDFDCC. Grayscale: #151515. Windows color (decimal): -13499853 or 3342898. OLE color: 3342898.
HSL color Cylindrical-coordinate representation of color #320233: hue angle of 298.78º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320233 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 2 | 51 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.8 |
| HSL | 298.78º | 0.92% | 0.1% | - |
| HSV(B) | 298.78º | 0.96% | 0.2% | - |
| XYZ | 1.93 | 0.96 | 3.22 | - |
| YUV | 21.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 51 | 0.02 | 0.96 | 0 | 0.8 | 298.78 | 0.92 | 0.1 |
| Hex | 32 | 2 | 33 | 2 | 60 | 0 | 50 | 12B | 5C | A |
| Octal | 62 | 2 | 63 | 2 | 140 | 0 | 120 | 453 | 134 | 12 |
| Binary | 110010 | 10 | 110011 | 10 | 1100000 | 0 | 1010000 | 100101011 | 1011100 | 1010 |
Color Harmonies of #320233
Complementary color
Monochromatic Colors of #320233
Black with #320233
Text Example
Text Example
White with #320233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320233; }
p { color: rgb(50,2,51); }
H1.HeaderClassName
{
color: #320233;
}
.AnyTagClassName
{
color: #320233;
}
</style>
background-color css
<style>
a { background-color: #320233; }
a { background-color: rgb(50,2,51); }
div.DivClassName
{
background-color: #320233;
}
.BgClassName
{
background-color: #320233;
}
</style>
border-color css
<style>
span { border-color: #320233; }
span { border-color: rgb(50,2,51); }
td.TdClassName
{
border-color: #320233;
}
.TagClassName
{
border-color: #320233;
}
</style>