Shades of Mardi Gras #3A113D
Tints of Mardi Gras #3A113D
RGB
CMYK
RGB Variations
Color information
#3A113D (or 0x3A113D) is known color: Mardi Gras. HEX triplet: 3A, 11 and 3D. RGB value is (58,17,61). Sum of RGB (Red+Green+Blue) = 58+17+61=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A113D is #C5EEC2. Grayscale: #222222. Windows color (decimal): -12971715 or 4002106. OLE color: 4002106.
HSL color Cylindrical-coordinate representation of color #3A113D: hue angle of 295.91º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A113D is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 17 | 61 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.76 |
| HSL | 295.91º | 0.56% | 0.15% | - |
| HSV(B) | 295.91º | 0.72% | 0.24% | - |
| XYZ | 2.79 | 1.64 | 4.58 | - |
| YUV | 34.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 61 | 0.05 | 0.72 | 0 | 0.76 | 295.91 | 0.56 | 0.15 |
| Hex | 3A | 11 | 3D | 5 | 48 | 0 | 4C | 128 | 38 | F |
| Octal | 72 | 21 | 75 | 5 | 110 | 0 | 114 | 450 | 70 | 17 |
| Binary | 111010 | 10001 | 111101 | 101 | 1001000 | 0 | 1001100 | 100101000 | 111000 | 1111 |
Color Harmonies of #3A113D
Complementary color
Monochromatic Colors of #3A113D
Black with #3A113D
Text Example
Text Example
White with #3A113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A113D; }
p { color: rgb(58,17,61); }
H1.HeaderClassName
{
color: #3A113D;
}
.AnyTagClassName
{
color: #3A113D;
}
</style>
background-color css
<style>
a { background-color: #3A113D; }
a { background-color: rgb(58,17,61); }
div.DivClassName
{
background-color: #3A113D;
}
.BgClassName
{
background-color: #3A113D;
}
</style>
border-color css
<style>
span { border-color: #3A113D; }
span { border-color: rgb(58,17,61); }
td.TdClassName
{
border-color: #3A113D;
}
.TagClassName
{
border-color: #3A113D;
}
</style>