Shades of Mardi Gras #3B133F
Tints of Mardi Gras #3B133F
RGB
CMYK
RGB Variations
Color information
#3B133F (or 0x3B133F) is known color: Mardi Gras. HEX triplet: 3B, 13 and 3F. RGB value is (59,19,63). Sum of RGB (Red+Green+Blue) = 59+19+63=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B133F is #C4ECC0. Grayscale: #232323. Windows color (decimal): -12905665 or 4133691. OLE color: 4133691.
HSL color Cylindrical-coordinate representation of color #3B133F: hue angle of 294.55º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B133F is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 19 | 63 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.75 |
| HSL | 294.55º | 0.54% | 0.16% | - |
| HSV(B) | 294.55º | 0.7% | 0.25% | - |
| XYZ | 2.93 | 1.75 | 4.89 | - |
| YUV | 35.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 63 | 0.06 | 0.70 | 0 | 0.75 | 294.55 | 0.54 | 0.16 |
| Hex | 3B | 13 | 3F | 6 | 46 | 0 | 4B | 127 | 36 | 10 |
| Octal | 73 | 23 | 77 | 6 | 106 | 0 | 113 | 447 | 66 | 20 |
| Binary | 111011 | 10011 | 111111 | 110 | 1000110 | 0 | 1001011 | 100100111 | 110110 | 10000 |
Color Harmonies of #3B133F
Complementary color
Monochromatic Colors of #3B133F
Black with #3B133F
Text Example
Text Example
White with #3B133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B133F; }
p { color: rgb(59,19,63); }
H1.HeaderClassName
{
color: #3B133F;
}
.AnyTagClassName
{
color: #3B133F;
}
</style>
background-color css
<style>
a { background-color: #3B133F; }
a { background-color: rgb(59,19,63); }
div.DivClassName
{
background-color: #3B133F;
}
.BgClassName
{
background-color: #3B133F;
}
</style>
border-color css
<style>
span { border-color: #3B133F; }
span { border-color: rgb(59,19,63); }
td.TdClassName
{
border-color: #3B133F;
}
.TagClassName
{
border-color: #3B133F;
}
</style>