Shades of Mardi Gras #3E0143
Tints of Mardi Gras #3E0143
RGB
CMYK
RGB Variations
Color information
#3E0143 (or 0x3E0143) is known color: Mardi Gras. HEX triplet: 3E, 01 and 43. RGB value is (62,1,67). Sum of RGB (Red+Green+Blue) = 62+1+67=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 67 (26.56% from 255 or 51.54% from 130); Max value from RGB is 67 - color contains mainly: blue. Hex color #3E0143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0143 is #C1FEBC. Grayscale: #1A1A1A. Windows color (decimal): -12713661 or 4391230. OLE color: 4391230.
HSL color Cylindrical-coordinate representation of color #3E0143: hue angle of 295.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0143 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 1 | 67 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.74 |
| HSL | 295.45º | 0.97% | 0.13% | - |
| HSV(B) | 295.45º | 0.99% | 0.26% | - |
| XYZ | 3.01 | 1.45 | 5.43 | - |
| YUV | 26.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 67 | 0.07 | 0.99 | 0 | 0.74 | 295.45 | 0.97 | 0.13 |
| Hex | 3E | 1 | 43 | 7 | 63 | 0 | 4A | 127 | 61 | D |
| Octal | 76 | 1 | 103 | 7 | 143 | 0 | 112 | 447 | 141 | 15 |
| Binary | 111110 | 1 | 1000011 | 111 | 1100011 | 0 | 1001010 | 100100111 | 1100001 | 1101 |
Color Harmonies of #3E0143
Complementary color
Monochromatic Colors of #3E0143
Black with #3E0143
Text Example
Text Example
White with #3E0143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0143; }
p { color: rgb(62,1,67); }
H1.HeaderClassName
{
color: #3E0143;
}
.AnyTagClassName
{
color: #3E0143;
}
</style>
background-color css
<style>
a { background-color: #3E0143; }
a { background-color: rgb(62,1,67); }
div.DivClassName
{
background-color: #3E0143;
}
.BgClassName
{
background-color: #3E0143;
}
</style>
border-color css
<style>
span { border-color: #3E0143; }
span { border-color: rgb(62,1,67); }
td.TdClassName
{
border-color: #3E0143;
}
.TagClassName
{
border-color: #3E0143;
}
</style>