Shades of Mardi Gras #3C033C
Tints of Mardi Gras #3C033C
RGB
CMYK
RGB Variations
Color information
#3C033C (or 0x3C033C) is known color: Mardi Gras. HEX triplet: 3C, 03 and 3C. RGB value is (60,3,60). Sum of RGB (Red+Green+Blue) = 60+3+60=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C033C is #C3FCC3. Grayscale: #1A1A1A. Windows color (decimal): -12844228 or 3932988. OLE color: 3932988.
HSL color Cylindrical-coordinate representation of color #3C033C: hue angle of 300º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C033C is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 3 | 60 | - |
| CMYK | 0 | 0.95 | 0 | 0.76 |
| HSL | 300º | 0.9% | 0.12% | - |
| HSV(B) | 300º | 0.95% | 0.24% | - |
| XYZ | 2.71 | 1.35 | 4.39 | - |
| YUV | 26.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 60 | 0 | 0.95 | 0 | 0.76 | 300 | 0.9 | 0.12 |
| Hex | 3C | 3 | 3C | 0 | 5F | 0 | 4C | 12C | 5A | C |
| Octal | 74 | 3 | 74 | 0 | 137 | 0 | 114 | 454 | 132 | 14 |
| Binary | 111100 | 11 | 111100 | 0 | 1011111 | 0 | 1001100 | 100101100 | 1011010 | 1100 |
Color Harmonies of #3C033C
Complementary color
Monochromatic Colors of #3C033C
Black with #3C033C
Text Example
Text Example
White with #3C033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C033C; }
p { color: rgb(60,3,60); }
H1.HeaderClassName
{
color: #3C033C;
}
.AnyTagClassName
{
color: #3C033C;
}
</style>
background-color css
<style>
a { background-color: #3C033C; }
a { background-color: rgb(60,3,60); }
div.DivClassName
{
background-color: #3C033C;
}
.BgClassName
{
background-color: #3C033C;
}
</style>
border-color css
<style>
span { border-color: #3C033C; }
span { border-color: rgb(60,3,60); }
td.TdClassName
{
border-color: #3C033C;
}
.TagClassName
{
border-color: #3C033C;
}
</style>