Shades of Mardi Gras #3C143C
Tints of Mardi Gras #3C143C
RGB
CMYK
RGB Variations
Color information
#3C143C (or 0x3C143C) is known color: Mardi Gras. HEX triplet: 3C, 14 and 3C. RGB value is (60,20,60). Sum of RGB (Red+Green+Blue) = 60+20+60=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C143C is #C3EBC3. Grayscale: #242424. Windows color (decimal): -12839876 or 3937340. OLE color: 3937340.
HSL color Cylindrical-coordinate representation of color #3C143C: hue angle of 300º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C143C is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 20 | 60 | - |
| CMYK | 0 | 0.67 | 0 | 0.76 |
| HSL | 300º | 0.5% | 0.16% | - |
| HSV(B) | 300º | 0.67% | 0.24% | - |
| XYZ | 2.93 | 1.79 | 4.47 | - |
| YUV | 36.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 60 | 0 | 0.67 | 0 | 0.76 | 300 | 0.5 | 0.16 |
| Hex | 3C | 14 | 3C | 0 | 43 | 0 | 4C | 12C | 32 | 10 |
| Octal | 74 | 24 | 74 | 0 | 103 | 0 | 114 | 454 | 62 | 20 |
| Binary | 111100 | 10100 | 111100 | 0 | 1000011 | 0 | 1001100 | 100101100 | 110010 | 10000 |
Color Harmonies of #3C143C
Complementary color
Monochromatic Colors of #3C143C
Black with #3C143C
Text Example
Text Example
White with #3C143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C143C; }
p { color: rgb(60,20,60); }
H1.HeaderClassName
{
color: #3C143C;
}
.AnyTagClassName
{
color: #3C143C;
}
</style>
background-color css
<style>
a { background-color: #3C143C; }
a { background-color: rgb(60,20,60); }
div.DivClassName
{
background-color: #3C143C;
}
.BgClassName
{
background-color: #3C143C;
}
</style>
border-color css
<style>
span { border-color: #3C143C; }
span { border-color: rgb(60,20,60); }
td.TdClassName
{
border-color: #3C143C;
}
.TagClassName
{
border-color: #3C143C;
}
</style>