Shades of Mardi Gras #3A0038
Tints of Mardi Gras #3A0038
RGB
CMYK
RGB Variations
Color information
#3A0038 (or 0x3A0038) is known color: Mardi Gras. HEX triplet: 3A, 00 and 38. RGB value is (58,0,56). Sum of RGB (Red+Green+Blue) = 58+0+56=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0038 is #C5FFC7. Grayscale: #171717. Windows color (decimal): -12976072 or 3670074. OLE color: 3670074.
HSL color Cylindrical-coordinate representation of color #3A0038: hue angle of 302.07º 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 #3A0038 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.03 | 0.77 |
| HSL | 302.07º | 1% | 0.11% | - |
| HSV(B) | 302.07º | 1% | 0.23% | - |
| XYZ | 2.46 | 1.19 | 3.84 | - |
| YUV | 23.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 56 | 0 | 1 | 0.03 | 0.77 | 302.07 | 1 | 0.11 |
| Hex | 3A | 0 | 38 | 0 | 64 | 3 | 4D | 12E | 64 | B |
| Octal | 72 | 0 | 70 | 0 | 144 | 3 | 115 | 456 | 144 | 13 |
| Binary | 111010 | 0 | 111000 | 0 | 1100100 | 11 | 1001101 | 100101110 | 1100100 | 1011 |
Color Harmonies of #3A0038
Complementary color
Monochromatic Colors of #3A0038
Black with #3A0038
Text Example
Text Example
White with #3A0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0038; }
p { color: rgb(58,0,56); }
H1.HeaderClassName
{
color: #3A0038;
}
.AnyTagClassName
{
color: #3A0038;
}
</style>
background-color css
<style>
a { background-color: #3A0038; }
a { background-color: rgb(58,0,56); }
div.DivClassName
{
background-color: #3A0038;
}
.BgClassName
{
background-color: #3A0038;
}
</style>
border-color css
<style>
span { border-color: #3A0038; }
span { border-color: rgb(58,0,56); }
td.TdClassName
{
border-color: #3A0038;
}
.TagClassName
{
border-color: #3A0038;
}
</style>