Shades of Mardi Gras #32122E
Tints of Mardi Gras #32122E
RGB
CMYK
RGB Variations
Color information
#32122E (or 0x32122E) is known color: Mardi Gras. HEX triplet: 32, 12 and 2E. RGB value is (50,18,46). Sum of RGB (Red+Green+Blue) = 50+18+46=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #32122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32122E is #CDEDD1. Grayscale: #1E1E1E. Windows color (decimal): -13495762 or 3019314. OLE color: 3019314.
HSL color Cylindrical-coordinate representation of color #32122E: hue angle of 307.5º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32122E is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 18 | 46 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.80 |
| HSL | 307.5º | 0.47% | 0.13% | - |
| HSV(B) | 307.5º | 0.64% | 0.2% | - |
| XYZ | 2.02 | 1.31 | 2.73 | - |
| YUV | 30.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 46 | 0 | 0.64 | 0.08 | 0.80 | 307.5 | 0.47 | 0.13 |
| Hex | 32 | 12 | 2E | 0 | 40 | 8 | 50 | 134 | 2F | D |
| Octal | 62 | 22 | 56 | 0 | 100 | 10 | 120 | 464 | 57 | 15 |
| Binary | 110010 | 10010 | 101110 | 0 | 1000000 | 1000 | 1010000 | 100110100 | 101111 | 1101 |
Color Harmonies of #32122E
Complementary color
Monochromatic Colors of #32122E
Black with #32122E
Text Example
Text Example
White with #32122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32122E; }
p { color: rgb(50,18,46); }
H1.HeaderClassName
{
color: #32122E;
}
.AnyTagClassName
{
color: #32122E;
}
</style>
background-color css
<style>
a { background-color: #32122E; }
a { background-color: rgb(50,18,46); }
div.DivClassName
{
background-color: #32122E;
}
.BgClassName
{
background-color: #32122E;
}
</style>
border-color css
<style>
span { border-color: #32122E; }
span { border-color: rgb(50,18,46); }
td.TdClassName
{
border-color: #32122E;
}
.TagClassName
{
border-color: #32122E;
}
</style>