Shades of Mardi Gras #3D103E
Tints of Mardi Gras #3D103E
RGB
CMYK
RGB Variations
Color information
#3D103E (or 0x3D103E) is known color: Mardi Gras. HEX triplet: 3D, 10 and 3E. RGB value is (61,16,62). Sum of RGB (Red+Green+Blue) = 61+16+62=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #3D103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D103E is #C2EFC1. Grayscale: #222222. Windows color (decimal): -12775362 or 4067389. OLE color: 4067389.
HSL color Cylindrical-coordinate representation of color #3D103E: hue angle of 298.7º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D103E is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 16 | 62 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.76 |
| HSL | 298.7º | 0.59% | 0.15% | - |
| HSV(B) | 298.7º | 0.74% | 0.24% | - |
| XYZ | 2.98 | 1.71 | 4.73 | - |
| YUV | 34.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 62 | 0.02 | 0.74 | 0 | 0.76 | 298.7 | 0.59 | 0.15 |
| Hex | 3D | 10 | 3E | 2 | 4A | 0 | 4C | 12B | 3B | F |
| Octal | 75 | 20 | 76 | 2 | 112 | 0 | 114 | 453 | 73 | 17 |
| Binary | 111101 | 10000 | 111110 | 10 | 1001010 | 0 | 1001100 | 100101011 | 111011 | 1111 |
Color Harmonies of #3D103E
Complementary color
Monochromatic Colors of #3D103E
Black with #3D103E
Text Example
Text Example
White with #3D103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D103E; }
p { color: rgb(61,16,62); }
H1.HeaderClassName
{
color: #3D103E;
}
.AnyTagClassName
{
color: #3D103E;
}
</style>
background-color css
<style>
a { background-color: #3D103E; }
a { background-color: rgb(61,16,62); }
div.DivClassName
{
background-color: #3D103E;
}
.BgClassName
{
background-color: #3D103E;
}
</style>
border-color css
<style>
span { border-color: #3D103E; }
span { border-color: rgb(61,16,62); }
td.TdClassName
{
border-color: #3D103E;
}
.TagClassName
{
border-color: #3D103E;
}
</style>