Shades of Mardi Gras #321333
Tints of Mardi Gras #321333
RGB
CMYK
RGB Variations
Color information
#321333 (or 0x321333) is known color: Mardi Gras. HEX triplet: 32, 13 and 33. RGB value is (50,19,51). Sum of RGB (Red+Green+Blue) = 50+19+51=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #321333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321333 is #CDECCC. Grayscale: #1F1F1F. Windows color (decimal): -13495501 or 3347250. OLE color: 3347250.
HSL color Cylindrical-coordinate representation of color #321333: hue angle of 298.12º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #321333 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 19 | 51 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.8 |
| HSL | 298.13º | 0.46% | 0.14% | - |
| HSV(B) | 298.13º | 0.63% | 0.2% | - |
| XYZ | 2.15 | 1.38 | 3.29 | - |
| YUV | 31.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 51 | 0.02 | 0.63 | 0 | 0.8 | 298.13 | 0.46 | 0.14 |
| Hex | 32 | 13 | 33 | 2 | 3F | 0 | 50 | 12A | 2E | E |
| Octal | 62 | 23 | 63 | 2 | 77 | 0 | 120 | 452 | 56 | 16 |
| Binary | 110010 | 10011 | 110011 | 10 | 111111 | 0 | 1010000 | 100101010 | 101110 | 1110 |
Color Harmonies of #321333
Complementary color
Monochromatic Colors of #321333
Black with #321333
Text Example
Text Example
White with #321333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321333; }
p { color: rgb(50,19,51); }
H1.HeaderClassName
{
color: #321333;
}
.AnyTagClassName
{
color: #321333;
}
</style>
background-color css
<style>
a { background-color: #321333; }
a { background-color: rgb(50,19,51); }
div.DivClassName
{
background-color: #321333;
}
.BgClassName
{
background-color: #321333;
}
</style>
border-color css
<style>
span { border-color: #321333; }
span { border-color: rgb(50,19,51); }
td.TdClassName
{
border-color: #321333;
}
.TagClassName
{
border-color: #321333;
}
</style>