Shades of Mardi Gras #320330
Tints of Mardi Gras #320330
RGB
CMYK
RGB Variations
Color information
#320330 (or 0x320330) is known color: Mardi Gras. HEX triplet: 32, 03 and 30. RGB value is (50,3,48). Sum of RGB (Red+Green+Blue) = 50+3+48=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #320330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320330 is #CDFCCF. Grayscale: #161616. Windows color (decimal): -13499600 or 3146546. OLE color: 3146546.
HSL color Cylindrical-coordinate representation of color #320330: hue angle of 302.55º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320330 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 48 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.80 |
| HSL | 302.55º | 0.89% | 0.1% | - |
| HSV(B) | 302.55º | 0.94% | 0.2% | - |
| XYZ | 1.88 | 0.96 | 2.88 | - |
| YUV | 22.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 48 | 0 | 0.94 | 0.04 | 0.80 | 302.55 | 0.89 | 0.1 |
| Hex | 32 | 3 | 30 | 0 | 5E | 4 | 50 | 12F | 59 | A |
| Octal | 62 | 3 | 60 | 0 | 136 | 4 | 120 | 457 | 131 | 12 |
| Binary | 110010 | 11 | 110000 | 0 | 1011110 | 100 | 1010000 | 100101111 | 1011001 | 1010 |
Color Harmonies of #320330
Complementary color
Monochromatic Colors of #320330
Black with #320330
Text Example
Text Example
White with #320330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320330; }
p { color: rgb(50,3,48); }
H1.HeaderClassName
{
color: #320330;
}
.AnyTagClassName
{
color: #320330;
}
</style>
background-color css
<style>
a { background-color: #320330; }
a { background-color: rgb(50,3,48); }
div.DivClassName
{
background-color: #320330;
}
.BgClassName
{
background-color: #320330;
}
</style>
border-color css
<style>
span { border-color: #320330; }
span { border-color: rgb(50,3,48); }
td.TdClassName
{
border-color: #320330;
}
.TagClassName
{
border-color: #320330;
}
</style>