Shades of Mardi Gras #3C193A
Tints of Mardi Gras #3C193A
RGB
CMYK
RGB Variations
Color information
#3C193A (or 0x3C193A) is known color: Mardi Gras. HEX triplet: 3C, 19 and 3A. RGB value is (60,25,58). Sum of RGB (Red+Green+Blue) = 60+25+58=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C193A is #C3E6C5. Grayscale: #272727. Windows color (decimal): -12838598 or 3807548. OLE color: 3807548.
HSL color Cylindrical-coordinate representation of color #3C193A: hue angle of 303.43º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C193A is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 25 | 58 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.76 |
| HSL | 303.43º | 0.41% | 0.17% | - |
| HSV(B) | 303.43º | 0.58% | 0.24% | - |
| XYZ | 2.97 | 1.96 | 4.22 | - |
| YUV | 39.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 58 | 0 | 0.58 | 0.03 | 0.76 | 303.43 | 0.41 | 0.17 |
| Hex | 3C | 19 | 3A | 0 | 3A | 3 | 4C | 12F | 29 | 11 |
| Octal | 74 | 31 | 72 | 0 | 72 | 3 | 114 | 457 | 51 | 21 |
| Binary | 111100 | 11001 | 111010 | 0 | 111010 | 11 | 1001100 | 100101111 | 101001 | 10001 |
Color Harmonies of #3C193A
Complementary color
Monochromatic Colors of #3C193A
Black with #3C193A
Text Example
Text Example
White with #3C193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C193A; }
p { color: rgb(60,25,58); }
H1.HeaderClassName
{
color: #3C193A;
}
.AnyTagClassName
{
color: #3C193A;
}
</style>
background-color css
<style>
a { background-color: #3C193A; }
a { background-color: rgb(60,25,58); }
div.DivClassName
{
background-color: #3C193A;
}
.BgClassName
{
background-color: #3C193A;
}
</style>
border-color css
<style>
span { border-color: #3C193A; }
span { border-color: rgb(60,25,58); }
td.TdClassName
{
border-color: #3C193A;
}
.TagClassName
{
border-color: #3C193A;
}
</style>