Shades of Mardi Gras #3E0343
Tints of Mardi Gras #3E0343
RGB
CMYK
RGB Variations
Color information
#3E0343 (or 0x3E0343) is known color: Mardi Gras. HEX triplet: 3E, 03 and 43. RGB value is (62,3,67). Sum of RGB (Red+Green+Blue) = 62+3+67=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #3E0343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0343 is #C1FCBC. Grayscale: #1B1B1B. Windows color (decimal): -12713149 or 4391742. OLE color: 4391742.
HSL color Cylindrical-coordinate representation of color #3E0343: hue angle of 295.31º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0343 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 3 | 67 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.74 |
| HSL | 295.31º | 0.91% | 0.14% | - |
| HSV(B) | 295.31º | 0.96% | 0.26% | - |
| XYZ | 3.03 | 1.49 | 5.44 | - |
| YUV | 27.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 67 | 0.07 | 0.96 | 0 | 0.74 | 295.31 | 0.91 | 0.14 |
| Hex | 3E | 3 | 43 | 7 | 60 | 0 | 4A | 127 | 5B | E |
| Octal | 76 | 3 | 103 | 7 | 140 | 0 | 112 | 447 | 133 | 16 |
| Binary | 111110 | 11 | 1000011 | 111 | 1100000 | 0 | 1001010 | 100100111 | 1011011 | 1110 |
Color Harmonies of #3E0343
Complementary color
Monochromatic Colors of #3E0343
Black with #3E0343
Text Example
Text Example
White with #3E0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0343; }
p { color: rgb(62,3,67); }
H1.HeaderClassName
{
color: #3E0343;
}
.AnyTagClassName
{
color: #3E0343;
}
</style>
background-color css
<style>
a { background-color: #3E0343; }
a { background-color: rgb(62,3,67); }
div.DivClassName
{
background-color: #3E0343;
}
.BgClassName
{
background-color: #3E0343;
}
</style>
border-color css
<style>
span { border-color: #3E0343; }
span { border-color: rgb(62,3,67); }
td.TdClassName
{
border-color: #3E0343;
}
.TagClassName
{
border-color: #3E0343;
}
</style>