Shades of Mardi Gras #39153A
Tints of Mardi Gras #39153A
RGB
CMYK
RGB Variations
Color information
#39153A (or 0x39153A) is known color: Mardi Gras. HEX triplet: 39, 15 and 3A. RGB value is (57,21,58). Sum of RGB (Red+Green+Blue) = 57+21+58=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 58 - color contains mainly: blue. Hex color #39153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39153A is #C6EAC5. Grayscale: #232323. Windows color (decimal): -13036230 or 3806521. OLE color: 3806521.
HSL color Cylindrical-coordinate representation of color #39153A: hue angle of 298.38º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39153A is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 21 | 58 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.77 |
| HSL | 298.38º | 0.47% | 0.15% | - |
| HSV(B) | 298.38º | 0.64% | 0.23% | - |
| XYZ | 2.72 | 1.71 | 4.19 | - |
| YUV | 35.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 58 | 0.02 | 0.64 | 0 | 0.77 | 298.38 | 0.47 | 0.15 |
| Hex | 39 | 15 | 3A | 2 | 40 | 0 | 4D | 12A | 2F | F |
| Octal | 71 | 25 | 72 | 2 | 100 | 0 | 115 | 452 | 57 | 17 |
| Binary | 111001 | 10101 | 111010 | 10 | 1000000 | 0 | 1001101 | 100101010 | 101111 | 1111 |
Color Harmonies of #39153A
Complementary color
Monochromatic Colors of #39153A
Black with #39153A
Text Example
Text Example
White with #39153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39153A; }
p { color: rgb(57,21,58); }
H1.HeaderClassName
{
color: #39153A;
}
.AnyTagClassName
{
color: #39153A;
}
</style>
background-color css
<style>
a { background-color: #39153A; }
a { background-color: rgb(57,21,58); }
div.DivClassName
{
background-color: #39153A;
}
.BgClassName
{
background-color: #39153A;
}
</style>
border-color css
<style>
span { border-color: #39153A; }
span { border-color: rgb(57,21,58); }
td.TdClassName
{
border-color: #39153A;
}
.TagClassName
{
border-color: #39153A;
}
</style>