Shades of Mardi Gras #3B163A
Tints of Mardi Gras #3B163A
RGB
CMYK
RGB Variations
Color information
#3B163A (or 0x3B163A) is known color: Mardi Gras. HEX triplet: 3B, 16 and 3A. RGB value is (59,22,58). Sum of RGB (Red+Green+Blue) = 59+22+58=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 59 - color contains mainly: red. Hex color #3B163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B163A is #C4E9C5. Grayscale: #252525. Windows color (decimal): -12904902 or 3806779. OLE color: 3806779.
HSL color Cylindrical-coordinate representation of color #3B163A: hue angle of 301.62º 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 #3B163A is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 58 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.77 |
| HSL | 301.62º | 0.46% | 0.16% | - |
| HSV(B) | 301.62º | 0.63% | 0.23% | - |
| XYZ | 2.85 | 1.81 | 4.2 | - |
| YUV | 37.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 58 | 0 | 0.63 | 0.02 | 0.77 | 301.62 | 0.46 | 0.16 |
| Hex | 3B | 16 | 3A | 0 | 3F | 2 | 4D | 12E | 2E | 10 |
| Octal | 73 | 26 | 72 | 0 | 77 | 2 | 115 | 456 | 56 | 20 |
| Binary | 111011 | 10110 | 111010 | 0 | 111111 | 10 | 1001101 | 100101110 | 101110 | 10000 |
Color Harmonies of #3B163A
Complementary color
Monochromatic Colors of #3B163A
Black with #3B163A
Text Example
Text Example
White with #3B163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B163A; }
p { color: rgb(59,22,58); }
H1.HeaderClassName
{
color: #3B163A;
}
.AnyTagClassName
{
color: #3B163A;
}
</style>
background-color css
<style>
a { background-color: #3B163A; }
a { background-color: rgb(59,22,58); }
div.DivClassName
{
background-color: #3B163A;
}
.BgClassName
{
background-color: #3B163A;
}
</style>
border-color css
<style>
span { border-color: #3B163A; }
span { border-color: rgb(59,22,58); }
td.TdClassName
{
border-color: #3B163A;
}
.TagClassName
{
border-color: #3B163A;
}
</style>