Shades of Mardi Gras #3A193B
Tints of Mardi Gras #3A193B
RGB
CMYK
RGB Variations
Color information
#3A193B (or 0x3A193B) is known color: Mardi Gras. HEX triplet: 3A, 19 and 3B. RGB value is (58,25,59). Sum of RGB (Red+Green+Blue) = 58+25+59=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A193B is #C5E6C4. Grayscale: #262626. Windows color (decimal): -12969669 or 3873082. OLE color: 3873082.
HSL color Cylindrical-coordinate representation of color #3A193B: hue angle of 298.24º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A193B is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 25 | 59 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.77 |
| HSL | 298.24º | 0.4% | 0.16% | - |
| HSV(B) | 298.24º | 0.58% | 0.23% | - |
| XYZ | 2.88 | 1.91 | 4.35 | - |
| YUV | 38.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 59 | 0.02 | 0.58 | 0 | 0.77 | 298.24 | 0.4 | 0.16 |
| Hex | 3A | 19 | 3B | 2 | 3A | 0 | 4D | 12A | 28 | 10 |
| Octal | 72 | 31 | 73 | 2 | 72 | 0 | 115 | 452 | 50 | 20 |
| Binary | 111010 | 11001 | 111011 | 10 | 111010 | 0 | 1001101 | 100101010 | 101000 | 10000 |
Color Harmonies of #3A193B
Complementary color
Monochromatic Colors of #3A193B
Black with #3A193B
Text Example
Text Example
White with #3A193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A193B; }
p { color: rgb(58,25,59); }
H1.HeaderClassName
{
color: #3A193B;
}
.AnyTagClassName
{
color: #3A193B;
}
</style>
background-color css
<style>
a { background-color: #3A193B; }
a { background-color: rgb(58,25,59); }
div.DivClassName
{
background-color: #3A193B;
}
.BgClassName
{
background-color: #3A193B;
}
</style>
border-color css
<style>
span { border-color: #3A193B; }
span { border-color: rgb(58,25,59); }
td.TdClassName
{
border-color: #3A193B;
}
.TagClassName
{
border-color: #3A193B;
}
</style>