Shades of Mardi Gras #391B3F
Tints of Mardi Gras #391B3F
RGB
CMYK
RGB Variations
Color information
#391B3F (or 0x391B3F) is known color: Mardi Gras. HEX triplet: 39, 1B and 3F. RGB value is (57,27,63). Sum of RGB (Red+Green+Blue) = 57+27+63=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #391B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391B3F is #C6E4C0. Grayscale: #272727. Windows color (decimal): -13034689 or 4135737. OLE color: 4135737.
HSL color Cylindrical-coordinate representation of color #391B3F: hue angle of 290º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #391B3F is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 27 | 63 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.75 |
| HSL | 290º | 0.4% | 0.18% | - |
| HSV(B) | 290º | 0.57% | 0.25% | - |
| XYZ | 2.98 | 2.01 | 4.93 | - |
| YUV | 40.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 63 | 0.10 | 0.57 | 0 | 0.75 | 290 | 0.4 | 0.18 |
| Hex | 39 | 1B | 3F | A | 39 | 0 | 4B | 122 | 28 | 12 |
| Octal | 71 | 33 | 77 | 12 | 71 | 0 | 113 | 442 | 50 | 22 |
| Binary | 111001 | 11011 | 111111 | 1010 | 111001 | 0 | 1001011 | 100100010 | 101000 | 10010 |
Color Harmonies of #391B3F
Complementary color
Monochromatic Colors of #391B3F
Black with #391B3F
Text Example
Text Example
White with #391B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B3F; }
p { color: rgb(57,27,63); }
H1.HeaderClassName
{
color: #391B3F;
}
.AnyTagClassName
{
color: #391B3F;
}
</style>
background-color css
<style>
a { background-color: #391B3F; }
a { background-color: rgb(57,27,63); }
div.DivClassName
{
background-color: #391B3F;
}
.BgClassName
{
background-color: #391B3F;
}
</style>
border-color css
<style>
span { border-color: #391B3F; }
span { border-color: rgb(57,27,63); }
td.TdClassName
{
border-color: #391B3F;
}
.TagClassName
{
border-color: #391B3F;
}
</style>