Shades of Mardi Gras #32002C
Tints of Mardi Gras #32002C
RGB
CMYK
RGB Variations
Color information
#32002C (or 0x32002C) is known color: Mardi Gras. HEX triplet: 32, 00 and 2C. RGB value is (50,0,44). Sum of RGB (Red+Green+Blue) = 50+0+44=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #32002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32002C is #CDFFD3. Grayscale: #131313. Windows color (decimal): -13500372 or 2883634. OLE color: 2883634.
HSL color Cylindrical-coordinate representation of color #32002C: hue angle of 307.2º 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 #32002C is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.12 | 0.80 |
| HSL | 307.2º | 1% | 0.1% | - |
| HSV(B) | 307.2º | 1% | 0.2% | - |
| XYZ | 1.77 | 0.86 | 2.46 | - |
| YUV | 19.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 44 | 0 | 1 | 0.12 | 0.80 | 307.2 | 1 | 0.1 |
| Hex | 32 | 0 | 2C | 0 | 64 | C | 50 | 133 | 64 | A |
| Octal | 62 | 0 | 54 | 0 | 144 | 14 | 120 | 463 | 144 | 12 |
| Binary | 110010 | 0 | 101100 | 0 | 1100100 | 1100 | 1010000 | 100110011 | 1100100 | 1010 |
Color Harmonies of #32002C
Complementary color
Monochromatic Colors of #32002C
Black with #32002C
Text Example
Text Example
White with #32002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32002C; }
p { color: rgb(50,0,44); }
H1.HeaderClassName
{
color: #32002C;
}
.AnyTagClassName
{
color: #32002C;
}
</style>
background-color css
<style>
a { background-color: #32002C; }
a { background-color: rgb(50,0,44); }
div.DivClassName
{
background-color: #32002C;
}
.BgClassName
{
background-color: #32002C;
}
</style>
border-color css
<style>
span { border-color: #32002C; }
span { border-color: rgb(50,0,44); }
td.TdClassName
{
border-color: #32002C;
}
.TagClassName
{
border-color: #32002C;
}
</style>