Shades of Mardi Gras #3B173A
Tints of Mardi Gras #3B173A
RGB
CMYK
RGB Variations
Color information
#3B173A (or 0x3B173A) is known color: Mardi Gras. HEX triplet: 3B, 17 and 3A. RGB value is (59,23,58). Sum of RGB (Red+Green+Blue) = 59+23+58=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B173A is #C4E8C5. Grayscale: #252525. Windows color (decimal): -12904646 or 3807035. OLE color: 3807035.
HSL color Cylindrical-coordinate representation of color #3B173A: hue angle of 301.67º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B173A is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 58 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.77 |
| HSL | 301.67º | 0.44% | 0.16% | - |
| HSV(B) | 301.67º | 0.61% | 0.23% | - |
| XYZ | 2.87 | 1.85 | 4.21 | - |
| YUV | 37.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 58 | 0 | 0.61 | 0.02 | 0.77 | 301.67 | 0.44 | 0.16 |
| Hex | 3B | 17 | 3A | 0 | 3D | 2 | 4D | 12E | 2C | 10 |
| Octal | 73 | 27 | 72 | 0 | 75 | 2 | 115 | 456 | 54 | 20 |
| Binary | 111011 | 10111 | 111010 | 0 | 111101 | 10 | 1001101 | 100101110 | 101100 | 10000 |
Color Harmonies of #3B173A
Complementary color
Monochromatic Colors of #3B173A
Black with #3B173A
Text Example
Text Example
White with #3B173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B173A; }
p { color: rgb(59,23,58); }
H1.HeaderClassName
{
color: #3B173A;
}
.AnyTagClassName
{
color: #3B173A;
}
</style>
background-color css
<style>
a { background-color: #3B173A; }
a { background-color: rgb(59,23,58); }
div.DivClassName
{
background-color: #3B173A;
}
.BgClassName
{
background-color: #3B173A;
}
</style>
border-color css
<style>
span { border-color: #3B173A; }
span { border-color: rgb(59,23,58); }
td.TdClassName
{
border-color: #3B173A;
}
.TagClassName
{
border-color: #3B173A;
}
</style>