Shades of Mardi Gras #3B113A
Tints of Mardi Gras #3B113A
RGB
CMYK
RGB Variations
Color information
#3B113A (or 0x3B113A) is known color: Mardi Gras. HEX triplet: 3B, 11 and 3A. RGB value is (59,17,58). Sum of RGB (Red+Green+Blue) = 59+17+58=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 59 - color contains mainly: red. Hex color #3B113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B113A is #C4EEC5. Grayscale: #222222. Windows color (decimal): -12906182 or 3805499. OLE color: 3805499.
HSL color Cylindrical-coordinate representation of color #3B113A: hue angle of 301.43º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B113A is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 58 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.77 |
| HSL | 301.43º | 0.55% | 0.15% | - |
| HSV(B) | 301.43º | 0.71% | 0.23% | - |
| XYZ | 2.77 | 1.64 | 4.17 | - |
| YUV | 34.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 58 | 0 | 0.71 | 0.02 | 0.77 | 301.43 | 0.55 | 0.15 |
| Hex | 3B | 11 | 3A | 0 | 47 | 2 | 4D | 12D | 37 | F |
| Octal | 73 | 21 | 72 | 0 | 107 | 2 | 115 | 455 | 67 | 17 |
| Binary | 111011 | 10001 | 111010 | 0 | 1000111 | 10 | 1001101 | 100101101 | 110111 | 1111 |
Color Harmonies of #3B113A
Complementary color
Monochromatic Colors of #3B113A
Black with #3B113A
Text Example
Text Example
White with #3B113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B113A; }
p { color: rgb(59,17,58); }
H1.HeaderClassName
{
color: #3B113A;
}
.AnyTagClassName
{
color: #3B113A;
}
</style>
background-color css
<style>
a { background-color: #3B113A; }
a { background-color: rgb(59,17,58); }
div.DivClassName
{
background-color: #3B113A;
}
.BgClassName
{
background-color: #3B113A;
}
</style>
border-color css
<style>
span { border-color: #3B113A; }
span { border-color: rgb(59,17,58); }
td.TdClassName
{
border-color: #3B113A;
}
.TagClassName
{
border-color: #3B113A;
}
</style>