Shades of Mardi Gras #3A193F
Tints of Mardi Gras #3A193F
RGB
CMYK
RGB Variations
Color information
#3A193F (or 0x3A193F) is known color: Mardi Gras. HEX triplet: 3A, 19 and 3F. RGB value is (58,25,63). Sum of RGB (Red+Green+Blue) = 58+25+63=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A193F is #C5E6C0. Grayscale: #272727. Windows color (decimal): -12969665 or 4135226. OLE color: 4135226.
HSL color Cylindrical-coordinate representation of color #3A193F: hue angle of 292.11º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A193F is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 25 | 63 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.75 |
| HSL | 292.11º | 0.43% | 0.17% | - |
| HSV(B) | 292.11º | 0.6% | 0.25% | - |
| XYZ | 2.99 | 1.95 | 4.92 | - |
| YUV | 39.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 63 | 0.08 | 0.60 | 0 | 0.75 | 292.11 | 0.43 | 0.17 |
| Hex | 3A | 19 | 3F | 8 | 3C | 0 | 4B | 124 | 2B | 11 |
| Octal | 72 | 31 | 77 | 10 | 74 | 0 | 113 | 444 | 53 | 21 |
| Binary | 111010 | 11001 | 111111 | 1000 | 111100 | 0 | 1001011 | 100100100 | 101011 | 10001 |
Color Harmonies of #3A193F
Complementary color
Monochromatic Colors of #3A193F
Black with #3A193F
Text Example
Text Example
White with #3A193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A193F; }
p { color: rgb(58,25,63); }
H1.HeaderClassName
{
color: #3A193F;
}
.AnyTagClassName
{
color: #3A193F;
}
</style>
background-color css
<style>
a { background-color: #3A193F; }
a { background-color: rgb(58,25,63); }
div.DivClassName
{
background-color: #3A193F;
}
.BgClassName
{
background-color: #3A193F;
}
</style>
border-color css
<style>
span { border-color: #3A193F; }
span { border-color: rgb(58,25,63); }
td.TdClassName
{
border-color: #3A193F;
}
.TagClassName
{
border-color: #3A193F;
}
</style>