Shades of Mardi Gras #3A0039
Tints of Mardi Gras #3A0039
RGB
CMYK
RGB Variations
Color information
#3A0039 (or 0x3A0039) is known color: Mardi Gras. HEX triplet: 3A, 00 and 39. RGB value is (58,0,57). Sum of RGB (Red+Green+Blue) = 58+0+57=115 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.43% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0039 is #C5FFC6. Grayscale: #171717. Windows color (decimal): -12976071 or 3735610. OLE color: 3735610.
HSL color Cylindrical-coordinate representation of color #3A0039: hue angle of 301.03º 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 #3A0039 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.02 | 0.77 |
| HSL | 301.03º | 1% | 0.11% | - |
| HSV(B) | 301.03º | 1% | 0.23% | - |
| XYZ | 2.48 | 1.19 | 3.97 | - |
| YUV | 23.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 57 | 0 | 1 | 0.02 | 0.77 | 301.03 | 1 | 0.11 |
| Hex | 3A | 0 | 39 | 0 | 64 | 2 | 4D | 12D | 64 | B |
| Octal | 72 | 0 | 71 | 0 | 144 | 2 | 115 | 455 | 144 | 13 |
| Binary | 111010 | 0 | 111001 | 0 | 1100100 | 10 | 1001101 | 100101101 | 1100100 | 1011 |
Color Harmonies of #3A0039
Complementary color
Monochromatic Colors of #3A0039
Black with #3A0039
Text Example
Text Example
White with #3A0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0039; }
p { color: rgb(58,0,57); }
H1.HeaderClassName
{
color: #3A0039;
}
.AnyTagClassName
{
color: #3A0039;
}
</style>
background-color css
<style>
a { background-color: #3A0039; }
a { background-color: rgb(58,0,57); }
div.DivClassName
{
background-color: #3A0039;
}
.BgClassName
{
background-color: #3A0039;
}
</style>
border-color css
<style>
span { border-color: #3A0039; }
span { border-color: rgb(58,0,57); }
td.TdClassName
{
border-color: #3A0039;
}
.TagClassName
{
border-color: #3A0039;
}
</style>