Shades of Mardi Gras #3A1A3B
Tints of Mardi Gras #3A1A3B
RGB
CMYK
RGB Variations
Color information
#3A1A3B (or 0x3A1A3B) is known color: Mardi Gras. HEX triplet: 3A, 1A and 3B. RGB value is (58,26,59). Sum of RGB (Red+Green+Blue) = 58+26+59=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A1A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A3B is #C5E5C4. Grayscale: #272727. Windows color (decimal): -12969413 or 3873338. OLE color: 3873338.
HSL color Cylindrical-coordinate representation of color #3A1A3B: hue angle of 298.18º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A1A3B is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 26 | 59 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.77 |
| HSL | 298.18º | 0.39% | 0.17% | - |
| HSV(B) | 298.18º | 0.56% | 0.23% | - |
| XYZ | 2.9 | 1.95 | 4.36 | - |
| YUV | 39.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 59 | 0.02 | 0.56 | 0 | 0.77 | 298.18 | 0.39 | 0.17 |
| Hex | 3A | 1A | 3B | 2 | 38 | 0 | 4D | 12A | 27 | 11 |
| Octal | 72 | 32 | 73 | 2 | 70 | 0 | 115 | 452 | 47 | 21 |
| Binary | 111010 | 11010 | 111011 | 10 | 111000 | 0 | 1001101 | 100101010 | 100111 | 10001 |
Color Harmonies of #3A1A3B
Complementary color
Monochromatic Colors of #3A1A3B
Black with #3A1A3B
Text Example
Text Example
White with #3A1A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A3B; }
p { color: rgb(58,26,59); }
H1.HeaderClassName
{
color: #3A1A3B;
}
.AnyTagClassName
{
color: #3A1A3B;
}
</style>
background-color css
<style>
a { background-color: #3A1A3B; }
a { background-color: rgb(58,26,59); }
div.DivClassName
{
background-color: #3A1A3B;
}
.BgClassName
{
background-color: #3A1A3B;
}
</style>
border-color css
<style>
span { border-color: #3A1A3B; }
span { border-color: rgb(58,26,59); }
td.TdClassName
{
border-color: #3A1A3B;
}
.TagClassName
{
border-color: #3A1A3B;
}
</style>