Shades of Mardi Gras #33002D
Tints of Mardi Gras #33002D
RGB
CMYK
RGB Variations
Color information
#33002D (or 0x33002D) is known color: Mardi Gras. HEX triplet: 33, 00 and 2D. RGB value is (51,0,45). Sum of RGB (Red+Green+Blue) = 51+0+45=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #33002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33002D is #CCFFD2. Grayscale: #141414. Windows color (decimal): -13434835 or 2949171. OLE color: 2949171.
HSL color Cylindrical-coordinate representation of color #33002D: hue angle of 307.06º 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 #33002D is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.12 | 0.8 |
| HSL | 307.06º | 1% | 0.1% | - |
| HSV(B) | 307.06º | 1% | 0.2% | - |
| XYZ | 1.84 | 0.89 | 2.56 | - |
| YUV | 20.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 45 | 0 | 1 | 0.12 | 0.8 | 307.06 | 1 | 0.1 |
| Hex | 33 | 0 | 2D | 0 | 64 | C | 50 | 133 | 64 | A |
| Octal | 63 | 0 | 55 | 0 | 144 | 14 | 120 | 463 | 144 | 12 |
| Binary | 110011 | 0 | 101101 | 0 | 1100100 | 1100 | 1010000 | 100110011 | 1100100 | 1010 |
Color Harmonies of #33002D
Complementary color
Monochromatic Colors of #33002D
Black with #33002D
Text Example
Text Example
White with #33002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33002D; }
p { color: rgb(51,0,45); }
H1.HeaderClassName
{
color: #33002D;
}
.AnyTagClassName
{
color: #33002D;
}
</style>
background-color css
<style>
a { background-color: #33002D; }
a { background-color: rgb(51,0,45); }
div.DivClassName
{
background-color: #33002D;
}
.BgClassName
{
background-color: #33002D;
}
</style>
border-color css
<style>
span { border-color: #33002D; }
span { border-color: rgb(51,0,45); }
td.TdClassName
{
border-color: #33002D;
}
.TagClassName
{
border-color: #33002D;
}
</style>