Shades of Mardi Gras #32002D
Tints of Mardi Gras #32002D
RGB
CMYK
RGB Variations
Color information
#32002D (or 0x32002D) is known color: Mardi Gras. HEX triplet: 32, 00 and 2D. RGB value is (50,0,45). Sum of RGB (Red+Green+Blue) = 50+0+45=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #32002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32002D is #CDFFD2. Grayscale: #131313. Windows color (decimal): -13500371 or 2949170. OLE color: 2949170.
HSL color Cylindrical-coordinate representation of color #32002D: hue angle of 306º 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 #32002D is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.10 | 0.80 |
| HSL | 306º | 1% | 0.1% | - |
| HSV(B) | 306º | 1% | 0.2% | - |
| XYZ | 1.79 | 0.87 | 2.56 | - |
| YUV | 20.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 45 | 0 | 1 | 0.10 | 0.80 | 306 | 1 | 0.1 |
| Hex | 32 | 0 | 2D | 0 | 64 | A | 50 | 132 | 64 | A |
| Octal | 62 | 0 | 55 | 0 | 144 | 12 | 120 | 462 | 144 | 12 |
| Binary | 110010 | 0 | 101101 | 0 | 1100100 | 1010 | 1010000 | 100110010 | 1100100 | 1010 |
Color Harmonies of #32002D
Complementary color
Monochromatic Colors of #32002D
Black with #32002D
Text Example
Text Example
White with #32002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32002D; }
p { color: rgb(50,0,45); }
H1.HeaderClassName
{
color: #32002D;
}
.AnyTagClassName
{
color: #32002D;
}
</style>
background-color css
<style>
a { background-color: #32002D; }
a { background-color: rgb(50,0,45); }
div.DivClassName
{
background-color: #32002D;
}
.BgClassName
{
background-color: #32002D;
}
</style>
border-color css
<style>
span { border-color: #32002D; }
span { border-color: rgb(50,0,45); }
td.TdClassName
{
border-color: #32002D;
}
.TagClassName
{
border-color: #32002D;
}
</style>