Shades of Mardi Gras #32032E
Tints of Mardi Gras #32032E
RGB
CMYK
RGB Variations
Color information
#32032E (or 0x32032E) is known color: Mardi Gras. HEX triplet: 32, 03 and 2E. RGB value is (50,3,46). Sum of RGB (Red+Green+Blue) = 50+3+46=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #32032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32032E is #CDFCD1. Grayscale: #151515. Windows color (decimal): -13499602 or 3015474. OLE color: 3015474.
HSL color Cylindrical-coordinate representation of color #32032E: hue angle of 305.11º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32032E is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 46 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.80 |
| HSL | 305.11º | 0.89% | 0.1% | - |
| HSV(B) | 305.11º | 0.94% | 0.2% | - |
| XYZ | 1.84 | 0.94 | 2.67 | - |
| YUV | 21.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 46 | 0 | 0.94 | 0.08 | 0.80 | 305.11 | 0.89 | 0.1 |
| Hex | 32 | 3 | 2E | 0 | 5E | 8 | 50 | 131 | 59 | A |
| Octal | 62 | 3 | 56 | 0 | 136 | 10 | 120 | 461 | 131 | 12 |
| Binary | 110010 | 11 | 101110 | 0 | 1011110 | 1000 | 1010000 | 100110001 | 1011001 | 1010 |
Color Harmonies of #32032E
Complementary color
Monochromatic Colors of #32032E
Black with #32032E
Text Example
Text Example
White with #32032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32032E; }
p { color: rgb(50,3,46); }
H1.HeaderClassName
{
color: #32032E;
}
.AnyTagClassName
{
color: #32032E;
}
</style>
background-color css
<style>
a { background-color: #32032E; }
a { background-color: rgb(50,3,46); }
div.DivClassName
{
background-color: #32032E;
}
.BgClassName
{
background-color: #32032E;
}
</style>
border-color css
<style>
span { border-color: #32032E; }
span { border-color: rgb(50,3,46); }
td.TdClassName
{
border-color: #32032E;
}
.TagClassName
{
border-color: #32032E;
}
</style>