Shades of Mardi Gras #3A093C
Tints of Mardi Gras #3A093C
RGB
CMYK
RGB Variations
Color information
#3A093C (or 0x3A093C) is known color: Mardi Gras. HEX triplet: 3A, 09 and 3C. RGB value is (58,9,60). Sum of RGB (Red+Green+Blue) = 58+9+60=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #3A093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A093C is #C5F6C3. Grayscale: #1D1D1D. Windows color (decimal): -12973764 or 3934522. OLE color: 3934522.
HSL color Cylindrical-coordinate representation of color #3A093C: hue angle of 297.65º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A093C is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 9 | 60 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.76 |
| HSL | 297.65º | 0.74% | 0.14% | - |
| HSV(B) | 297.65º | 0.85% | 0.24% | - |
| XYZ | 2.66 | 1.42 | 4.41 | - |
| YUV | 29.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 60 | 0.03 | 0.85 | 0 | 0.76 | 297.65 | 0.74 | 0.14 |
| Hex | 3A | 9 | 3C | 3 | 55 | 0 | 4C | 12A | 4A | E |
| Octal | 72 | 11 | 74 | 3 | 125 | 0 | 114 | 452 | 112 | 16 |
| Binary | 111010 | 1001 | 111100 | 11 | 1010101 | 0 | 1001100 | 100101010 | 1001010 | 1110 |
Color Harmonies of #3A093C
Complementary color
Monochromatic Colors of #3A093C
Black with #3A093C
Text Example
Text Example
White with #3A093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A093C; }
p { color: rgb(58,9,60); }
H1.HeaderClassName
{
color: #3A093C;
}
.AnyTagClassName
{
color: #3A093C;
}
</style>
background-color css
<style>
a { background-color: #3A093C; }
a { background-color: rgb(58,9,60); }
div.DivClassName
{
background-color: #3A093C;
}
.BgClassName
{
background-color: #3A093C;
}
</style>
border-color css
<style>
span { border-color: #3A093C; }
span { border-color: rgb(58,9,60); }
td.TdClassName
{
border-color: #3A093C;
}
.TagClassName
{
border-color: #3A093C;
}
</style>