Shades of Mardi Gras #3A003C
Tints of Mardi Gras #3A003C
RGB
CMYK
RGB Variations
Color information
#3A003C (or 0x3A003C) is known color: Mardi Gras. HEX triplet: 3A, 00 and 3C. RGB value is (58,0,60). Sum of RGB (Red+Green+Blue) = 58+0+60=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #3A003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A003C is #C5FFC3. Grayscale: #181818. Windows color (decimal): -12976068 or 3932218. OLE color: 3932218.
HSL color Cylindrical-coordinate representation of color #3A003C: hue angle of 298º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A003C is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 0 | 60 | - |
| CMYK | 0.03 | 1 | 0 | 0.76 |
| HSL | 298º | 1% | 0.12% | - |
| HSV(B) | 298º | 1% | 0.24% | - |
| XYZ | 2.56 | 1.23 | 4.38 | - |
| YUV | 24.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 60 | 0.03 | 1 | 0 | 0.76 | 298 | 1 | 0.12 |
| Hex | 3A | 0 | 3C | 3 | 64 | 0 | 4C | 12A | 64 | C |
| Octal | 72 | 0 | 74 | 3 | 144 | 0 | 114 | 452 | 144 | 14 |
| Binary | 111010 | 0 | 111100 | 11 | 1100100 | 0 | 1001100 | 100101010 | 1100100 | 1100 |
Color Harmonies of #3A003C
Complementary color
Monochromatic Colors of #3A003C
Black with #3A003C
Text Example
Text Example
White with #3A003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A003C; }
p { color: rgb(58,0,60); }
H1.HeaderClassName
{
color: #3A003C;
}
.AnyTagClassName
{
color: #3A003C;
}
</style>
background-color css
<style>
a { background-color: #3A003C; }
a { background-color: rgb(58,0,60); }
div.DivClassName
{
background-color: #3A003C;
}
.BgClassName
{
background-color: #3A003C;
}
</style>
border-color css
<style>
span { border-color: #3A003C; }
span { border-color: rgb(58,0,60); }
td.TdClassName
{
border-color: #3A003C;
}
.TagClassName
{
border-color: #3A003C;
}
</style>