Shades of Mardi Gras #33052C
Tints of Mardi Gras #33052C
RGB
CMYK
RGB Variations
Color information
#33052C (or 0x33052C) is known color: Mardi Gras. HEX triplet: 33, 05 and 2C. RGB value is (51,5,44). Sum of RGB (Red+Green+Blue) = 51+5+44=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #33052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33052C is #CCFAD3. Grayscale: #171717. Windows color (decimal): -13433556 or 2884915. OLE color: 2884915.
HSL color Cylindrical-coordinate representation of color #33052C: hue angle of 309.13º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33052C is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 44 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.8 |
| HSL | 309.13º | 0.82% | 0.11% | - |
| HSV(B) | 309.13º | 0.9% | 0.2% | - |
| XYZ | 1.87 | 0.99 | 2.48 | - |
| YUV | 23.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 44 | 0 | 0.90 | 0.14 | 0.8 | 309.13 | 0.82 | 0.11 |
| Hex | 33 | 5 | 2C | 0 | 5A | E | 50 | 135 | 52 | B |
| Octal | 63 | 5 | 54 | 0 | 132 | 16 | 120 | 465 | 122 | 13 |
| Binary | 110011 | 101 | 101100 | 0 | 1011010 | 1110 | 1010000 | 100110101 | 1010010 | 1011 |
Color Harmonies of #33052C
Complementary color
Monochromatic Colors of #33052C
Black with #33052C
Text Example
Text Example
White with #33052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33052C; }
p { color: rgb(51,5,44); }
H1.HeaderClassName
{
color: #33052C;
}
.AnyTagClassName
{
color: #33052C;
}
</style>
background-color css
<style>
a { background-color: #33052C; }
a { background-color: rgb(51,5,44); }
div.DivClassName
{
background-color: #33052C;
}
.BgClassName
{
background-color: #33052C;
}
</style>
border-color css
<style>
span { border-color: #33052C; }
span { border-color: rgb(51,5,44); }
td.TdClassName
{
border-color: #33052C;
}
.TagClassName
{
border-color: #33052C;
}
</style>