Shades of Mardi Gras #3C1036
Tints of Mardi Gras #3C1036
RGB
CMYK
RGB Variations
Color information
#3C1036 (or 0x3C1036) is known color: Mardi Gras. HEX triplet: 3C, 10 and 36. RGB value is (60,16,54). Sum of RGB (Red+Green+Blue) = 60+16+54=130 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.15% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1036 is #C3EFC9. Grayscale: #212121. Windows color (decimal): -12840906 or 3543100. OLE color: 3543100.
HSL color Cylindrical-coordinate representation of color #3C1036: hue angle of 308.18º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C1036 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 16 | 54 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.76 |
| HSL | 308.18º | 0.58% | 0.15% | - |
| HSV(B) | 308.18º | 0.73% | 0.24% | - |
| XYZ | 2.71 | 1.6 | 3.66 | - |
| YUV | 33.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 54 | 0 | 0.73 | 0.10 | 0.76 | 308.18 | 0.58 | 0.15 |
| Hex | 3C | 10 | 36 | 0 | 49 | A | 4C | 134 | 3A | F |
| Octal | 74 | 20 | 66 | 0 | 111 | 12 | 114 | 464 | 72 | 17 |
| Binary | 111100 | 10000 | 110110 | 0 | 1001001 | 1010 | 1001100 | 100110100 | 111010 | 1111 |
Color Harmonies of #3C1036
Complementary color
Monochromatic Colors of #3C1036
Black with #3C1036
Text Example
Text Example
White with #3C1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1036; }
p { color: rgb(60,16,54); }
H1.HeaderClassName
{
color: #3C1036;
}
.AnyTagClassName
{
color: #3C1036;
}
</style>
background-color css
<style>
a { background-color: #3C1036; }
a { background-color: rgb(60,16,54); }
div.DivClassName
{
background-color: #3C1036;
}
.BgClassName
{
background-color: #3C1036;
}
</style>
border-color css
<style>
span { border-color: #3C1036; }
span { border-color: rgb(60,16,54); }
td.TdClassName
{
border-color: #3C1036;
}
.TagClassName
{
border-color: #3C1036;
}
</style>