Shades of Mardi Gras #3C193D
Tints of Mardi Gras #3C193D
RGB
CMYK
RGB Variations
Color information
#3C193D (or 0x3C193D) is known color: Mardi Gras. HEX triplet: 3C, 19 and 3D. RGB value is (60,25,61). Sum of RGB (Red+Green+Blue) = 60+25+61=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C193D is #C3E6C2. Grayscale: #272727. Windows color (decimal): -12838595 or 4004156. OLE color: 4004156.
HSL color Cylindrical-coordinate representation of color #3C193D: hue angle of 298.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C193D is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 25 | 61 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.76 |
| HSL | 298.33º | 0.42% | 0.17% | - |
| HSV(B) | 298.33º | 0.59% | 0.24% | - |
| XYZ | 3.05 | 1.99 | 4.64 | - |
| YUV | 39.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 61 | 0.02 | 0.59 | 0 | 0.76 | 298.33 | 0.42 | 0.17 |
| Hex | 3C | 19 | 3D | 2 | 3B | 0 | 4C | 12A | 2A | 11 |
| Octal | 74 | 31 | 75 | 2 | 73 | 0 | 114 | 452 | 52 | 21 |
| Binary | 111100 | 11001 | 111101 | 10 | 111011 | 0 | 1001100 | 100101010 | 101010 | 10001 |
Color Harmonies of #3C193D
Complementary color
Monochromatic Colors of #3C193D
Black with #3C193D
Text Example
Text Example
White with #3C193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C193D; }
p { color: rgb(60,25,61); }
H1.HeaderClassName
{
color: #3C193D;
}
.AnyTagClassName
{
color: #3C193D;
}
</style>
background-color css
<style>
a { background-color: #3C193D; }
a { background-color: rgb(60,25,61); }
div.DivClassName
{
background-color: #3C193D;
}
.BgClassName
{
background-color: #3C193D;
}
</style>
border-color css
<style>
span { border-color: #3C193D; }
span { border-color: rgb(60,25,61); }
td.TdClassName
{
border-color: #3C193D;
}
.TagClassName
{
border-color: #3C193D;
}
</style>