Shades of Mardi Gras #3E013B
Tints of Mardi Gras #3E013B
RGB
CMYK
RGB Variations
Color information
#3E013B (or 0x3E013B) is known color: Mardi Gras. HEX triplet: 3E, 01 and 3B. RGB value is (62,1,59). Sum of RGB (Red+Green+Blue) = 62+1+59=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E013B is #C1FEC4. Grayscale: #191919. Windows color (decimal): -12713669 or 3866942. OLE color: 3866942.
HSL color Cylindrical-coordinate representation of color #3E013B: hue angle of 302.95º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E013B is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 59 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.76 |
| HSL | 302.95º | 0.97% | 0.12% | - |
| HSV(B) | 302.95º | 0.98% | 0.24% | - |
| XYZ | 2.79 | 1.36 | 4.25 | - |
| YUV | 25.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 59 | 0 | 0.98 | 0.05 | 0.76 | 302.95 | 0.97 | 0.12 |
| Hex | 3E | 1 | 3B | 0 | 62 | 5 | 4C | 12F | 61 | C |
| Octal | 76 | 1 | 73 | 0 | 142 | 5 | 114 | 457 | 141 | 14 |
| Binary | 111110 | 1 | 111011 | 0 | 1100010 | 101 | 1001100 | 100101111 | 1100001 | 1100 |
Color Harmonies of #3E013B
Complementary color
Monochromatic Colors of #3E013B
Black with #3E013B
Text Example
Text Example
White with #3E013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E013B; }
p { color: rgb(62,1,59); }
H1.HeaderClassName
{
color: #3E013B;
}
.AnyTagClassName
{
color: #3E013B;
}
</style>
background-color css
<style>
a { background-color: #3E013B; }
a { background-color: rgb(62,1,59); }
div.DivClassName
{
background-color: #3E013B;
}
.BgClassName
{
background-color: #3E013B;
}
</style>
border-color css
<style>
span { border-color: #3E013B; }
span { border-color: rgb(62,1,59); }
td.TdClassName
{
border-color: #3E013B;
}
.TagClassName
{
border-color: #3E013B;
}
</style>