Shades of Mardi Gras #3D003E
Tints of Mardi Gras #3D003E
RGB
CMYK
RGB Variations
Color information
#3D003E (or 0x3D003E) is known color: Mardi Gras. HEX triplet: 3D, 00 and 3E. RGB value is (61,0,62). Sum of RGB (Red+Green+Blue) = 61+0+62=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #3D003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D003E is #C2FFC1. Grayscale: #191919. Windows color (decimal): -12779458 or 4063293. OLE color: 4063293.
HSL color Cylindrical-coordinate representation of color #3D003E: hue angle of 299.03º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D003E is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 62 | - |
| CMYK | 0.02 | 1 | 0 | 0.76 |
| HSL | 299.03º | 1% | 0.12% | - |
| HSV(B) | 299.03º | 1% | 0.24% | - |
| XYZ | 2.79 | 1.34 | 4.67 | - |
| YUV | 25.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 62 | 0.02 | 1 | 0 | 0.76 | 299.03 | 1 | 0.12 |
| Hex | 3D | 0 | 3E | 2 | 64 | 0 | 4C | 12B | 64 | C |
| Octal | 75 | 0 | 76 | 2 | 144 | 0 | 114 | 453 | 144 | 14 |
| Binary | 111101 | 0 | 111110 | 10 | 1100100 | 0 | 1001100 | 100101011 | 1100100 | 1100 |
Color Harmonies of #3D003E
Complementary color
Monochromatic Colors of #3D003E
Black with #3D003E
Text Example
Text Example
White with #3D003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D003E; }
p { color: rgb(61,0,62); }
H1.HeaderClassName
{
color: #3D003E;
}
.AnyTagClassName
{
color: #3D003E;
}
</style>
background-color css
<style>
a { background-color: #3D003E; }
a { background-color: rgb(61,0,62); }
div.DivClassName
{
background-color: #3D003E;
}
.BgClassName
{
background-color: #3D003E;
}
</style>
border-color css
<style>
span { border-color: #3D003E; }
span { border-color: rgb(61,0,62); }
td.TdClassName
{
border-color: #3D003E;
}
.TagClassName
{
border-color: #3D003E;
}
</style>