Shades of Mardi Gras #39023A
Tints of Mardi Gras #39023A
RGB
CMYK
RGB Variations
Color information
#39023A (or 0x39023A) is known color: Mardi Gras. HEX triplet: 39, 02 and 3A. RGB value is (57,2,58). Sum of RGB (Red+Green+Blue) = 57+2+58=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #39023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39023A is #C6FDC5. Grayscale: #181818. Windows color (decimal): -13041094 or 3801657. OLE color: 3801657.
HSL color Cylindrical-coordinate representation of color #39023A: hue angle of 298.93º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39023A is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 2 | 58 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.77 |
| HSL | 298.93º | 0.93% | 0.12% | - |
| HSV(B) | 298.93º | 0.97% | 0.23% | - |
| XYZ | 2.47 | 1.22 | 4.11 | - |
| YUV | 24.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 58 | 0.02 | 0.97 | 0 | 0.77 | 298.93 | 0.93 | 0.12 |
| Hex | 39 | 2 | 3A | 2 | 61 | 0 | 4D | 12B | 5D | C |
| Octal | 71 | 2 | 72 | 2 | 141 | 0 | 115 | 453 | 135 | 14 |
| Binary | 111001 | 10 | 111010 | 10 | 1100001 | 0 | 1001101 | 100101011 | 1011101 | 1100 |
Color Harmonies of #39023A
Complementary color
Monochromatic Colors of #39023A
Black with #39023A
Text Example
Text Example
White with #39023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39023A; }
p { color: rgb(57,2,58); }
H1.HeaderClassName
{
color: #39023A;
}
.AnyTagClassName
{
color: #39023A;
}
</style>
background-color css
<style>
a { background-color: #39023A; }
a { background-color: rgb(57,2,58); }
div.DivClassName
{
background-color: #39023A;
}
.BgClassName
{
background-color: #39023A;
}
</style>
border-color css
<style>
span { border-color: #39023A; }
span { border-color: rgb(57,2,58); }
td.TdClassName
{
border-color: #39023A;
}
.TagClassName
{
border-color: #39023A;
}
</style>