Shades of Mardi Gras #3A123B
Tints of Mardi Gras #3A123B
RGB
CMYK
RGB Variations
Color information
#3A123B (or 0x3A123B) is known color: Mardi Gras. HEX triplet: 3A, 12 and 3B. RGB value is (58,18,59). Sum of RGB (Red+Green+Blue) = 58+18+59=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A123B is #C5EDC4. Grayscale: #222222. Windows color (decimal): -12971461 or 3871290. OLE color: 3871290.
HSL color Cylindrical-coordinate representation of color #3A123B: hue angle of 298.54º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A123B is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 18 | 59 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.77 |
| HSL | 298.54º | 0.53% | 0.15% | - |
| HSV(B) | 298.54º | 0.69% | 0.23% | - |
| XYZ | 2.75 | 1.65 | 4.31 | - |
| YUV | 34.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 59 | 0.02 | 0.69 | 0 | 0.77 | 298.54 | 0.53 | 0.15 |
| Hex | 3A | 12 | 3B | 2 | 45 | 0 | 4D | 12B | 35 | F |
| Octal | 72 | 22 | 73 | 2 | 105 | 0 | 115 | 453 | 65 | 17 |
| Binary | 111010 | 10010 | 111011 | 10 | 1000101 | 0 | 1001101 | 100101011 | 110101 | 1111 |
Color Harmonies of #3A123B
Complementary color
Monochromatic Colors of #3A123B
Black with #3A123B
Text Example
Text Example
White with #3A123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A123B; }
p { color: rgb(58,18,59); }
H1.HeaderClassName
{
color: #3A123B;
}
.AnyTagClassName
{
color: #3A123B;
}
</style>
background-color css
<style>
a { background-color: #3A123B; }
a { background-color: rgb(58,18,59); }
div.DivClassName
{
background-color: #3A123B;
}
.BgClassName
{
background-color: #3A123B;
}
</style>
border-color css
<style>
span { border-color: #3A123B; }
span { border-color: rgb(58,18,59); }
td.TdClassName
{
border-color: #3A123B;
}
.TagClassName
{
border-color: #3A123B;
}
</style>