Shades of Mardi Gras #3C0C35
Tints of Mardi Gras #3C0C35
RGB
CMYK
RGB Variations
Color information
#3C0C35 (or 0x3C0C35) is known color: Mardi Gras. HEX triplet: 3C, 0C and 35. RGB value is (60,12,53). Sum of RGB (Red+Green+Blue) = 60+12+53=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0C35 is #C3F3CA. Grayscale: #1E1E1E. Windows color (decimal): -12841931 or 3476540. OLE color: 3476540.
HSL color Cylindrical-coordinate representation of color #3C0C35: hue angle of 308.75º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C0C35 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 12 | 53 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.76 |
| HSL | 308.75º | 0.67% | 0.14% | - |
| HSV(B) | 308.75º | 0.8% | 0.24% | - |
| XYZ | 2.64 | 1.48 | 3.51 | - |
| YUV | 31.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 53 | 0 | 0.80 | 0.12 | 0.76 | 308.75 | 0.67 | 0.14 |
| Hex | 3C | C | 35 | 0 | 50 | C | 4C | 135 | 43 | E |
| Octal | 74 | 14 | 65 | 0 | 120 | 14 | 114 | 465 | 103 | 16 |
| Binary | 111100 | 1100 | 110101 | 0 | 1010000 | 1100 | 1001100 | 100110101 | 1000011 | 1110 |
Color Harmonies of #3C0C35
Complementary color
Monochromatic Colors of #3C0C35
Black with #3C0C35
Text Example
Text Example
White with #3C0C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0C35; }
p { color: rgb(60,12,53); }
H1.HeaderClassName
{
color: #3C0C35;
}
.AnyTagClassName
{
color: #3C0C35;
}
</style>
background-color css
<style>
a { background-color: #3C0C35; }
a { background-color: rgb(60,12,53); }
div.DivClassName
{
background-color: #3C0C35;
}
.BgClassName
{
background-color: #3C0C35;
}
</style>
border-color css
<style>
span { border-color: #3C0C35; }
span { border-color: rgb(60,12,53); }
td.TdClassName
{
border-color: #3C0C35;
}
.TagClassName
{
border-color: #3C0C35;
}
</style>