Shades of Mardi Gras #330331
Tints of Mardi Gras #330331
RGB
CMYK
RGB Variations
Color information
#330331 (or 0x330331) is known color: Mardi Gras. HEX triplet: 33, 03 and 31. RGB value is (51,3,49). Sum of RGB (Red+Green+Blue) = 51+3+49=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #330331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330331 is #CCFCCE. Grayscale: #161616. Windows color (decimal): -13434063 or 3212083. OLE color: 3212083.
HSL color Cylindrical-coordinate representation of color #330331: hue angle of 302.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330331 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 3 | 49 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.8 |
| HSL | 302.5º | 0.89% | 0.11% | - |
| HSV(B) | 302.5º | 0.94% | 0.2% | - |
| XYZ | 1.95 | 0.99 | 2.99 | - |
| YUV | 22.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 49 | 0 | 0.94 | 0.04 | 0.8 | 302.5 | 0.89 | 0.11 |
| Hex | 33 | 3 | 31 | 0 | 5E | 4 | 50 | 12E | 59 | B |
| Octal | 63 | 3 | 61 | 0 | 136 | 4 | 120 | 456 | 131 | 13 |
| Binary | 110011 | 11 | 110001 | 0 | 1011110 | 100 | 1010000 | 100101110 | 1011001 | 1011 |
Color Harmonies of #330331
Complementary color
Monochromatic Colors of #330331
Black with #330331
Text Example
Text Example
White with #330331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330331; }
p { color: rgb(51,3,49); }
H1.HeaderClassName
{
color: #330331;
}
.AnyTagClassName
{
color: #330331;
}
</style>
background-color css
<style>
a { background-color: #330331; }
a { background-color: rgb(51,3,49); }
div.DivClassName
{
background-color: #330331;
}
.BgClassName
{
background-color: #330331;
}
</style>
border-color css
<style>
span { border-color: #330331; }
span { border-color: rgb(51,3,49); }
td.TdClassName
{
border-color: #330331;
}
.TagClassName
{
border-color: #330331;
}
</style>