Shades of Mardi Gras #3A153C
Tints of Mardi Gras #3A153C
RGB
CMYK
RGB Variations
Color information
#3A153C (or 0x3A153C) is known color: Mardi Gras. HEX triplet: 3A, 15 and 3C. RGB value is (58,21,60). Sum of RGB (Red+Green+Blue) = 58+21+60=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 60 - color contains mainly: blue. Hex color #3A153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A153C is #C5EAC3. Grayscale: #242424. Windows color (decimal): -12970692 or 3937594. OLE color: 3937594.
HSL color Cylindrical-coordinate representation of color #3A153C: hue angle of 296.92º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A153C is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 21 | 60 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.76 |
| HSL | 296.92º | 0.48% | 0.16% | - |
| HSV(B) | 296.92º | 0.65% | 0.24% | - |
| XYZ | 2.83 | 1.76 | 4.47 | - |
| YUV | 36.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 60 | 0.03 | 0.65 | 0 | 0.76 | 296.92 | 0.48 | 0.16 |
| Hex | 3A | 15 | 3C | 3 | 41 | 0 | 4C | 129 | 30 | 10 |
| Octal | 72 | 25 | 74 | 3 | 101 | 0 | 114 | 451 | 60 | 20 |
| Binary | 111010 | 10101 | 111100 | 11 | 1000001 | 0 | 1001100 | 100101001 | 110000 | 10000 |
Color Harmonies of #3A153C
Complementary color
Monochromatic Colors of #3A153C
Black with #3A153C
Text Example
Text Example
White with #3A153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A153C; }
p { color: rgb(58,21,60); }
H1.HeaderClassName
{
color: #3A153C;
}
.AnyTagClassName
{
color: #3A153C;
}
</style>
background-color css
<style>
a { background-color: #3A153C; }
a { background-color: rgb(58,21,60); }
div.DivClassName
{
background-color: #3A153C;
}
.BgClassName
{
background-color: #3A153C;
}
</style>
border-color css
<style>
span { border-color: #3A153C; }
span { border-color: rgb(58,21,60); }
td.TdClassName
{
border-color: #3A153C;
}
.TagClassName
{
border-color: #3A153C;
}
</style>