Shades of Mardi Gras #330031
Tints of Mardi Gras #330031
RGB
CMYK
RGB Variations
Color information
#330031 (or 0x330031) is known color: Mardi Gras. HEX triplet: 33, 00 and 31. RGB value is (51,0,49). Sum of RGB (Red+Green+Blue) = 51+0+49=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #330031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330031 is #CCFFCE. Grayscale: #141414. Windows color (decimal): -13434831 or 3211315. OLE color: 3211315.
HSL color Cylindrical-coordinate representation of color #330031: hue angle of 302.35º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330031 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.04 | 0.8 |
| HSL | 302.35º | 1% | 0.1% | - |
| HSV(B) | 302.35º | 1% | 0.2% | - |
| XYZ | 1.92 | 0.93 | 2.98 | - |
| YUV | 20.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 49 | 0 | 1 | 0.04 | 0.8 | 302.35 | 1 | 0.1 |
| Hex | 33 | 0 | 31 | 0 | 64 | 4 | 50 | 12E | 64 | A |
| Octal | 63 | 0 | 61 | 0 | 144 | 4 | 120 | 456 | 144 | 12 |
| Binary | 110011 | 0 | 110001 | 0 | 1100100 | 100 | 1010000 | 100101110 | 1100100 | 1010 |
Color Harmonies of #330031
Complementary color
Monochromatic Colors of #330031
Black with #330031
Text Example
Text Example
White with #330031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330031; }
p { color: rgb(51,0,49); }
H1.HeaderClassName
{
color: #330031;
}
.AnyTagClassName
{
color: #330031;
}
</style>
background-color css
<style>
a { background-color: #330031; }
a { background-color: rgb(51,0,49); }
div.DivClassName
{
background-color: #330031;
}
.BgClassName
{
background-color: #330031;
}
</style>
border-color css
<style>
span { border-color: #330031; }
span { border-color: rgb(51,0,49); }
td.TdClassName
{
border-color: #330031;
}
.TagClassName
{
border-color: #330031;
}
</style>