Shades of Mardi Gras #391A3B
Tints of Mardi Gras #391A3B
RGB
CMYK
RGB Variations
Color information
#391A3B (or 0x391A3B) is known color: Mardi Gras. HEX triplet: 39, 1A and 3B. RGB value is (57,26,59). Sum of RGB (Red+Green+Blue) = 57+26+59=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #391A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A3B is #C6E5C4. Grayscale: #262626. Windows color (decimal): -13034949 or 3873337. OLE color: 3873337.
HSL color Cylindrical-coordinate representation of color #391A3B: hue angle of 296.36º 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 #391A3B is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 26 | 59 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.77 |
| HSL | 296.36º | 0.39% | 0.17% | - |
| HSV(B) | 296.36º | 0.56% | 0.23% | - |
| XYZ | 2.85 | 1.92 | 4.36 | - |
| YUV | 39.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 59 | 0.03 | 0.56 | 0 | 0.77 | 296.36 | 0.39 | 0.17 |
| Hex | 39 | 1A | 3B | 3 | 38 | 0 | 4D | 128 | 27 | 11 |
| Octal | 71 | 32 | 73 | 3 | 70 | 0 | 115 | 450 | 47 | 21 |
| Binary | 111001 | 11010 | 111011 | 11 | 111000 | 0 | 1001101 | 100101000 | 100111 | 10001 |
Color Harmonies of #391A3B
Complementary color
Monochromatic Colors of #391A3B
Black with #391A3B
Text Example
Text Example
White with #391A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A3B; }
p { color: rgb(57,26,59); }
H1.HeaderClassName
{
color: #391A3B;
}
.AnyTagClassName
{
color: #391A3B;
}
</style>
background-color css
<style>
a { background-color: #391A3B; }
a { background-color: rgb(57,26,59); }
div.DivClassName
{
background-color: #391A3B;
}
.BgClassName
{
background-color: #391A3B;
}
</style>
border-color css
<style>
span { border-color: #391A3B; }
span { border-color: rgb(57,26,59); }
td.TdClassName
{
border-color: #391A3B;
}
.TagClassName
{
border-color: #391A3B;
}
</style>