Shades of Mardi Gras #3C1542
Tints of Mardi Gras #3C1542
RGB
CMYK
RGB Variations
Color information
#3C1542 (or 0x3C1542) is known color: Mardi Gras. HEX triplet: 3C, 15 and 42. RGB value is (60,21,66). Sum of RGB (Red+Green+Blue) = 60+21+66=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #3C1542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1542 is #C3EABD. Grayscale: #252525. Windows color (decimal): -12839614 or 4330812. OLE color: 4330812.
HSL color Cylindrical-coordinate representation of color #3C1542: hue angle of 292º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C1542 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 21 | 66 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.74 |
| HSL | 292º | 0.52% | 0.17% | - |
| HSV(B) | 292º | 0.68% | 0.26% | - |
| XYZ | 3.12 | 1.89 | 5.35 | - |
| YUV | 37.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 66 | 0.09 | 0.68 | 0 | 0.74 | 292 | 0.52 | 0.17 |
| Hex | 3C | 15 | 42 | 9 | 44 | 0 | 4A | 124 | 34 | 11 |
| Octal | 74 | 25 | 102 | 11 | 104 | 0 | 112 | 444 | 64 | 21 |
| Binary | 111100 | 10101 | 1000010 | 1001 | 1000100 | 0 | 1001010 | 100100100 | 110100 | 10001 |
Color Harmonies of #3C1542
Complementary color
Monochromatic Colors of #3C1542
Black with #3C1542
Text Example
Text Example
White with #3C1542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1542; }
p { color: rgb(60,21,66); }
H1.HeaderClassName
{
color: #3C1542;
}
.AnyTagClassName
{
color: #3C1542;
}
</style>
background-color css
<style>
a { background-color: #3C1542; }
a { background-color: rgb(60,21,66); }
div.DivClassName
{
background-color: #3C1542;
}
.BgClassName
{
background-color: #3C1542;
}
</style>
border-color css
<style>
span { border-color: #3C1542; }
span { border-color: rgb(60,21,66); }
td.TdClassName
{
border-color: #3C1542;
}
.TagClassName
{
border-color: #3C1542;
}
</style>