Shades of Mardi Gras #3E103F
Tints of Mardi Gras #3E103F
RGB
CMYK
RGB Variations
Color information
#3E103F (or 0x3E103F) is known color: Mardi Gras. HEX triplet: 3E, 10 and 3F. RGB value is (62,16,63). Sum of RGB (Red+Green+Blue) = 62+16+63=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E103F is #C1EFC0. Grayscale: #222222. Windows color (decimal): -12709825 or 4132926. OLE color: 4132926.
HSL color Cylindrical-coordinate representation of color #3E103F: hue angle of 298.72º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E103F is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 16 | 63 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.75 |
| HSL | 298.72º | 0.59% | 0.15% | - |
| HSV(B) | 298.72º | 0.75% | 0.25% | - |
| XYZ | 3.07 | 1.75 | 4.88 | - |
| YUV | 35.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 63 | 0.02 | 0.75 | 0 | 0.75 | 298.72 | 0.59 | 0.15 |
| Hex | 3E | 10 | 3F | 2 | 4B | 0 | 4B | 12B | 3B | F |
| Octal | 76 | 20 | 77 | 2 | 113 | 0 | 113 | 453 | 73 | 17 |
| Binary | 111110 | 10000 | 111111 | 10 | 1001011 | 0 | 1001011 | 100101011 | 111011 | 1111 |
Color Harmonies of #3E103F
Complementary color
Monochromatic Colors of #3E103F
Black with #3E103F
Text Example
Text Example
White with #3E103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E103F; }
p { color: rgb(62,16,63); }
H1.HeaderClassName
{
color: #3E103F;
}
.AnyTagClassName
{
color: #3E103F;
}
</style>
background-color css
<style>
a { background-color: #3E103F; }
a { background-color: rgb(62,16,63); }
div.DivClassName
{
background-color: #3E103F;
}
.BgClassName
{
background-color: #3E103F;
}
</style>
border-color css
<style>
span { border-color: #3E103F; }
span { border-color: rgb(62,16,63); }
td.TdClassName
{
border-color: #3E103F;
}
.TagClassName
{
border-color: #3E103F;
}
</style>