Shades of Mardi Gras #3A163B
Tints of Mardi Gras #3A163B
RGB
CMYK
RGB Variations
Color information
#3A163B (or 0x3A163B) is known color: Mardi Gras. HEX triplet: 3A, 16 and 3B. RGB value is (58,22,59). Sum of RGB (Red+Green+Blue) = 58+22+59=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A163B is #C5E9C4. Grayscale: #242424. Windows color (decimal): -12970437 or 3872314. OLE color: 3872314.
HSL color Cylindrical-coordinate representation of color #3A163B: hue angle of 298.38º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A163B is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 22 | 59 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.77 |
| HSL | 298.38º | 0.46% | 0.16% | - |
| HSV(B) | 298.38º | 0.63% | 0.23% | - |
| XYZ | 2.82 | 1.79 | 4.33 | - |
| YUV | 36.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 59 | 0.02 | 0.63 | 0 | 0.77 | 298.38 | 0.46 | 0.16 |
| Hex | 3A | 16 | 3B | 2 | 3F | 0 | 4D | 12A | 2E | 10 |
| Octal | 72 | 26 | 73 | 2 | 77 | 0 | 115 | 452 | 56 | 20 |
| Binary | 111010 | 10110 | 111011 | 10 | 111111 | 0 | 1001101 | 100101010 | 101110 | 10000 |
Color Harmonies of #3A163B
Complementary color
Monochromatic Colors of #3A163B
Black with #3A163B
Text Example
Text Example
White with #3A163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A163B; }
p { color: rgb(58,22,59); }
H1.HeaderClassName
{
color: #3A163B;
}
.AnyTagClassName
{
color: #3A163B;
}
</style>
background-color css
<style>
a { background-color: #3A163B; }
a { background-color: rgb(58,22,59); }
div.DivClassName
{
background-color: #3A163B;
}
.BgClassName
{
background-color: #3A163B;
}
</style>
border-color css
<style>
span { border-color: #3A163B; }
span { border-color: rgb(58,22,59); }
td.TdClassName
{
border-color: #3A163B;
}
.TagClassName
{
border-color: #3A163B;
}
</style>