Shades of Mardi Gras #3E103B
Tints of Mardi Gras #3E103B
RGB
CMYK
RGB Variations
Color information
#3E103B (or 0x3E103B) is known color: Mardi Gras. HEX triplet: 3E, 10 and 3B. RGB value is (62,16,59). Sum of RGB (Red+Green+Blue) = 62+16+59=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E103B is #C1EFC4. Grayscale: #222222. Windows color (decimal): -12709829 or 3870782. OLE color: 3870782.
HSL color Cylindrical-coordinate representation of color #3E103B: hue angle of 303.91º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E103B is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 16 | 59 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.76 |
| HSL | 303.91º | 0.59% | 0.15% | - |
| HSV(B) | 303.91º | 0.74% | 0.24% | - |
| XYZ | 2.96 | 1.71 | 4.31 | - |
| YUV | 34.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 59 | 0 | 0.74 | 0.05 | 0.76 | 303.91 | 0.59 | 0.15 |
| Hex | 3E | 10 | 3B | 0 | 4A | 5 | 4C | 130 | 3B | F |
| Octal | 76 | 20 | 73 | 0 | 112 | 5 | 114 | 460 | 73 | 17 |
| Binary | 111110 | 10000 | 111011 | 0 | 1001010 | 101 | 1001100 | 100110000 | 111011 | 1111 |
Color Harmonies of #3E103B
Complementary color
Monochromatic Colors of #3E103B
Black with #3E103B
Text Example
Text Example
White with #3E103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E103B; }
p { color: rgb(62,16,59); }
H1.HeaderClassName
{
color: #3E103B;
}
.AnyTagClassName
{
color: #3E103B;
}
</style>
background-color css
<style>
a { background-color: #3E103B; }
a { background-color: rgb(62,16,59); }
div.DivClassName
{
background-color: #3E103B;
}
.BgClassName
{
background-color: #3E103B;
}
</style>
border-color css
<style>
span { border-color: #3E103B; }
span { border-color: rgb(62,16,59); }
td.TdClassName
{
border-color: #3E103B;
}
.TagClassName
{
border-color: #3E103B;
}
</style>