Shades of Mardi Gras #3A133F
Tints of Mardi Gras #3A133F
RGB
CMYK
RGB Variations
Color information
#3A133F (or 0x3A133F) is known color: Mardi Gras. HEX triplet: 3A, 13 and 3F. RGB value is (58,19,63). Sum of RGB (Red+Green+Blue) = 58+19+63=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A133F is #C5ECC0. Grayscale: #232323. Windows color (decimal): -12971201 or 4133690. OLE color: 4133690.
HSL color Cylindrical-coordinate representation of color #3A133F: hue angle of 293.18º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A133F is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 19 | 63 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.75 |
| HSL | 293.18º | 0.54% | 0.16% | - |
| HSV(B) | 293.18º | 0.7% | 0.25% | - |
| XYZ | 2.87 | 1.72 | 4.88 | - |
| YUV | 35.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 63 | 0.08 | 0.70 | 0 | 0.75 | 293.18 | 0.54 | 0.16 |
| Hex | 3A | 13 | 3F | 8 | 46 | 0 | 4B | 125 | 36 | 10 |
| Octal | 72 | 23 | 77 | 10 | 106 | 0 | 113 | 445 | 66 | 20 |
| Binary | 111010 | 10011 | 111111 | 1000 | 1000110 | 0 | 1001011 | 100100101 | 110110 | 10000 |
Color Harmonies of #3A133F
Complementary color
Monochromatic Colors of #3A133F
Black with #3A133F
Text Example
Text Example
White with #3A133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A133F; }
p { color: rgb(58,19,63); }
H1.HeaderClassName
{
color: #3A133F;
}
.AnyTagClassName
{
color: #3A133F;
}
</style>
background-color css
<style>
a { background-color: #3A133F; }
a { background-color: rgb(58,19,63); }
div.DivClassName
{
background-color: #3A133F;
}
.BgClassName
{
background-color: #3A133F;
}
</style>
border-color css
<style>
span { border-color: #3A133F; }
span { border-color: rgb(58,19,63); }
td.TdClassName
{
border-color: #3A133F;
}
.TagClassName
{
border-color: #3A133F;
}
</style>