Shades of Mardi Gras #3C1141
Tints of Mardi Gras #3C1141
RGB
CMYK
RGB Variations
Color information
#3C1141 (or 0x3C1141) is known color: Mardi Gras. HEX triplet: 3C, 11 and 41. RGB value is (60,17,65). Sum of RGB (Red+Green+Blue) = 60+17+65=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C1141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1141 is #C3EEBE. Grayscale: #232323. Windows color (decimal): -12840639 or 4264252. OLE color: 4264252.
HSL color Cylindrical-coordinate representation of color #3C1141: hue angle of 293.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C1141 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 17 | 65 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.75 |
| HSL | 293.75º | 0.59% | 0.16% | - |
| HSV(B) | 293.75º | 0.74% | 0.25% | - |
| XYZ | 3.02 | 1.74 | 5.18 | - |
| YUV | 35.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 65 | 0.08 | 0.74 | 0 | 0.75 | 293.75 | 0.59 | 0.16 |
| Hex | 3C | 11 | 41 | 8 | 4A | 0 | 4B | 126 | 3B | 10 |
| Octal | 74 | 21 | 101 | 10 | 112 | 0 | 113 | 446 | 73 | 20 |
| Binary | 111100 | 10001 | 1000001 | 1000 | 1001010 | 0 | 1001011 | 100100110 | 111011 | 10000 |
Color Harmonies of #3C1141
Complementary color
Monochromatic Colors of #3C1141
Black with #3C1141
Text Example
Text Example
White with #3C1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1141; }
p { color: rgb(60,17,65); }
H1.HeaderClassName
{
color: #3C1141;
}
.AnyTagClassName
{
color: #3C1141;
}
</style>
background-color css
<style>
a { background-color: #3C1141; }
a { background-color: rgb(60,17,65); }
div.DivClassName
{
background-color: #3C1141;
}
.BgClassName
{
background-color: #3C1141;
}
</style>
border-color css
<style>
span { border-color: #3C1141; }
span { border-color: rgb(60,17,65); }
td.TdClassName
{
border-color: #3C1141;
}
.TagClassName
{
border-color: #3C1141;
}
</style>