Shades of Mardi Gras #321130
Tints of Mardi Gras #321130
RGB
CMYK
RGB Variations
Color information
#321130 (or 0x321130) is known color: Mardi Gras. HEX triplet: 32, 11 and 30. RGB value is (50,17,48). Sum of RGB (Red+Green+Blue) = 50+17+48=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #321130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321130 is #CDEECF. Grayscale: #1E1E1E. Windows color (decimal): -13496016 or 3150130. OLE color: 3150130.
HSL color Cylindrical-coordinate representation of color #321130: hue angle of 303.64º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321130 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 17 | 48 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.80 |
| HSL | 303.64º | 0.49% | 0.13% | - |
| HSV(B) | 303.64º | 0.66% | 0.2% | - |
| XYZ | 2.05 | 1.29 | 2.94 | - |
| YUV | 30.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 48 | 0 | 0.66 | 0.04 | 0.80 | 303.64 | 0.49 | 0.13 |
| Hex | 32 | 11 | 30 | 0 | 42 | 4 | 50 | 130 | 31 | D |
| Octal | 62 | 21 | 60 | 0 | 102 | 4 | 120 | 460 | 61 | 15 |
| Binary | 110010 | 10001 | 110000 | 0 | 1000010 | 100 | 1010000 | 100110000 | 110001 | 1101 |
Color Harmonies of #321130
Complementary color
Monochromatic Colors of #321130
Black with #321130
Text Example
Text Example
White with #321130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321130; }
p { color: rgb(50,17,48); }
H1.HeaderClassName
{
color: #321130;
}
.AnyTagClassName
{
color: #321130;
}
</style>
background-color css
<style>
a { background-color: #321130; }
a { background-color: rgb(50,17,48); }
div.DivClassName
{
background-color: #321130;
}
.BgClassName
{
background-color: #321130;
}
</style>
border-color css
<style>
span { border-color: #321130; }
span { border-color: rgb(50,17,48); }
td.TdClassName
{
border-color: #321130;
}
.TagClassName
{
border-color: #321130;
}
</style>