Shades of Mardi Gras #3B013A
Tints of Mardi Gras #3B013A
RGB
CMYK
RGB Variations
Color information
#3B013A (or 0x3B013A) is known color: Mardi Gras. HEX triplet: 3B, 01 and 3A. RGB value is (59,1,58). Sum of RGB (Red+Green+Blue) = 59+1+58=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B013A is #C4FEC5. Grayscale: #181818. Windows color (decimal): -12910278 or 3801403. OLE color: 3801403.
HSL color Cylindrical-coordinate representation of color #3B013A: hue angle of 301.03º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B013A is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 58 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.77 |
| HSL | 301.03º | 0.97% | 0.12% | - |
| HSV(B) | 301.03º | 0.98% | 0.23% | - |
| XYZ | 2.58 | 1.26 | 4.11 | - |
| YUV | 24.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 58 | 0 | 0.98 | 0.02 | 0.77 | 301.03 | 0.97 | 0.12 |
| Hex | 3B | 1 | 3A | 0 | 62 | 2 | 4D | 12D | 61 | C |
| Octal | 73 | 1 | 72 | 0 | 142 | 2 | 115 | 455 | 141 | 14 |
| Binary | 111011 | 1 | 111010 | 0 | 1100010 | 10 | 1001101 | 100101101 | 1100001 | 1100 |
Color Harmonies of #3B013A
Complementary color
Monochromatic Colors of #3B013A
Black with #3B013A
Text Example
Text Example
White with #3B013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B013A; }
p { color: rgb(59,1,58); }
H1.HeaderClassName
{
color: #3B013A;
}
.AnyTagClassName
{
color: #3B013A;
}
</style>
background-color css
<style>
a { background-color: #3B013A; }
a { background-color: rgb(59,1,58); }
div.DivClassName
{
background-color: #3B013A;
}
.BgClassName
{
background-color: #3B013A;
}
</style>
border-color css
<style>
span { border-color: #3B013A; }
span { border-color: rgb(59,1,58); }
td.TdClassName
{
border-color: #3B013A;
}
.TagClassName
{
border-color: #3B013A;
}
</style>