Shades of Mardi Gras #321830
Tints of Mardi Gras #321830
RGB
CMYK
RGB Variations
Color information
#321830 (or 0x321830) is known color: Mardi Gras. HEX triplet: 32, 18 and 30. RGB value is (50,24,48). Sum of RGB (Red+Green+Blue) = 50+24+48=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #321830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321830 is #CDE7CF. Grayscale: #222222. Windows color (decimal): -13494224 or 3151922. OLE color: 3151922.
HSL color Cylindrical-coordinate representation of color #321830: hue angle of 304.62º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #321830 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 48 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.80 |
| HSL | 304.62º | 0.35% | 0.15% | - |
| HSV(B) | 304.62º | 0.52% | 0.2% | - |
| XYZ | 2.18 | 1.54 | 2.98 | - |
| YUV | 34.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 48 | 0 | 0.52 | 0.04 | 0.80 | 304.62 | 0.35 | 0.15 |
| Hex | 32 | 18 | 30 | 0 | 34 | 4 | 50 | 131 | 23 | F |
| Octal | 62 | 30 | 60 | 0 | 64 | 4 | 120 | 461 | 43 | 17 |
| Binary | 110010 | 11000 | 110000 | 0 | 110100 | 100 | 1010000 | 100110001 | 100011 | 1111 |
Color Harmonies of #321830
Complementary color
Monochromatic Colors of #321830
Black with #321830
Text Example
Text Example
White with #321830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321830; }
p { color: rgb(50,24,48); }
H1.HeaderClassName
{
color: #321830;
}
.AnyTagClassName
{
color: #321830;
}
</style>
background-color css
<style>
a { background-color: #321830; }
a { background-color: rgb(50,24,48); }
div.DivClassName
{
background-color: #321830;
}
.BgClassName
{
background-color: #321830;
}
</style>
border-color css
<style>
span { border-color: #321830; }
span { border-color: rgb(50,24,48); }
td.TdClassName
{
border-color: #321830;
}
.TagClassName
{
border-color: #321830;
}
</style>