Shades of Mardi Gras #3C1C41
Tints of Mardi Gras #3C1C41
RGB
CMYK
RGB Variations
Color information
#3C1C41 (or 0x3C1C41) is known color: Mardi Gras. HEX triplet: 3C, 1C and 41. RGB value is (60,28,65). Sum of RGB (Red+Green+Blue) = 60+28+65=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C1C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1C41 is #C3E3BE. Grayscale: #292929. Windows color (decimal): -12837823 or 4267068. OLE color: 4267068.
HSL color Cylindrical-coordinate representation of color #3C1C41: hue angle of 291.89º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C1C41 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 28 | 65 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.75 |
| HSL | 291.89º | 0.4% | 0.18% | - |
| HSV(B) | 291.89º | 0.57% | 0.25% | - |
| XYZ | 3.23 | 2.17 | 5.25 | - |
| YUV | 41.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 28 | 65 | 0.08 | 0.57 | 0 | 0.75 | 291.89 | 0.4 | 0.18 |
| Hex | 3C | 1C | 41 | 8 | 39 | 0 | 4B | 124 | 28 | 12 |
| Octal | 74 | 34 | 101 | 10 | 71 | 0 | 113 | 444 | 50 | 22 |
| Binary | 111100 | 11100 | 1000001 | 1000 | 111001 | 0 | 1001011 | 100100100 | 101000 | 10010 |
Color Harmonies of #3C1C41
Complementary color
Monochromatic Colors of #3C1C41
Black with #3C1C41
Text Example
Text Example
White with #3C1C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1C41; }
p { color: rgb(60,28,65); }
H1.HeaderClassName
{
color: #3C1C41;
}
.AnyTagClassName
{
color: #3C1C41;
}
</style>
background-color css
<style>
a { background-color: #3C1C41; }
a { background-color: rgb(60,28,65); }
div.DivClassName
{
background-color: #3C1C41;
}
.BgClassName
{
background-color: #3C1C41;
}
</style>
border-color css
<style>
span { border-color: #3C1C41; }
span { border-color: rgb(60,28,65); }
td.TdClassName
{
border-color: #3C1C41;
}
.TagClassName
{
border-color: #3C1C41;
}
</style>