Shades of Mardi Gras #3B113F
Tints of Mardi Gras #3B113F
RGB
CMYK
RGB Variations
Color information
#3B113F (or 0x3B113F) is known color: Mardi Gras. HEX triplet: 3B, 11 and 3F. RGB value is (59,17,63). Sum of RGB (Red+Green+Blue) = 59+17+63=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B113F is #C4EEC0. Grayscale: #222222. Windows color (decimal): -12906177 or 4133179. OLE color: 4133179.
HSL color Cylindrical-coordinate representation of color #3B113F: hue angle of 294.78º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B113F is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 17 | 63 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.75 |
| HSL | 294.78º | 0.58% | 0.16% | - |
| HSV(B) | 294.78º | 0.73% | 0.25% | - |
| XYZ | 2.9 | 1.69 | 4.88 | - |
| YUV | 34.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 63 | 0.06 | 0.73 | 0 | 0.75 | 294.78 | 0.58 | 0.16 |
| Hex | 3B | 11 | 3F | 6 | 49 | 0 | 4B | 127 | 3A | 10 |
| Octal | 73 | 21 | 77 | 6 | 111 | 0 | 113 | 447 | 72 | 20 |
| Binary | 111011 | 10001 | 111111 | 110 | 1001001 | 0 | 1001011 | 100100111 | 111010 | 10000 |
Color Harmonies of #3B113F
Complementary color
Monochromatic Colors of #3B113F
Black with #3B113F
Text Example
Text Example
White with #3B113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B113F; }
p { color: rgb(59,17,63); }
H1.HeaderClassName
{
color: #3B113F;
}
.AnyTagClassName
{
color: #3B113F;
}
</style>
background-color css
<style>
a { background-color: #3B113F; }
a { background-color: rgb(59,17,63); }
div.DivClassName
{
background-color: #3B113F;
}
.BgClassName
{
background-color: #3B113F;
}
</style>
border-color css
<style>
span { border-color: #3B113F; }
span { border-color: rgb(59,17,63); }
td.TdClassName
{
border-color: #3B113F;
}
.TagClassName
{
border-color: #3B113F;
}
</style>