Shades of Mardi Gras #321D36
Tints of Mardi Gras #321D36
RGB
CMYK
RGB Variations
Color information
#321D36 (or 0x321D36) is known color: Mardi Gras. HEX triplet: 32, 1D and 36. RGB value is (50,29,54). Sum of RGB (Red+Green+Blue) = 50+29+54=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: blue. Hex color #321D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D36 is #CDE2C9. Grayscale: #262626. Windows color (decimal): -13492938 or 3546418. OLE color: 3546418.
HSL color Cylindrical-coordinate representation of color #321D36: hue angle of 290.4º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321D36 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 29 | 54 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.79 |
| HSL | 290.4º | 0.3% | 0.16% | - |
| HSV(B) | 290.4º | 0.46% | 0.21% | - |
| XYZ | 2.42 | 1.82 | 3.71 | - |
| YUV | 38.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 54 | 0.07 | 0.46 | 0 | 0.79 | 290.4 | 0.3 | 0.16 |
| Hex | 32 | 1D | 36 | 7 | 2E | 0 | 4F | 122 | 1E | 10 |
| Octal | 62 | 35 | 66 | 7 | 56 | 0 | 117 | 442 | 36 | 20 |
| Binary | 110010 | 11101 | 110110 | 111 | 101110 | 0 | 1001111 | 100100010 | 11110 | 10000 |
Color Harmonies of #321D36
Complementary color
Monochromatic Colors of #321D36
Black with #321D36
Text Example
Text Example
White with #321D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D36; }
p { color: rgb(50,29,54); }
H1.HeaderClassName
{
color: #321D36;
}
.AnyTagClassName
{
color: #321D36;
}
</style>
background-color css
<style>
a { background-color: #321D36; }
a { background-color: rgb(50,29,54); }
div.DivClassName
{
background-color: #321D36;
}
.BgClassName
{
background-color: #321D36;
}
</style>
border-color css
<style>
span { border-color: #321D36; }
span { border-color: rgb(50,29,54); }
td.TdClassName
{
border-color: #321D36;
}
.TagClassName
{
border-color: #321D36;
}
</style>