Shades of Mardi Gras #320230
Tints of Mardi Gras #320230
RGB
CMYK
RGB Variations
Color information
#320230 (or 0x320230) is known color: Mardi Gras. HEX triplet: 32, 02 and 30. RGB value is (50,2,48). Sum of RGB (Red+Green+Blue) = 50+2+48=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #320230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320230 is #CDFDCF. Grayscale: #151515. Windows color (decimal): -13499856 or 3146290. OLE color: 3146290.
HSL color Cylindrical-coordinate representation of color #320230: hue angle of 302.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320230 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 2 | 48 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.80 |
| HSL | 302.5º | 0.92% | 0.1% | - |
| HSV(B) | 302.5º | 0.96% | 0.2% | - |
| XYZ | 1.87 | 0.93 | 2.88 | - |
| YUV | 21.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 48 | 0 | 0.96 | 0.04 | 0.80 | 302.5 | 0.92 | 0.1 |
| Hex | 32 | 2 | 30 | 0 | 60 | 4 | 50 | 12E | 5C | A |
| Octal | 62 | 2 | 60 | 0 | 140 | 4 | 120 | 456 | 134 | 12 |
| Binary | 110010 | 10 | 110000 | 0 | 1100000 | 100 | 1010000 | 100101110 | 1011100 | 1010 |
Color Harmonies of #320230
Complementary color
Monochromatic Colors of #320230
Black with #320230
Text Example
Text Example
White with #320230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320230; }
p { color: rgb(50,2,48); }
H1.HeaderClassName
{
color: #320230;
}
.AnyTagClassName
{
color: #320230;
}
</style>
background-color css
<style>
a { background-color: #320230; }
a { background-color: rgb(50,2,48); }
div.DivClassName
{
background-color: #320230;
}
.BgClassName
{
background-color: #320230;
}
</style>
border-color css
<style>
span { border-color: #320230; }
span { border-color: rgb(50,2,48); }
td.TdClassName
{
border-color: #320230;
}
.TagClassName
{
border-color: #320230;
}
</style>