Shades of Mardi Gras #330732
Tints of Mardi Gras #330732
RGB
CMYK
RGB Variations
Color information
#330732 (or 0x330732) is known color: Mardi Gras. HEX triplet: 33, 07 and 32. RGB value is (51,7,50). Sum of RGB (Red+Green+Blue) = 51+7+50=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #330732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330732 is #CCF8CD. Grayscale: #181818. Windows color (decimal): -13433038 or 3278643. OLE color: 3278643.
HSL color Cylindrical-coordinate representation of color #330732: hue angle of 301.36º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330732 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 7 | 50 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.8 |
| HSL | 301.36º | 0.76% | 0.11% | - |
| HSV(B) | 301.36º | 0.86% | 0.2% | - |
| XYZ | 2.02 | 1.09 | 3.12 | - |
| YUV | 25.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 50 | 0 | 0.86 | 0.02 | 0.8 | 301.36 | 0.76 | 0.11 |
| Hex | 33 | 7 | 32 | 0 | 56 | 2 | 50 | 12D | 4C | B |
| Octal | 63 | 7 | 62 | 0 | 126 | 2 | 120 | 455 | 114 | 13 |
| Binary | 110011 | 111 | 110010 | 0 | 1010110 | 10 | 1010000 | 100101101 | 1001100 | 1011 |
Color Harmonies of #330732
Complementary color
Monochromatic Colors of #330732
Black with #330732
Text Example
Text Example
White with #330732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330732; }
p { color: rgb(51,7,50); }
H1.HeaderClassName
{
color: #330732;
}
.AnyTagClassName
{
color: #330732;
}
</style>
background-color css
<style>
a { background-color: #330732; }
a { background-color: rgb(51,7,50); }
div.DivClassName
{
background-color: #330732;
}
.BgClassName
{
background-color: #330732;
}
</style>
border-color css
<style>
span { border-color: #330732; }
span { border-color: rgb(51,7,50); }
td.TdClassName
{
border-color: #330732;
}
.TagClassName
{
border-color: #330732;
}
</style>