Shades of Mardi Gras #3A193C
Tints of Mardi Gras #3A193C
RGB
CMYK
RGB Variations
Color information
#3A193C (or 0x3A193C) is known color: Mardi Gras. HEX triplet: 3A, 19 and 3C. RGB value is (58,25,60). Sum of RGB (Red+Green+Blue) = 58+25+60=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 60 - color contains mainly: blue. Hex color #3A193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A193C is #C5E6C3. Grayscale: #262626. Windows color (decimal): -12969668 or 3938618. OLE color: 3938618.
HSL color Cylindrical-coordinate representation of color #3A193C: hue angle of 296.57º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A193C is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 25 | 60 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.76 |
| HSL | 296.57º | 0.41% | 0.17% | - |
| HSV(B) | 296.57º | 0.58% | 0.24% | - |
| XYZ | 2.91 | 1.92 | 4.49 | - |
| YUV | 38.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 60 | 0.03 | 0.58 | 0 | 0.76 | 296.57 | 0.41 | 0.17 |
| Hex | 3A | 19 | 3C | 3 | 3A | 0 | 4C | 129 | 29 | 11 |
| Octal | 72 | 31 | 74 | 3 | 72 | 0 | 114 | 451 | 51 | 21 |
| Binary | 111010 | 11001 | 111100 | 11 | 111010 | 0 | 1001100 | 100101001 | 101001 | 10001 |
Color Harmonies of #3A193C
Complementary color
Monochromatic Colors of #3A193C
Black with #3A193C
Text Example
Text Example
White with #3A193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A193C; }
p { color: rgb(58,25,60); }
H1.HeaderClassName
{
color: #3A193C;
}
.AnyTagClassName
{
color: #3A193C;
}
</style>
background-color css
<style>
a { background-color: #3A193C; }
a { background-color: rgb(58,25,60); }
div.DivClassName
{
background-color: #3A193C;
}
.BgClassName
{
background-color: #3A193C;
}
</style>
border-color css
<style>
span { border-color: #3A193C; }
span { border-color: rgb(58,25,60); }
td.TdClassName
{
border-color: #3A193C;
}
.TagClassName
{
border-color: #3A193C;
}
</style>