Shades of Mardi Gras #3C043B
Tints of Mardi Gras #3C043B
RGB
CMYK
RGB Variations
Color information
#3C043B (or 0x3C043B) is known color: Mardi Gras. HEX triplet: 3C, 04 and 3B. RGB value is (60,4,59). Sum of RGB (Red+Green+Blue) = 60+4+59=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C043B is #C3FBC4. Grayscale: #1A1A1A. Windows color (decimal): -12843973 or 3867708. OLE color: 3867708.
HSL color Cylindrical-coordinate representation of color #3C043B: hue angle of 301.07º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C043B is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 4 | 59 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.76 |
| HSL | 301.07º | 0.88% | 0.13% | - |
| HSV(B) | 301.07º | 0.93% | 0.24% | - |
| XYZ | 2.7 | 1.36 | 4.26 | - |
| YUV | 27.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 59 | 0 | 0.93 | 0.02 | 0.76 | 301.07 | 0.88 | 0.13 |
| Hex | 3C | 4 | 3B | 0 | 5D | 2 | 4C | 12D | 58 | D |
| Octal | 74 | 4 | 73 | 0 | 135 | 2 | 114 | 455 | 130 | 15 |
| Binary | 111100 | 100 | 111011 | 0 | 1011101 | 10 | 1001100 | 100101101 | 1011000 | 1101 |
Color Harmonies of #3C043B
Complementary color
Monochromatic Colors of #3C043B
Black with #3C043B
Text Example
Text Example
White with #3C043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C043B; }
p { color: rgb(60,4,59); }
H1.HeaderClassName
{
color: #3C043B;
}
.AnyTagClassName
{
color: #3C043B;
}
</style>
background-color css
<style>
a { background-color: #3C043B; }
a { background-color: rgb(60,4,59); }
div.DivClassName
{
background-color: #3C043B;
}
.BgClassName
{
background-color: #3C043B;
}
</style>
border-color css
<style>
span { border-color: #3C043B; }
span { border-color: rgb(60,4,59); }
td.TdClassName
{
border-color: #3C043B;
}
.TagClassName
{
border-color: #3C043B;
}
</style>