Shades of Mardi Gras #3D013D
Tints of Mardi Gras #3D013D
RGB
CMYK
RGB Variations
Color information
#3D013D (or 0x3D013D) is known color: Mardi Gras. HEX triplet: 3D, 01 and 3D. RGB value is (61,1,61). Sum of RGB (Red+Green+Blue) = 61+1+61=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D013D is #C2FEC2. Grayscale: #191919. Windows color (decimal): -12779203 or 3998013. OLE color: 3998013.
HSL color Cylindrical-coordinate representation of color #3D013D: hue angle of 300º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D013D is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 1 | 61 | - |
| CMYK | 0 | 0.98 | 0 | 0.76 |
| HSL | 300º | 0.97% | 0.12% | - |
| HSV(B) | 300º | 0.98% | 0.24% | - |
| XYZ | 2.78 | 1.35 | 4.53 | - |
| YUV | 25.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 61 | 0 | 0.98 | 0 | 0.76 | 300 | 0.97 | 0.12 |
| Hex | 3D | 1 | 3D | 0 | 62 | 0 | 4C | 12C | 61 | C |
| Octal | 75 | 1 | 75 | 0 | 142 | 0 | 114 | 454 | 141 | 14 |
| Binary | 111101 | 1 | 111101 | 0 | 1100010 | 0 | 1001100 | 100101100 | 1100001 | 1100 |
Color Harmonies of #3D013D
Complementary color
Monochromatic Colors of #3D013D
Black with #3D013D
Text Example
Text Example
White with #3D013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D013D; }
p { color: rgb(61,1,61); }
H1.HeaderClassName
{
color: #3D013D;
}
.AnyTagClassName
{
color: #3D013D;
}
</style>
background-color css
<style>
a { background-color: #3D013D; }
a { background-color: rgb(61,1,61); }
div.DivClassName
{
background-color: #3D013D;
}
.BgClassName
{
background-color: #3D013D;
}
</style>
border-color css
<style>
span { border-color: #3D013D; }
span { border-color: rgb(61,1,61); }
td.TdClassName
{
border-color: #3D013D;
}
.TagClassName
{
border-color: #3D013D;
}
</style>