Shades of Mardi Gras #32032A
Tints of Mardi Gras #32032A
RGB
CMYK
RGB Variations
Color information
#32032A (or 0x32032A) is known color: Mardi Gras. HEX triplet: 32, 03 and 2A. RGB value is (50,3,42). Sum of RGB (Red+Green+Blue) = 50+3+42=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #32032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32032A is #CDFCD5. Grayscale: #151515. Windows color (decimal): -13499606 or 2753330. OLE color: 2753330.
HSL color Cylindrical-coordinate representation of color #32032A: hue angle of 310.21º 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 #32032A is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 42 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.80 |
| HSL | 310.21º | 0.89% | 0.1% | - |
| HSV(B) | 310.21º | 0.94% | 0.2% | - |
| XYZ | 1.77 | 0.91 | 2.27 | - |
| YUV | 21.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 42 | 0 | 0.94 | 0.16 | 0.80 | 310.21 | 0.89 | 0.1 |
| Hex | 32 | 3 | 2A | 0 | 5E | 10 | 50 | 136 | 59 | A |
| Octal | 62 | 3 | 52 | 0 | 136 | 20 | 120 | 466 | 131 | 12 |
| Binary | 110010 | 11 | 101010 | 0 | 1011110 | 10000 | 1010000 | 100110110 | 1011001 | 1010 |
Color Harmonies of #32032A
Complementary color
Monochromatic Colors of #32032A
Black with #32032A
Text Example
Text Example
White with #32032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32032A; }
p { color: rgb(50,3,42); }
H1.HeaderClassName
{
color: #32032A;
}
.AnyTagClassName
{
color: #32032A;
}
</style>
background-color css
<style>
a { background-color: #32032A; }
a { background-color: rgb(50,3,42); }
div.DivClassName
{
background-color: #32032A;
}
.BgClassName
{
background-color: #32032A;
}
</style>
border-color css
<style>
span { border-color: #32032A; }
span { border-color: rgb(50,3,42); }
td.TdClassName
{
border-color: #32032A;
}
.TagClassName
{
border-color: #32032A;
}
</style>