Shades of Mardi Gras #3E033B
Tints of Mardi Gras #3E033B
RGB
CMYK
RGB Variations
Color information
#3E033B (or 0x3E033B) is known color: Mardi Gras. HEX triplet: 3E, 03 and 3B. RGB value is (62,3,59). Sum of RGB (Red+Green+Blue) = 62+3+59=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E033B is #C1FCC4. Grayscale: #1A1A1A. Windows color (decimal): -12713157 or 3867454. OLE color: 3867454.
HSL color Cylindrical-coordinate representation of color #3E033B: hue angle of 303.05º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E033B is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 3 | 59 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.76 |
| HSL | 303.05º | 0.91% | 0.13% | - |
| HSV(B) | 303.05º | 0.95% | 0.24% | - |
| XYZ | 2.81 | 1.41 | 4.26 | - |
| YUV | 27.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 59 | 0 | 0.95 | 0.05 | 0.76 | 303.05 | 0.91 | 0.13 |
| Hex | 3E | 3 | 3B | 0 | 5F | 5 | 4C | 12F | 5B | D |
| Octal | 76 | 3 | 73 | 0 | 137 | 5 | 114 | 457 | 133 | 15 |
| Binary | 111110 | 11 | 111011 | 0 | 1011111 | 101 | 1001100 | 100101111 | 1011011 | 1101 |
Color Harmonies of #3E033B
Complementary color
Monochromatic Colors of #3E033B
Black with #3E033B
Text Example
Text Example
White with #3E033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E033B; }
p { color: rgb(62,3,59); }
H1.HeaderClassName
{
color: #3E033B;
}
.AnyTagClassName
{
color: #3E033B;
}
</style>
background-color css
<style>
a { background-color: #3E033B; }
a { background-color: rgb(62,3,59); }
div.DivClassName
{
background-color: #3E033B;
}
.BgClassName
{
background-color: #3E033B;
}
</style>
border-color css
<style>
span { border-color: #3E033B; }
span { border-color: rgb(62,3,59); }
td.TdClassName
{
border-color: #3E033B;
}
.TagClassName
{
border-color: #3E033B;
}
</style>