Shades of Mardi Gras #3A133B
Tints of Mardi Gras #3A133B
RGB
CMYK
RGB Variations
Color information
#3A133B (or 0x3A133B) is known color: Mardi Gras. HEX triplet: 3A, 13 and 3B. RGB value is (58,19,59). Sum of RGB (Red+Green+Blue) = 58+19+59=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A133B is #C5ECC4. Grayscale: #232323. Windows color (decimal): -12971205 or 3871546. OLE color: 3871546.
HSL color Cylindrical-coordinate representation of color #3A133B: hue angle of 298.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 #3A133B is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 59 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.77 |
| HSL | 298.5º | 0.51% | 0.15% | - |
| HSV(B) | 298.5º | 0.68% | 0.23% | - |
| XYZ | 2.77 | 1.68 | 4.32 | - |
| YUV | 35.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 59 | 0.02 | 0.68 | 0 | 0.77 | 298.5 | 0.51 | 0.15 |
| Hex | 3A | 13 | 3B | 2 | 44 | 0 | 4D | 12A | 33 | F |
| Octal | 72 | 23 | 73 | 2 | 104 | 0 | 115 | 452 | 63 | 17 |
| Binary | 111010 | 10011 | 111011 | 10 | 1000100 | 0 | 1001101 | 100101010 | 110011 | 1111 |
Color Harmonies of #3A133B
Complementary color
Monochromatic Colors of #3A133B
Black with #3A133B
Text Example
Text Example
White with #3A133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A133B; }
p { color: rgb(58,19,59); }
H1.HeaderClassName
{
color: #3A133B;
}
.AnyTagClassName
{
color: #3A133B;
}
</style>
background-color css
<style>
a { background-color: #3A133B; }
a { background-color: rgb(58,19,59); }
div.DivClassName
{
background-color: #3A133B;
}
.BgClassName
{
background-color: #3A133B;
}
</style>
border-color css
<style>
span { border-color: #3A133B; }
span { border-color: rgb(58,19,59); }
td.TdClassName
{
border-color: #3A133B;
}
.TagClassName
{
border-color: #3A133B;
}
</style>