Shades of Mardi Gras #3C1540
Tints of Mardi Gras #3C1540
RGB
CMYK
RGB Variations
Color information
#3C1540 (or 0x3C1540) is known color: Mardi Gras. HEX triplet: 3C, 15 and 40. RGB value is (60,21,64). Sum of RGB (Red+Green+Blue) = 60+21+64=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C1540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1540 is #C3EABF. Grayscale: #252525. Windows color (decimal): -12839616 or 4199740. OLE color: 4199740.
HSL color Cylindrical-coordinate representation of color #3C1540: hue angle of 294.42º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C1540 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 21 | 64 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.75 |
| HSL | 294.42º | 0.51% | 0.17% | - |
| HSV(B) | 294.42º | 0.67% | 0.25% | - |
| XYZ | 3.06 | 1.87 | 5.05 | - |
| YUV | 37.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 64 | 0.06 | 0.67 | 0 | 0.75 | 294.42 | 0.51 | 0.17 |
| Hex | 3C | 15 | 40 | 6 | 43 | 0 | 4B | 126 | 33 | 11 |
| Octal | 74 | 25 | 100 | 6 | 103 | 0 | 113 | 446 | 63 | 21 |
| Binary | 111100 | 10101 | 1000000 | 110 | 1000011 | 0 | 1001011 | 100100110 | 110011 | 10001 |
Color Harmonies of #3C1540
Complementary color
Monochromatic Colors of #3C1540
Black with #3C1540
Text Example
Text Example
White with #3C1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1540; }
p { color: rgb(60,21,64); }
H1.HeaderClassName
{
color: #3C1540;
}
.AnyTagClassName
{
color: #3C1540;
}
</style>
background-color css
<style>
a { background-color: #3C1540; }
a { background-color: rgb(60,21,64); }
div.DivClassName
{
background-color: #3C1540;
}
.BgClassName
{
background-color: #3C1540;
}
</style>
border-color css
<style>
span { border-color: #3C1540; }
span { border-color: rgb(60,21,64); }
td.TdClassName
{
border-color: #3C1540;
}
.TagClassName
{
border-color: #3C1540;
}
</style>