Shades of Mardi Gras #3A183D
Tints of Mardi Gras #3A183D
RGB
CMYK
RGB Variations
Color information
#3A183D (or 0x3A183D) is known color: Mardi Gras. HEX triplet: 3A, 18 and 3D. RGB value is (58,24,61). Sum of RGB (Red+Green+Blue) = 58+24+61=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A183D is #C5E7C2. Grayscale: #262626. Windows color (decimal): -12969923 or 4003898. OLE color: 4003898.
HSL color Cylindrical-coordinate representation of color #3A183D: hue angle of 295.14º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A183D is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 24 | 61 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.76 |
| HSL | 295.14º | 0.44% | 0.17% | - |
| HSV(B) | 295.14º | 0.61% | 0.24% | - |
| XYZ | 2.91 | 1.89 | 4.63 | - |
| YUV | 38.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 61 | 0.05 | 0.61 | 0 | 0.76 | 295.14 | 0.44 | 0.17 |
| Hex | 3A | 18 | 3D | 5 | 3D | 0 | 4C | 127 | 2C | 11 |
| Octal | 72 | 30 | 75 | 5 | 75 | 0 | 114 | 447 | 54 | 21 |
| Binary | 111010 | 11000 | 111101 | 101 | 111101 | 0 | 1001100 | 100100111 | 101100 | 10001 |
Color Harmonies of #3A183D
Complementary color
Monochromatic Colors of #3A183D
Black with #3A183D
Text Example
Text Example
White with #3A183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A183D; }
p { color: rgb(58,24,61); }
H1.HeaderClassName
{
color: #3A183D;
}
.AnyTagClassName
{
color: #3A183D;
}
</style>
background-color css
<style>
a { background-color: #3A183D; }
a { background-color: rgb(58,24,61); }
div.DivClassName
{
background-color: #3A183D;
}
.BgClassName
{
background-color: #3A183D;
}
</style>
border-color css
<style>
span { border-color: #3A183D; }
span { border-color: rgb(58,24,61); }
td.TdClassName
{
border-color: #3A183D;
}
.TagClassName
{
border-color: #3A183D;
}
</style>