Shades of Mardi Gras #39183A
Tints of Mardi Gras #39183A
RGB
CMYK
RGB Variations
Color information
#39183A (or 0x39183A) is known color: Mardi Gras. HEX triplet: 39, 18 and 3A. RGB value is (57,24,58). Sum of RGB (Red+Green+Blue) = 57+24+58=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #39183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39183A is #C6E7C5. Grayscale: #252525. Windows color (decimal): -13035462 or 3807289. OLE color: 3807289.
HSL color Cylindrical-coordinate representation of color #39183A: hue angle of 298.24º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39183A is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 24 | 58 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.77 |
| HSL | 298.24º | 0.41% | 0.16% | - |
| HSV(B) | 298.24º | 0.59% | 0.23% | - |
| XYZ | 2.78 | 1.83 | 4.21 | - |
| YUV | 37.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 24 | 58 | 0.02 | 0.59 | 0 | 0.77 | 298.24 | 0.41 | 0.16 |
| Hex | 39 | 18 | 3A | 2 | 3B | 0 | 4D | 12A | 29 | 10 |
| Octal | 71 | 30 | 72 | 2 | 73 | 0 | 115 | 452 | 51 | 20 |
| Binary | 111001 | 11000 | 111010 | 10 | 111011 | 0 | 1001101 | 100101010 | 101001 | 10000 |
Color Harmonies of #39183A
Complementary color
Monochromatic Colors of #39183A
Black with #39183A
Text Example
Text Example
White with #39183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39183A; }
p { color: rgb(57,24,58); }
H1.HeaderClassName
{
color: #39183A;
}
.AnyTagClassName
{
color: #39183A;
}
</style>
background-color css
<style>
a { background-color: #39183A; }
a { background-color: rgb(57,24,58); }
div.DivClassName
{
background-color: #39183A;
}
.BgClassName
{
background-color: #39183A;
}
</style>
border-color css
<style>
span { border-color: #39183A; }
span { border-color: rgb(57,24,58); }
td.TdClassName
{
border-color: #39183A;
}
.TagClassName
{
border-color: #39183A;
}
</style>