Shades of Mardi Gras #321E36
Tints of Mardi Gras #321E36
RGB
CMYK
RGB Variations
Color information
#321E36 (or 0x321E36) is known color: Mardi Gras. HEX triplet: 32, 1E and 36. RGB value is (50,30,54). Sum of RGB (Red+Green+Blue) = 50+30+54=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #321E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E36 is #CDE1C9. Grayscale: #262626. Windows color (decimal): -13492682 or 3546674. OLE color: 3546674.
HSL color Cylindrical-coordinate representation of color #321E36: hue angle of 290º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #321E36 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 30 | 54 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.79 |
| HSL | 290º | 0.29% | 0.16% | - |
| HSV(B) | 290º | 0.44% | 0.21% | - |
| XYZ | 2.45 | 1.87 | 3.72 | - |
| YUV | 38.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 54 | 0.07 | 0.44 | 0 | 0.79 | 290 | 0.29 | 0.16 |
| Hex | 32 | 1E | 36 | 7 | 2C | 0 | 4F | 122 | 1D | 10 |
| Octal | 62 | 36 | 66 | 7 | 54 | 0 | 117 | 442 | 35 | 20 |
| Binary | 110010 | 11110 | 110110 | 111 | 101100 | 0 | 1001111 | 100100010 | 11101 | 10000 |
Color Harmonies of #321E36
Complementary color
Monochromatic Colors of #321E36
Black with #321E36
Text Example
Text Example
White with #321E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E36; }
p { color: rgb(50,30,54); }
H1.HeaderClassName
{
color: #321E36;
}
.AnyTagClassName
{
color: #321E36;
}
</style>
background-color css
<style>
a { background-color: #321E36; }
a { background-color: rgb(50,30,54); }
div.DivClassName
{
background-color: #321E36;
}
.BgClassName
{
background-color: #321E36;
}
</style>
border-color css
<style>
span { border-color: #321E36; }
span { border-color: rgb(50,30,54); }
td.TdClassName
{
border-color: #321E36;
}
.TagClassName
{
border-color: #321E36;
}
</style>