Shades of Mardi Gras #3B133A
Tints of Mardi Gras #3B133A
RGB
CMYK
RGB Variations
Color information
#3B133A (or 0x3B133A) is known color: Mardi Gras. HEX triplet: 3B, 13 and 3A. RGB value is (59,19,58). Sum of RGB (Red+Green+Blue) = 59+19+58=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B133A is #C4ECC5. Grayscale: #232323. Windows color (decimal): -12905670 or 3806011. OLE color: 3806011.
HSL color Cylindrical-coordinate representation of color #3B133A: hue angle of 301.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B133A is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 19 | 58 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.77 |
| HSL | 301.5º | 0.51% | 0.15% | - |
| HSV(B) | 301.5º | 0.68% | 0.23% | - |
| XYZ | 2.8 | 1.7 | 4.18 | - |
| YUV | 35.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 58 | 0 | 0.68 | 0.02 | 0.77 | 301.5 | 0.51 | 0.15 |
| Hex | 3B | 13 | 3A | 0 | 44 | 2 | 4D | 12E | 33 | F |
| Octal | 73 | 23 | 72 | 0 | 104 | 2 | 115 | 456 | 63 | 17 |
| Binary | 111011 | 10011 | 111010 | 0 | 1000100 | 10 | 1001101 | 100101110 | 110011 | 1111 |
Color Harmonies of #3B133A
Complementary color
Monochromatic Colors of #3B133A
Black with #3B133A
Text Example
Text Example
White with #3B133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B133A; }
p { color: rgb(59,19,58); }
H1.HeaderClassName
{
color: #3B133A;
}
.AnyTagClassName
{
color: #3B133A;
}
</style>
background-color css
<style>
a { background-color: #3B133A; }
a { background-color: rgb(59,19,58); }
div.DivClassName
{
background-color: #3B133A;
}
.BgClassName
{
background-color: #3B133A;
}
</style>
border-color css
<style>
span { border-color: #3B133A; }
span { border-color: rgb(59,19,58); }
td.TdClassName
{
border-color: #3B133A;
}
.TagClassName
{
border-color: #3B133A;
}
</style>