Shades of Mardi Gras #3A103F
Tints of Mardi Gras #3A103F
RGB
CMYK
RGB Variations
Color information
#3A103F (or 0x3A103F) is known color: Mardi Gras. HEX triplet: 3A, 10 and 3F. RGB value is (58,16,63). Sum of RGB (Red+Green+Blue) = 58+16+63=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A103F is #C5EFC0. Grayscale: #212121. Windows color (decimal): -12971969 or 4132922. OLE color: 4132922.
HSL color Cylindrical-coordinate representation of color #3A103F: hue angle of 293.62º 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 #3A103F is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 16 | 63 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.75 |
| HSL | 293.62º | 0.59% | 0.15% | - |
| HSV(B) | 293.62º | 0.75% | 0.25% | - |
| XYZ | 2.83 | 1.63 | 4.87 | - |
| YUV | 33.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 63 | 0.08 | 0.75 | 0 | 0.75 | 293.62 | 0.59 | 0.15 |
| Hex | 3A | 10 | 3F | 8 | 4B | 0 | 4B | 126 | 3B | F |
| Octal | 72 | 20 | 77 | 10 | 113 | 0 | 113 | 446 | 73 | 17 |
| Binary | 111010 | 10000 | 111111 | 1000 | 1001011 | 0 | 1001011 | 100100110 | 111011 | 1111 |
Color Harmonies of #3A103F
Complementary color
Monochromatic Colors of #3A103F
Black with #3A103F
Text Example
Text Example
White with #3A103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A103F; }
p { color: rgb(58,16,63); }
H1.HeaderClassName
{
color: #3A103F;
}
.AnyTagClassName
{
color: #3A103F;
}
</style>
background-color css
<style>
a { background-color: #3A103F; }
a { background-color: rgb(58,16,63); }
div.DivClassName
{
background-color: #3A103F;
}
.BgClassName
{
background-color: #3A103F;
}
</style>
border-color css
<style>
span { border-color: #3A103F; }
span { border-color: rgb(58,16,63); }
td.TdClassName
{
border-color: #3A103F;
}
.TagClassName
{
border-color: #3A103F;
}
</style>