Shades of Mardi Gras #3C0236
Tints of Mardi Gras #3C0236
RGB
CMYK
RGB Variations
Color information
#3C0236 (or 0x3C0236) is known color: Mardi Gras. HEX triplet: 3C, 02 and 36. RGB value is (60,2,54). Sum of RGB (Red+Green+Blue) = 60+2+54=116 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.72% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0236 is #C3FDC9. Grayscale: #191919. Windows color (decimal): -12844490 or 3539516. OLE color: 3539516.
HSL color Cylindrical-coordinate representation of color #3C0236: hue angle of 306.21º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0236 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 2 | 54 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.76 |
| HSL | 306.21º | 0.94% | 0.12% | - |
| HSV(B) | 306.21º | 0.97% | 0.24% | - |
| XYZ | 2.55 | 1.27 | 3.6 | - |
| YUV | 25.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 54 | 0 | 0.97 | 0.10 | 0.76 | 306.21 | 0.94 | 0.12 |
| Hex | 3C | 2 | 36 | 0 | 61 | A | 4C | 132 | 5E | C |
| Octal | 74 | 2 | 66 | 0 | 141 | 12 | 114 | 462 | 136 | 14 |
| Binary | 111100 | 10 | 110110 | 0 | 1100001 | 1010 | 1001100 | 100110010 | 1011110 | 1100 |
Color Harmonies of #3C0236
Complementary color
Monochromatic Colors of #3C0236
Black with #3C0236
Text Example
Text Example
White with #3C0236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0236; }
p { color: rgb(60,2,54); }
H1.HeaderClassName
{
color: #3C0236;
}
.AnyTagClassName
{
color: #3C0236;
}
</style>
background-color css
<style>
a { background-color: #3C0236; }
a { background-color: rgb(60,2,54); }
div.DivClassName
{
background-color: #3C0236;
}
.BgClassName
{
background-color: #3C0236;
}
</style>
border-color css
<style>
span { border-color: #3C0236; }
span { border-color: rgb(60,2,54); }
td.TdClassName
{
border-color: #3C0236;
}
.TagClassName
{
border-color: #3C0236;
}
</style>