Shades of Mardi Gras #321230
Tints of Mardi Gras #321230
RGB
CMYK
RGB Variations
Color information
#321230 (or 0x321230) is known color: Mardi Gras. HEX triplet: 32, 12 and 30. RGB value is (50,18,48). Sum of RGB (Red+Green+Blue) = 50+18+48=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #321230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321230 is #CDEDCF. Grayscale: #1E1E1E. Windows color (decimal): -13495760 or 3150386. OLE color: 3150386.
HSL color Cylindrical-coordinate representation of color #321230: hue angle of 303.75º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321230 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 18 | 48 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.80 |
| HSL | 303.75º | 0.47% | 0.13% | - |
| HSV(B) | 303.75º | 0.64% | 0.2% | - |
| XYZ | 2.07 | 1.32 | 2.94 | - |
| YUV | 30.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 48 | 0 | 0.64 | 0.04 | 0.80 | 303.75 | 0.47 | 0.13 |
| Hex | 32 | 12 | 30 | 0 | 40 | 4 | 50 | 130 | 2F | D |
| Octal | 62 | 22 | 60 | 0 | 100 | 4 | 120 | 460 | 57 | 15 |
| Binary | 110010 | 10010 | 110000 | 0 | 1000000 | 100 | 1010000 | 100110000 | 101111 | 1101 |
Color Harmonies of #321230
Complementary color
Monochromatic Colors of #321230
Black with #321230
Text Example
Text Example
White with #321230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321230; }
p { color: rgb(50,18,48); }
H1.HeaderClassName
{
color: #321230;
}
.AnyTagClassName
{
color: #321230;
}
</style>
background-color css
<style>
a { background-color: #321230; }
a { background-color: rgb(50,18,48); }
div.DivClassName
{
background-color: #321230;
}
.BgClassName
{
background-color: #321230;
}
</style>
border-color css
<style>
span { border-color: #321230; }
span { border-color: rgb(50,18,48); }
td.TdClassName
{
border-color: #321230;
}
.TagClassName
{
border-color: #321230;
}
</style>