Shades of Mardi Gras #321233
Tints of Mardi Gras #321233
RGB
CMYK
RGB Variations
Color information
#321233 (or 0x321233) is known color: Mardi Gras. HEX triplet: 32, 12 and 33. RGB value is (50,18,51). Sum of RGB (Red+Green+Blue) = 50+18+51=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: blue. Hex color #321233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321233 is #CDEDCC. Grayscale: #1F1F1F. Windows color (decimal): -13495757 or 3346994. OLE color: 3346994.
HSL color Cylindrical-coordinate representation of color #321233: hue angle of 298.18º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #321233 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 18 | 51 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.8 |
| HSL | 298.18º | 0.48% | 0.14% | - |
| HSV(B) | 298.18º | 0.65% | 0.2% | - |
| XYZ | 2.13 | 1.35 | 3.28 | - |
| YUV | 31.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 51 | 0.02 | 0.65 | 0 | 0.8 | 298.18 | 0.48 | 0.14 |
| Hex | 32 | 12 | 33 | 2 | 41 | 0 | 50 | 12A | 30 | E |
| Octal | 62 | 22 | 63 | 2 | 101 | 0 | 120 | 452 | 60 | 16 |
| Binary | 110010 | 10010 | 110011 | 10 | 1000001 | 0 | 1010000 | 100101010 | 110000 | 1110 |
Color Harmonies of #321233
Complementary color
Monochromatic Colors of #321233
Black with #321233
Text Example
Text Example
White with #321233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321233; }
p { color: rgb(50,18,51); }
H1.HeaderClassName
{
color: #321233;
}
.AnyTagClassName
{
color: #321233;
}
</style>
background-color css
<style>
a { background-color: #321233; }
a { background-color: rgb(50,18,51); }
div.DivClassName
{
background-color: #321233;
}
.BgClassName
{
background-color: #321233;
}
</style>
border-color css
<style>
span { border-color: #321233; }
span { border-color: rgb(50,18,51); }
td.TdClassName
{
border-color: #321233;
}
.TagClassName
{
border-color: #321233;
}
</style>