Shades of Mardi Gras #3C063C
Tints of Mardi Gras #3C063C
RGB
CMYK
RGB Variations
Color information
#3C063C (or 0x3C063C) is known color: Mardi Gras. HEX triplet: 3C, 06 and 3C. RGB value is (60,6,60). Sum of RGB (Red+Green+Blue) = 60+6+60=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C063C is #C3F9C3. Grayscale: #1C1C1C. Windows color (decimal): -12843460 or 3933756. OLE color: 3933756.
HSL color Cylindrical-coordinate representation of color #3C063C: hue angle of 300º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C063C is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 6 | 60 | - |
CMYK | 0 | 0.90 | 0 | 0.76 |
HSL | 300º | 0.82% | 0.13% | - |
HSV(B) | 300º | 0.9% | 0.24% | - |
XYZ | 2.74 | 1.42 | 4.4 | - |
YUV | 28.3 | 145.89 | 150.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 6 | 60 | 0 | 0.90 | 0 | 0.76 | 300 | 0.82 | 0.13 |
Hex | 3C | 6 | 3C | 0 | 5A | 0 | 4C | 12C | 52 | D |
Octal | 74 | 6 | 74 | 0 | 132 | 0 | 114 | 454 | 122 | 15 |
Binary | 111100 | 110 | 111100 | 0 | 1011010 | 0 | 1001100 | 100101100 | 1010010 | 1101 |
Color Harmonies of #3C063C
Complementary color
Monochromatic Colors of #3C063C
Black with #3C063C
Text Example
Text Example
White with #3C063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C063C; }
p { color: rgb(60,6,60); }
H1.HeaderClassName
{
color: #3C063C;
}
.AnyTagClassName
{
color: #3C063C;
}
</style>
background-color css
<style>
a { background-color: #3C063C; }
a { background-color: rgb(60,6,60); }
div.DivClassName
{
background-color: #3C063C;
}
.BgClassName
{
background-color: #3C063C;
}
</style>
border-color css
<style>
span { border-color: #3C063C; }
span { border-color: rgb(60,6,60); }
td.TdClassName
{
border-color: #3C063C;
}
.TagClassName
{
border-color: #3C063C;
}
</style>