Shades of Mardi Gras #3D023D
Tints of Mardi Gras #3D023D
RGB
CMYK
RGB Variations
Color information
#3D023D (or 0x3D023D) is known color: Mardi Gras. HEX triplet: 3D, 02 and 3D. RGB value is (61,2,61). Sum of RGB (Red+Green+Blue) = 61+2+61=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D023D is #C2FDC2. Grayscale: #1A1A1A. Windows color (decimal): -12778947 or 3998269. OLE color: 3998269.
HSL color Cylindrical-coordinate representation of color #3D023D: hue angle of 300º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D023D is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 2 | 61 | - |
| CMYK | 0 | 0.97 | 0 | 0.76 |
| HSL | 300º | 0.94% | 0.12% | - |
| HSV(B) | 300º | 0.97% | 0.24% | - |
| XYZ | 2.79 | 1.37 | 4.53 | - |
| YUV | 26.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 61 | 0 | 0.97 | 0 | 0.76 | 300 | 0.94 | 0.12 |
| Hex | 3D | 2 | 3D | 0 | 61 | 0 | 4C | 12C | 5E | C |
| Octal | 75 | 2 | 75 | 0 | 141 | 0 | 114 | 454 | 136 | 14 |
| Binary | 111101 | 10 | 111101 | 0 | 1100001 | 0 | 1001100 | 100101100 | 1011110 | 1100 |
Color Harmonies of #3D023D
Complementary color
Monochromatic Colors of #3D023D
Black with #3D023D
Text Example
Text Example
White with #3D023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D023D; }
p { color: rgb(61,2,61); }
H1.HeaderClassName
{
color: #3D023D;
}
.AnyTagClassName
{
color: #3D023D;
}
</style>
background-color css
<style>
a { background-color: #3D023D; }
a { background-color: rgb(61,2,61); }
div.DivClassName
{
background-color: #3D023D;
}
.BgClassName
{
background-color: #3D023D;
}
</style>
border-color css
<style>
span { border-color: #3D023D; }
span { border-color: rgb(61,2,61); }
td.TdClassName
{
border-color: #3D023D;
}
.TagClassName
{
border-color: #3D023D;
}
</style>