Shades of Mardi Gras #32002E
Tints of Mardi Gras #32002E
RGB
CMYK
RGB Variations
Color information
#32002E (or 0x32002E) is known color: Mardi Gras. HEX triplet: 32, 00 and 2E. RGB value is (50,0,46). Sum of RGB (Red+Green+Blue) = 50+0+46=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #32002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32002E is #CDFFD1. Grayscale: #141414. Windows color (decimal): -13500370 or 3014706. OLE color: 3014706.
HSL color Cylindrical-coordinate representation of color #32002E: hue angle of 304.8º 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 #32002E is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.08 | 0.80 |
| HSL | 304.8º | 1% | 0.1% | - |
| HSV(B) | 304.8º | 1% | 0.2% | - |
| XYZ | 1.81 | 0.88 | 2.66 | - |
| YUV | 20.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 46 | 0 | 1 | 0.08 | 0.80 | 304.8 | 1 | 0.1 |
| Hex | 32 | 0 | 2E | 0 | 64 | 8 | 50 | 131 | 64 | A |
| Octal | 62 | 0 | 56 | 0 | 144 | 10 | 120 | 461 | 144 | 12 |
| Binary | 110010 | 0 | 101110 | 0 | 1100100 | 1000 | 1010000 | 100110001 | 1100100 | 1010 |
Color Harmonies of #32002E
Complementary color
Monochromatic Colors of #32002E
Black with #32002E
Text Example
Text Example
White with #32002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32002E; }
p { color: rgb(50,0,46); }
H1.HeaderClassName
{
color: #32002E;
}
.AnyTagClassName
{
color: #32002E;
}
</style>
background-color css
<style>
a { background-color: #32002E; }
a { background-color: rgb(50,0,46); }
div.DivClassName
{
background-color: #32002E;
}
.BgClassName
{
background-color: #32002E;
}
</style>
border-color css
<style>
span { border-color: #32002E; }
span { border-color: rgb(50,0,46); }
td.TdClassName
{
border-color: #32002E;
}
.TagClassName
{
border-color: #32002E;
}
</style>