Shades of Mardi Gras #3A103E
Tints of Mardi Gras #3A103E
RGB
CMYK
RGB Variations
Color information
#3A103E (or 0x3A103E) is known color: Mardi Gras. HEX triplet: 3A, 10 and 3E. RGB value is (58,16,62). Sum of RGB (Red+Green+Blue) = 58+16+62=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A103E is #C5EFC1. Grayscale: #212121. Windows color (decimal): -12971970 or 4067386. OLE color: 4067386.
HSL color Cylindrical-coordinate representation of color #3A103E: hue angle of 294.78º 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 #3A103E is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 16 | 62 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.76 |
| HSL | 294.78º | 0.59% | 0.15% | - |
| HSV(B) | 294.78º | 0.74% | 0.24% | - |
| XYZ | 2.8 | 1.62 | 4.72 | - |
| YUV | 33.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 62 | 0.06 | 0.74 | 0 | 0.76 | 294.78 | 0.59 | 0.15 |
| Hex | 3A | 10 | 3E | 6 | 4A | 0 | 4C | 127 | 3B | F |
| Octal | 72 | 20 | 76 | 6 | 112 | 0 | 114 | 447 | 73 | 17 |
| Binary | 111010 | 10000 | 111110 | 110 | 1001010 | 0 | 1001100 | 100100111 | 111011 | 1111 |
Color Harmonies of #3A103E
Complementary color
Monochromatic Colors of #3A103E
Black with #3A103E
Text Example
Text Example
White with #3A103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A103E; }
p { color: rgb(58,16,62); }
H1.HeaderClassName
{
color: #3A103E;
}
.AnyTagClassName
{
color: #3A103E;
}
</style>
background-color css
<style>
a { background-color: #3A103E; }
a { background-color: rgb(58,16,62); }
div.DivClassName
{
background-color: #3A103E;
}
.BgClassName
{
background-color: #3A103E;
}
</style>
border-color css
<style>
span { border-color: #3A103E; }
span { border-color: rgb(58,16,62); }
td.TdClassName
{
border-color: #3A103E;
}
.TagClassName
{
border-color: #3A103E;
}
</style>