Shades of Mardi Gras #3A1B3D
Tints of Mardi Gras #3A1B3D
RGB
CMYK
RGB Variations
Color information
#3A1B3D (or 0x3A1B3D) is known color: Mardi Gras. HEX triplet: 3A, 1B and 3D. RGB value is (58,27,61). Sum of RGB (Red+Green+Blue) = 58+27+61=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A1B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1B3D is #C5E4C2. Grayscale: #282828. Windows color (decimal): -12969155 or 4004666. OLE color: 4004666.
HSL color Cylindrical-coordinate representation of color #3A1B3D: hue angle of 294.71º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A1B3D is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 27 | 61 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.76 |
| HSL | 294.71º | 0.39% | 0.17% | - |
| HSV(B) | 294.71º | 0.56% | 0.24% | - |
| XYZ | 2.98 | 2.02 | 4.65 | - |
| YUV | 40.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 61 | 0.05 | 0.56 | 0 | 0.76 | 294.71 | 0.39 | 0.17 |
| Hex | 3A | 1B | 3D | 5 | 38 | 0 | 4C | 127 | 27 | 11 |
| Octal | 72 | 33 | 75 | 5 | 70 | 0 | 114 | 447 | 47 | 21 |
| Binary | 111010 | 11011 | 111101 | 101 | 111000 | 0 | 1001100 | 100100111 | 100111 | 10001 |
Color Harmonies of #3A1B3D
Complementary color
Monochromatic Colors of #3A1B3D
Black with #3A1B3D
Text Example
Text Example
White with #3A1B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B3D; }
p { color: rgb(58,27,61); }
H1.HeaderClassName
{
color: #3A1B3D;
}
.AnyTagClassName
{
color: #3A1B3D;
}
</style>
background-color css
<style>
a { background-color: #3A1B3D; }
a { background-color: rgb(58,27,61); }
div.DivClassName
{
background-color: #3A1B3D;
}
.BgClassName
{
background-color: #3A1B3D;
}
</style>
border-color css
<style>
span { border-color: #3A1B3D; }
span { border-color: rgb(58,27,61); }
td.TdClassName
{
border-color: #3A1B3D;
}
.TagClassName
{
border-color: #3A1B3D;
}
</style>