Shades of Mardi Gras #321D34
Tints of Mardi Gras #321D34
RGB
CMYK
RGB Variations
Color information
#321D34 (or 0x321D34) is known color: Mardi Gras. HEX triplet: 32, 1D and 34. RGB value is (50,29,52). Sum of RGB (Red+Green+Blue) = 50+29+52=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 52 - color contains mainly: blue. Hex color #321D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D34 is #CDE2CB. Grayscale: #252525. Windows color (decimal): -13492940 or 3415346. OLE color: 3415346.
HSL color Cylindrical-coordinate representation of color #321D34: hue angle of 294.78º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #321D34 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 52 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.80 |
| HSL | 294.78º | 0.28% | 0.16% | - |
| HSV(B) | 294.78º | 0.44% | 0.2% | - |
| XYZ | 2.37 | 1.8 | 3.47 | - |
| YUV | 37.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 52 | 0.04 | 0.44 | 0 | 0.80 | 294.78 | 0.28 | 0.16 |
| Hex | 32 | 1D | 34 | 4 | 2C | 0 | 50 | 127 | 1C | 10 |
| Octal | 62 | 35 | 64 | 4 | 54 | 0 | 120 | 447 | 34 | 20 |
| Binary | 110010 | 11101 | 110100 | 100 | 101100 | 0 | 1010000 | 100100111 | 11100 | 10000 |
Color Harmonies of #321D34
Complementary color
Monochromatic Colors of #321D34
Black with #321D34
Text Example
Text Example
White with #321D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D34; }
p { color: rgb(50,29,52); }
H1.HeaderClassName
{
color: #321D34;
}
.AnyTagClassName
{
color: #321D34;
}
</style>
background-color css
<style>
a { background-color: #321D34; }
a { background-color: rgb(50,29,52); }
div.DivClassName
{
background-color: #321D34;
}
.BgClassName
{
background-color: #321D34;
}
</style>
border-color css
<style>
span { border-color: #321D34; }
span { border-color: rgb(50,29,52); }
td.TdClassName
{
border-color: #321D34;
}
.TagClassName
{
border-color: #321D34;
}
</style>