Shades of Mardi Gras #3A163F
Tints of Mardi Gras #3A163F
RGB
CMYK
RGB Variations
Color information
#3A163F (or 0x3A163F) is known color: Mardi Gras. HEX triplet: 3A, 16 and 3F. RGB value is (58,22,63). Sum of RGB (Red+Green+Blue) = 58+22+63=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A163F is #C5E9C0. Grayscale: #252525. Windows color (decimal): -12970433 or 4134458. OLE color: 4134458.
HSL color Cylindrical-coordinate representation of color #3A163F: hue angle of 292.68º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A163F is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 22 | 63 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.75 |
| HSL | 292.68º | 0.48% | 0.17% | - |
| HSV(B) | 292.68º | 0.65% | 0.25% | - |
| XYZ | 2.93 | 1.83 | 4.9 | - |
| YUV | 37.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 63 | 0.08 | 0.65 | 0 | 0.75 | 292.68 | 0.48 | 0.17 |
| Hex | 3A | 16 | 3F | 8 | 41 | 0 | 4B | 125 | 30 | 11 |
| Octal | 72 | 26 | 77 | 10 | 101 | 0 | 113 | 445 | 60 | 21 |
| Binary | 111010 | 10110 | 111111 | 1000 | 1000001 | 0 | 1001011 | 100100101 | 110000 | 10001 |
Color Harmonies of #3A163F
Complementary color
Monochromatic Colors of #3A163F
Black with #3A163F
Text Example
Text Example
White with #3A163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A163F; }
p { color: rgb(58,22,63); }
H1.HeaderClassName
{
color: #3A163F;
}
.AnyTagClassName
{
color: #3A163F;
}
</style>
background-color css
<style>
a { background-color: #3A163F; }
a { background-color: rgb(58,22,63); }
div.DivClassName
{
background-color: #3A163F;
}
.BgClassName
{
background-color: #3A163F;
}
</style>
border-color css
<style>
span { border-color: #3A163F; }
span { border-color: rgb(58,22,63); }
td.TdClassName
{
border-color: #3A163F;
}
.TagClassName
{
border-color: #3A163F;
}
</style>