Shades of Mardi Gras #3C013A
Tints of Mardi Gras #3C013A
RGB
CMYK
RGB Variations
Color information
#3C013A (or 0x3C013A) is known color: Mardi Gras. HEX triplet: 3C, 01 and 3A. RGB value is (60,1,58). Sum of RGB (Red+Green+Blue) = 60+1+58=119 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.42% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 60 - color contains mainly: red. Hex color #3C013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C013A is #C3FEC5. Grayscale: #181818. Windows color (decimal): -12844742 or 3801404. OLE color: 3801404.
HSL color Cylindrical-coordinate representation of color #3C013A: hue angle of 302.03º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C013A is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 1 | 58 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.76 |
| HSL | 302.03º | 0.97% | 0.12% | - |
| HSV(B) | 302.03º | 0.98% | 0.24% | - |
| XYZ | 2.64 | 1.29 | 4.11 | - |
| YUV | 25.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 58 | 0 | 0.98 | 0.03 | 0.76 | 302.03 | 0.97 | 0.12 |
| Hex | 3C | 1 | 3A | 0 | 62 | 3 | 4C | 12E | 61 | C |
| Octal | 74 | 1 | 72 | 0 | 142 | 3 | 114 | 456 | 141 | 14 |
| Binary | 111100 | 1 | 111010 | 0 | 1100010 | 11 | 1001100 | 100101110 | 1100001 | 1100 |
Color Harmonies of #3C013A
Complementary color
Monochromatic Colors of #3C013A
Black with #3C013A
Text Example
Text Example
White with #3C013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C013A; }
p { color: rgb(60,1,58); }
H1.HeaderClassName
{
color: #3C013A;
}
.AnyTagClassName
{
color: #3C013A;
}
</style>
background-color css
<style>
a { background-color: #3C013A; }
a { background-color: rgb(60,1,58); }
div.DivClassName
{
background-color: #3C013A;
}
.BgClassName
{
background-color: #3C013A;
}
</style>
border-color css
<style>
span { border-color: #3C013A; }
span { border-color: rgb(60,1,58); }
td.TdClassName
{
border-color: #3C013A;
}
.TagClassName
{
border-color: #3C013A;
}
</style>