Shades of Mardi Gras #3C193E
Tints of Mardi Gras #3C193E
RGB
CMYK
RGB Variations
Color information
#3C193E (or 0x3C193E) is known color: Mardi Gras. HEX triplet: 3C, 19 and 3E. RGB value is (60,25,62). Sum of RGB (Red+Green+Blue) = 60+25+62=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 62 - color contains mainly: blue. Hex color #3C193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C193E is #C3E6C1. Grayscale: #272727. Windows color (decimal): -12838594 or 4069692. OLE color: 4069692.
HSL color Cylindrical-coordinate representation of color #3C193E: hue angle of 296.76º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C193E is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 25 | 62 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.76 |
| HSL | 296.76º | 0.43% | 0.17% | - |
| HSV(B) | 296.76º | 0.6% | 0.24% | - |
| XYZ | 3.08 | 2 | 4.78 | - |
| YUV | 39.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 62 | 0.03 | 0.60 | 0 | 0.76 | 296.76 | 0.43 | 0.17 |
| Hex | 3C | 19 | 3E | 3 | 3C | 0 | 4C | 129 | 2B | 11 |
| Octal | 74 | 31 | 76 | 3 | 74 | 0 | 114 | 451 | 53 | 21 |
| Binary | 111100 | 11001 | 111110 | 11 | 111100 | 0 | 1001100 | 100101001 | 101011 | 10001 |
Color Harmonies of #3C193E
Complementary color
Monochromatic Colors of #3C193E
Black with #3C193E
Text Example
Text Example
White with #3C193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C193E; }
p { color: rgb(60,25,62); }
H1.HeaderClassName
{
color: #3C193E;
}
.AnyTagClassName
{
color: #3C193E;
}
</style>
background-color css
<style>
a { background-color: #3C193E; }
a { background-color: rgb(60,25,62); }
div.DivClassName
{
background-color: #3C193E;
}
.BgClassName
{
background-color: #3C193E;
}
</style>
border-color css
<style>
span { border-color: #3C193E; }
span { border-color: rgb(60,25,62); }
td.TdClassName
{
border-color: #3C193E;
}
.TagClassName
{
border-color: #3C193E;
}
</style>