Shades of Mardi Gras #3A003A
Tints of Mardi Gras #3A003A
RGB
CMYK
RGB Variations
Color information
#3A003A (or 0x3A003A) is known color: Mardi Gras. HEX triplet: 3A, 00 and 3A. RGB value is (58,0,58). Sum of RGB (Red+Green+Blue) = 58+0+58=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: red, blue. Hex color #3A003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A003A is #C5FFC5. Grayscale: #171717. Windows color (decimal): -12976070 or 3801146. OLE color: 3801146.
HSL color Cylindrical-coordinate representation of color #3A003A: hue angle of 300º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A003A is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 58 | - |
| CMYK | 0 | 1 | 0 | 0.77 |
| HSL | 300º | 1% | 0.11% | - |
| HSV(B) | 300º | 1% | 0.23% | - |
| XYZ | 2.51 | 1.21 | 4.1 | - |
| YUV | 23.95 | 147.22 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 58 | 0 | 1 | 0 | 0.77 | 300 | 1 | 0.11 |
| Hex | 3A | 0 | 3A | 0 | 64 | 0 | 4D | 12C | 64 | B |
| Octal | 72 | 0 | 72 | 0 | 144 | 0 | 115 | 454 | 144 | 13 |
| Binary | 111010 | 0 | 111010 | 0 | 1100100 | 0 | 1001101 | 100101100 | 1100100 | 1011 |
Color Harmonies of #3A003A
Complementary color
Monochromatic Colors of #3A003A
Black with #3A003A
Text Example
Text Example
White with #3A003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A003A; }
p { color: rgb(58,0,58); }
H1.HeaderClassName
{
color: #3A003A;
}
.AnyTagClassName
{
color: #3A003A;
}
</style>
background-color css
<style>
a { background-color: #3A003A; }
a { background-color: rgb(58,0,58); }
div.DivClassName
{
background-color: #3A003A;
}
.BgClassName
{
background-color: #3A003A;
}
</style>
border-color css
<style>
span { border-color: #3A003A; }
span { border-color: rgb(58,0,58); }
td.TdClassName
{
border-color: #3A003A;
}
.TagClassName
{
border-color: #3A003A;
}
</style>