Shades of Mardi Gras #321630
Tints of Mardi Gras #321630
RGB
CMYK
RGB Variations
Color information
#321630 (or 0x321630) is known color: Mardi Gras. HEX triplet: 32, 16 and 30. RGB value is (50,22,48). Sum of RGB (Red+Green+Blue) = 50+22+48=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #321630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321630 is #CDE9CF. Grayscale: #212121. Windows color (decimal): -13494736 or 3151410. OLE color: 3151410.
HSL color Cylindrical-coordinate representation of color #321630: hue angle of 304.29º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321630 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 48 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.80 |
| HSL | 304.29º | 0.39% | 0.14% | - |
| HSV(B) | 304.29º | 0.56% | 0.2% | - |
| XYZ | 2.14 | 1.47 | 2.97 | - |
| YUV | 33.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 48 | 0 | 0.56 | 0.04 | 0.80 | 304.29 | 0.39 | 0.14 |
| Hex | 32 | 16 | 30 | 0 | 38 | 4 | 50 | 130 | 27 | E |
| Octal | 62 | 26 | 60 | 0 | 70 | 4 | 120 | 460 | 47 | 16 |
| Binary | 110010 | 10110 | 110000 | 0 | 111000 | 100 | 1010000 | 100110000 | 100111 | 1110 |
Color Harmonies of #321630
Complementary color
Monochromatic Colors of #321630
Black with #321630
Text Example
Text Example
White with #321630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321630; }
p { color: rgb(50,22,48); }
H1.HeaderClassName
{
color: #321630;
}
.AnyTagClassName
{
color: #321630;
}
</style>
background-color css
<style>
a { background-color: #321630; }
a { background-color: rgb(50,22,48); }
div.DivClassName
{
background-color: #321630;
}
.BgClassName
{
background-color: #321630;
}
</style>
border-color css
<style>
span { border-color: #321630; }
span { border-color: rgb(50,22,48); }
td.TdClassName
{
border-color: #321630;
}
.TagClassName
{
border-color: #321630;
}
</style>