Shades of Mardi Gras #321330
Tints of Mardi Gras #321330
RGB
CMYK
RGB Variations
Color information
#321330 (or 0x321330) is known color: Mardi Gras. HEX triplet: 32, 13 and 30. RGB value is (50,19,48). Sum of RGB (Red+Green+Blue) = 50+19+48=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #321330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321330 is #CDECCF. Grayscale: #1F1F1F. Windows color (decimal): -13495504 or 3150642. OLE color: 3150642.
HSL color Cylindrical-coordinate representation of color #321330: hue angle of 303.87º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321330 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 48 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.80 |
| HSL | 303.87º | 0.45% | 0.14% | - |
| HSV(B) | 303.87º | 0.62% | 0.2% | - |
| XYZ | 2.08 | 1.36 | 2.95 | - |
| YUV | 31.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 48 | 0 | 0.62 | 0.04 | 0.80 | 303.87 | 0.45 | 0.14 |
| Hex | 32 | 13 | 30 | 0 | 3E | 4 | 50 | 130 | 2D | E |
| Octal | 62 | 23 | 60 | 0 | 76 | 4 | 120 | 460 | 55 | 16 |
| Binary | 110010 | 10011 | 110000 | 0 | 111110 | 100 | 1010000 | 100110000 | 101101 | 1110 |
Color Harmonies of #321330
Complementary color
Monochromatic Colors of #321330
Black with #321330
Text Example
Text Example
White with #321330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321330; }
p { color: rgb(50,19,48); }
H1.HeaderClassName
{
color: #321330;
}
.AnyTagClassName
{
color: #321330;
}
</style>
background-color css
<style>
a { background-color: #321330; }
a { background-color: rgb(50,19,48); }
div.DivClassName
{
background-color: #321330;
}
.BgClassName
{
background-color: #321330;
}
</style>
border-color css
<style>
span { border-color: #321330; }
span { border-color: rgb(50,19,48); }
td.TdClassName
{
border-color: #321330;
}
.TagClassName
{
border-color: #321330;
}
</style>