Shades of Mardi Gras #3C1040
Tints of Mardi Gras #3C1040
RGB
CMYK
RGB Variations
Color information
#3C1040 (or 0x3C1040) is known color: Mardi Gras. HEX triplet: 3C, 10 and 40. RGB value is (60,16,64). Sum of RGB (Red+Green+Blue) = 60+16+64=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C1040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1040 is #C3EFBF. Grayscale: #222222. Windows color (decimal): -12840896 or 4198460. OLE color: 4198460.
HSL color Cylindrical-coordinate representation of color #3C1040: hue angle of 295º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C1040 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 16 | 64 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.75 |
| HSL | 295º | 0.6% | 0.16% | - |
| HSV(B) | 295º | 0.75% | 0.25% | - |
| XYZ | 2.97 | 1.7 | 5.02 | - |
| YUV | 34.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 64 | 0.06 | 0.75 | 0 | 0.75 | 295 | 0.6 | 0.16 |
| Hex | 3C | 10 | 40 | 6 | 4B | 0 | 4B | 127 | 3C | 10 |
| Octal | 74 | 20 | 100 | 6 | 113 | 0 | 113 | 447 | 74 | 20 |
| Binary | 111100 | 10000 | 1000000 | 110 | 1001011 | 0 | 1001011 | 100100111 | 111100 | 10000 |
Color Harmonies of #3C1040
Complementary color
Monochromatic Colors of #3C1040
Black with #3C1040
Text Example
Text Example
White with #3C1040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1040; }
p { color: rgb(60,16,64); }
H1.HeaderClassName
{
color: #3C1040;
}
.AnyTagClassName
{
color: #3C1040;
}
</style>
background-color css
<style>
a { background-color: #3C1040; }
a { background-color: rgb(60,16,64); }
div.DivClassName
{
background-color: #3C1040;
}
.BgClassName
{
background-color: #3C1040;
}
</style>
border-color css
<style>
span { border-color: #3C1040; }
span { border-color: rgb(60,16,64); }
td.TdClassName
{
border-color: #3C1040;
}
.TagClassName
{
border-color: #3C1040;
}
</style>