Shades of Mardi Gras #3A1A38
Tints of Mardi Gras #3A1A38
RGB
CMYK
RGB Variations
Color information
#3A1A38 (or 0x3A1A38) is known color: Mardi Gras. HEX triplet: 3A, 1A and 38. RGB value is (58,26,56). Sum of RGB (Red+Green+Blue) = 58+26+56=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A38 is #C5E5C7. Grayscale: #262626. Windows color (decimal): -12969416 or 3676730. OLE color: 3676730.
HSL color Cylindrical-coordinate representation of color #3A1A38: hue angle of 303.75º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A1A38 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 26 | 56 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.77 |
| HSL | 303.75º | 0.38% | 0.16% | - |
| HSV(B) | 303.75º | 0.55% | 0.23% | - |
| XYZ | 2.83 | 1.92 | 3.96 | - |
| YUV | 38.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 56 | 0 | 0.55 | 0.03 | 0.77 | 303.75 | 0.38 | 0.16 |
| Hex | 3A | 1A | 38 | 0 | 37 | 3 | 4D | 130 | 26 | 10 |
| Octal | 72 | 32 | 70 | 0 | 67 | 3 | 115 | 460 | 46 | 20 |
| Binary | 111010 | 11010 | 111000 | 0 | 110111 | 11 | 1001101 | 100110000 | 100110 | 10000 |
Color Harmonies of #3A1A38
Complementary color
Monochromatic Colors of #3A1A38
Black with #3A1A38
Text Example
Text Example
White with #3A1A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A38; }
p { color: rgb(58,26,56); }
H1.HeaderClassName
{
color: #3A1A38;
}
.AnyTagClassName
{
color: #3A1A38;
}
</style>
background-color css
<style>
a { background-color: #3A1A38; }
a { background-color: rgb(58,26,56); }
div.DivClassName
{
background-color: #3A1A38;
}
.BgClassName
{
background-color: #3A1A38;
}
</style>
border-color css
<style>
span { border-color: #3A1A38; }
span { border-color: rgb(58,26,56); }
td.TdClassName
{
border-color: #3A1A38;
}
.TagClassName
{
border-color: #3A1A38;
}
</style>