Shades of Mardi Gras #32182E
Tints of Mardi Gras #32182E
RGB
CMYK
RGB Variations
Color information
#32182E (or 0x32182E) is known color: Mardi Gras. HEX triplet: 32, 18 and 2E. RGB value is (50,24,46). Sum of RGB (Red+Green+Blue) = 50+24+46=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #32182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32182E is #CDE7D1. Grayscale: #222222. Windows color (decimal): -13494226 or 3020850. OLE color: 3020850.
HSL color Cylindrical-coordinate representation of color #32182E: hue angle of 309.23º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #32182E is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 46 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.80 |
| HSL | 309.23º | 0.35% | 0.15% | - |
| HSV(B) | 309.23º | 0.52% | 0.2% | - |
| XYZ | 2.14 | 1.53 | 2.77 | - |
| YUV | 34.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 46 | 0 | 0.52 | 0.08 | 0.80 | 309.23 | 0.35 | 0.15 |
| Hex | 32 | 18 | 2E | 0 | 34 | 8 | 50 | 135 | 23 | F |
| Octal | 62 | 30 | 56 | 0 | 64 | 10 | 120 | 465 | 43 | 17 |
| Binary | 110010 | 11000 | 101110 | 0 | 110100 | 1000 | 1010000 | 100110101 | 100011 | 1111 |
Color Harmonies of #32182E
Complementary color
Monochromatic Colors of #32182E
Black with #32182E
Text Example
Text Example
White with #32182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32182E; }
p { color: rgb(50,24,46); }
H1.HeaderClassName
{
color: #32182E;
}
.AnyTagClassName
{
color: #32182E;
}
</style>
background-color css
<style>
a { background-color: #32182E; }
a { background-color: rgb(50,24,46); }
div.DivClassName
{
background-color: #32182E;
}
.BgClassName
{
background-color: #32182E;
}
</style>
border-color css
<style>
span { border-color: #32182E; }
span { border-color: rgb(50,24,46); }
td.TdClassName
{
border-color: #32182E;
}
.TagClassName
{
border-color: #32182E;
}
</style>