Shades of Mardi Gras #3D103C
Tints of Mardi Gras #3D103C
RGB
CMYK
RGB Variations
Color information
#3D103C (or 0x3D103C) is known color: Mardi Gras. HEX triplet: 3D, 10 and 3C. RGB value is (61,16,60). Sum of RGB (Red+Green+Blue) = 61+16+60=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D103C is #C2EFC3. Grayscale: #222222. Windows color (decimal): -12775364 or 3936317. OLE color: 3936317.
HSL color Cylindrical-coordinate representation of color #3D103C: hue angle of 301.33º degrees, saturation: 0.58, 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 #3D103C is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 16 | 60 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.76 |
| HSL | 301.33º | 0.58% | 0.15% | - |
| HSV(B) | 301.33º | 0.74% | 0.24% | - |
| XYZ | 2.93 | 1.69 | 4.45 | - |
| YUV | 34.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 60 | 0 | 0.74 | 0.02 | 0.76 | 301.33 | 0.58 | 0.15 |
| Hex | 3D | 10 | 3C | 0 | 4A | 2 | 4C | 12D | 3A | F |
| Octal | 75 | 20 | 74 | 0 | 112 | 2 | 114 | 455 | 72 | 17 |
| Binary | 111101 | 10000 | 111100 | 0 | 1001010 | 10 | 1001100 | 100101101 | 111010 | 1111 |
Color Harmonies of #3D103C
Complementary color
Monochromatic Colors of #3D103C
Black with #3D103C
Text Example
Text Example
White with #3D103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D103C; }
p { color: rgb(61,16,60); }
H1.HeaderClassName
{
color: #3D103C;
}
.AnyTagClassName
{
color: #3D103C;
}
</style>
background-color css
<style>
a { background-color: #3D103C; }
a { background-color: rgb(61,16,60); }
div.DivClassName
{
background-color: #3D103C;
}
.BgClassName
{
background-color: #3D103C;
}
</style>
border-color css
<style>
span { border-color: #3D103C; }
span { border-color: rgb(61,16,60); }
td.TdClassName
{
border-color: #3D103C;
}
.TagClassName
{
border-color: #3D103C;
}
</style>