Shades of Mardi Gras #3B113B
Tints of Mardi Gras #3B113B
RGB
CMYK
RGB Variations
Color information
#3B113B (or 0x3B113B) is known color: Mardi Gras. HEX triplet: 3B, 11 and 3B. RGB value is (59,17,59). Sum of RGB (Red+Green+Blue) = 59+17+59=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B113B is #C4EEC4. Grayscale: #222222. Windows color (decimal): -12906181 or 3871035. OLE color: 3871035.
HSL color Cylindrical-coordinate representation of color #3B113B: hue angle of 300º 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 #3B113B is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 59 | - |
| CMYK | 0 | 0.71 | 0 | 0.77 |
| HSL | 300º | 0.55% | 0.15% | - |
| HSV(B) | 300º | 0.71% | 0.23% | - |
| XYZ | 2.79 | 1.65 | 4.31 | - |
| YUV | 34.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 59 | 0 | 0.71 | 0 | 0.77 | 300 | 0.55 | 0.15 |
| Hex | 3B | 11 | 3B | 0 | 47 | 0 | 4D | 12C | 37 | F |
| Octal | 73 | 21 | 73 | 0 | 107 | 0 | 115 | 454 | 67 | 17 |
| Binary | 111011 | 10001 | 111011 | 0 | 1000111 | 0 | 1001101 | 100101100 | 110111 | 1111 |
Color Harmonies of #3B113B
Complementary color
Monochromatic Colors of #3B113B
Black with #3B113B
Text Example
Text Example
White with #3B113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B113B; }
p { color: rgb(59,17,59); }
H1.HeaderClassName
{
color: #3B113B;
}
.AnyTagClassName
{
color: #3B113B;
}
</style>
background-color css
<style>
a { background-color: #3B113B; }
a { background-color: rgb(59,17,59); }
div.DivClassName
{
background-color: #3B113B;
}
.BgClassName
{
background-color: #3B113B;
}
</style>
border-color css
<style>
span { border-color: #3B113B; }
span { border-color: rgb(59,17,59); }
td.TdClassName
{
border-color: #3B113B;
}
.TagClassName
{
border-color: #3B113B;
}
</style>