Shades of Mardi Gras #3A113B
Tints of Mardi Gras #3A113B
RGB
CMYK
RGB Variations
Color information
#3A113B (or 0x3A113B) is known color: Mardi Gras. HEX triplet: 3A, 11 and 3B. RGB value is (58,17,59). Sum of RGB (Red+Green+Blue) = 58+17+59=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A113B is #C5EEC4. Grayscale: #212121. Windows color (decimal): -12971717 or 3871034. OLE color: 3871034.
HSL color Cylindrical-coordinate representation of color #3A113B: hue angle of 298.57º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A113B is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 17 | 59 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.77 |
| HSL | 298.57º | 0.55% | 0.15% | - |
| HSV(B) | 298.57º | 0.71% | 0.23% | - |
| XYZ | 2.73 | 1.62 | 4.31 | - |
| YUV | 34.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 59 | 0.02 | 0.71 | 0 | 0.77 | 298.57 | 0.55 | 0.15 |
| Hex | 3A | 11 | 3B | 2 | 47 | 0 | 4D | 12B | 37 | F |
| Octal | 72 | 21 | 73 | 2 | 107 | 0 | 115 | 453 | 67 | 17 |
| Binary | 111010 | 10001 | 111011 | 10 | 1000111 | 0 | 1001101 | 100101011 | 110111 | 1111 |
Color Harmonies of #3A113B
Complementary color
Monochromatic Colors of #3A113B
Black with #3A113B
Text Example
Text Example
White with #3A113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A113B; }
p { color: rgb(58,17,59); }
H1.HeaderClassName
{
color: #3A113B;
}
.AnyTagClassName
{
color: #3A113B;
}
</style>
background-color css
<style>
a { background-color: #3A113B; }
a { background-color: rgb(58,17,59); }
div.DivClassName
{
background-color: #3A113B;
}
.BgClassName
{
background-color: #3A113B;
}
</style>
border-color css
<style>
span { border-color: #3A113B; }
span { border-color: rgb(58,17,59); }
td.TdClassName
{
border-color: #3A113B;
}
.TagClassName
{
border-color: #3A113B;
}
</style>