Shades of Mardi Gras #3C1F40
Tints of Mardi Gras #3C1F40
RGB
CMYK
RGB Variations
Color information
#3C1F40 (or 0x3C1F40) is known color: Mardi Gras. HEX triplet: 3C, 1F and 40. RGB value is (60,31,64). Sum of RGB (Red+Green+Blue) = 60+31+64=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C1F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1F40 is #C3E0BF. Grayscale: #2B2B2B. Windows color (decimal): -12837056 or 4202300. OLE color: 4202300.
HSL color Cylindrical-coordinate representation of color #3C1F40: hue angle of 292.73º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C1F40 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 31 | 64 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.75 |
| HSL | 292.73º | 0.35% | 0.19% | - |
| HSV(B) | 292.73º | 0.52% | 0.25% | - |
| XYZ | 3.28 | 2.31 | 5.12 | - |
| YUV | 43.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 31 | 64 | 0.06 | 0.52 | 0 | 0.75 | 292.73 | 0.35 | 0.19 |
| Hex | 3C | 1F | 40 | 6 | 34 | 0 | 4B | 125 | 23 | 13 |
| Octal | 74 | 37 | 100 | 6 | 64 | 0 | 113 | 445 | 43 | 23 |
| Binary | 111100 | 11111 | 1000000 | 110 | 110100 | 0 | 1001011 | 100100101 | 100011 | 10011 |
Color Harmonies of #3C1F40
Complementary color
Monochromatic Colors of #3C1F40
Black with #3C1F40
Text Example
Text Example
White with #3C1F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1F40; }
p { color: rgb(60,31,64); }
H1.HeaderClassName
{
color: #3C1F40;
}
.AnyTagClassName
{
color: #3C1F40;
}
</style>
background-color css
<style>
a { background-color: #3C1F40; }
a { background-color: rgb(60,31,64); }
div.DivClassName
{
background-color: #3C1F40;
}
.BgClassName
{
background-color: #3C1F40;
}
</style>
border-color css
<style>
span { border-color: #3C1F40; }
span { border-color: rgb(60,31,64); }
td.TdClassName
{
border-color: #3C1F40;
}
.TagClassName
{
border-color: #3C1F40;
}
</style>