Shades of Mardi Gras #3A103D
Tints of Mardi Gras #3A103D
RGB
CMYK
RGB Variations
Color information
#3A103D (or 0x3A103D) is known color: Mardi Gras. HEX triplet: 3A, 10 and 3D. RGB value is (58,16,61). Sum of RGB (Red+Green+Blue) = 58+16+61=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A103D is #C5EFC2. Grayscale: #212121. Windows color (decimal): -12971971 or 4001850. OLE color: 4001850.
HSL color Cylindrical-coordinate representation of color #3A103D: hue angle of 296º degrees, saturation: 0.58, 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 #3A103D is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 16 | 61 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.76 |
| HSL | 296º | 0.58% | 0.15% | - |
| HSV(B) | 296º | 0.74% | 0.24% | - |
| XYZ | 2.77 | 1.61 | 4.58 | - |
| YUV | 33.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 61 | 0.05 | 0.74 | 0 | 0.76 | 296 | 0.58 | 0.15 |
| Hex | 3A | 10 | 3D | 5 | 4A | 0 | 4C | 128 | 3A | F |
| Octal | 72 | 20 | 75 | 5 | 112 | 0 | 114 | 450 | 72 | 17 |
| Binary | 111010 | 10000 | 111101 | 101 | 1001010 | 0 | 1001100 | 100101000 | 111010 | 1111 |
Color Harmonies of #3A103D
Complementary color
Monochromatic Colors of #3A103D
Black with #3A103D
Text Example
Text Example
White with #3A103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A103D; }
p { color: rgb(58,16,61); }
H1.HeaderClassName
{
color: #3A103D;
}
.AnyTagClassName
{
color: #3A103D;
}
</style>
background-color css
<style>
a { background-color: #3A103D; }
a { background-color: rgb(58,16,61); }
div.DivClassName
{
background-color: #3A103D;
}
.BgClassName
{
background-color: #3A103D;
}
</style>
border-color css
<style>
span { border-color: #3A103D; }
span { border-color: rgb(58,16,61); }
td.TdClassName
{
border-color: #3A103D;
}
.TagClassName
{
border-color: #3A103D;
}
</style>