Shades of Mardi Gras #3A1A3A
Tints of Mardi Gras #3A1A3A
RGB
CMYK
RGB Variations
Color information
#3A1A3A (or 0x3A1A3A) is known color: Mardi Gras. HEX triplet: 3A, 1A and 3A. RGB value is (58,26,58). Sum of RGB (Red+Green+Blue) = 58+26+58=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: red, blue. Hex color #3A1A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A3A is #C5E5C5. Grayscale: #272727. Windows color (decimal): -12969414 or 3807802. OLE color: 3807802.
HSL color Cylindrical-coordinate representation of color #3A1A3A: hue angle of 300º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A1A3A is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 26 | 58 | - |
| CMYK | 0 | 0.55 | 0 | 0.77 |
| HSL | 300º | 0.38% | 0.16% | - |
| HSV(B) | 300º | 0.55% | 0.23% | - |
| XYZ | 2.88 | 1.94 | 4.23 | - |
| YUV | 39.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 58 | 0 | 0.55 | 0 | 0.77 | 300 | 0.38 | 0.16 |
| Hex | 3A | 1A | 3A | 0 | 37 | 0 | 4D | 12C | 26 | 10 |
| Octal | 72 | 32 | 72 | 0 | 67 | 0 | 115 | 454 | 46 | 20 |
| Binary | 111010 | 11010 | 111010 | 0 | 110111 | 0 | 1001101 | 100101100 | 100110 | 10000 |
Color Harmonies of #3A1A3A
Complementary color
Monochromatic Colors of #3A1A3A
Black with #3A1A3A
Text Example
Text Example
White with #3A1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A3A; }
p { color: rgb(58,26,58); }
H1.HeaderClassName
{
color: #3A1A3A;
}
.AnyTagClassName
{
color: #3A1A3A;
}
</style>
background-color css
<style>
a { background-color: #3A1A3A; }
a { background-color: rgb(58,26,58); }
div.DivClassName
{
background-color: #3A1A3A;
}
.BgClassName
{
background-color: #3A1A3A;
}
</style>
border-color css
<style>
span { border-color: #3A1A3A; }
span { border-color: rgb(58,26,58); }
td.TdClassName
{
border-color: #3A1A3A;
}
.TagClassName
{
border-color: #3A1A3A;
}
</style>