Shades of Mardi Gras #3D103A
Tints of Mardi Gras #3D103A
RGB
CMYK
RGB Variations
Color information
#3D103A (or 0x3D103A) is known color: Mardi Gras. HEX triplet: 3D, 10 and 3A. RGB value is (61,16,58). Sum of RGB (Red+Green+Blue) = 61+16+58=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D103A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D103A is #C2EFC5. Grayscale: #222222. Windows color (decimal): -12775366 or 3805245. OLE color: 3805245.
HSL color Cylindrical-coordinate representation of color #3D103A: hue angle of 304º 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 #3D103A is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 16 | 58 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.76 |
| HSL | 304º | 0.58% | 0.15% | - |
| HSV(B) | 304º | 0.74% | 0.24% | - |
| XYZ | 2.87 | 1.67 | 4.17 | - |
| YUV | 34.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 58 | 0 | 0.74 | 0.05 | 0.76 | 304 | 0.58 | 0.15 |
| Hex | 3D | 10 | 3A | 0 | 4A | 5 | 4C | 130 | 3A | F |
| Octal | 75 | 20 | 72 | 0 | 112 | 5 | 114 | 460 | 72 | 17 |
| Binary | 111101 | 10000 | 111010 | 0 | 1001010 | 101 | 1001100 | 100110000 | 111010 | 1111 |
Color Harmonies of #3D103A
Complementary color
Monochromatic Colors of #3D103A
Black with #3D103A
Text Example
Text Example
White with #3D103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D103A; }
p { color: rgb(61,16,58); }
H1.HeaderClassName
{
color: #3D103A;
}
.AnyTagClassName
{
color: #3D103A;
}
</style>
background-color css
<style>
a { background-color: #3D103A; }
a { background-color: rgb(61,16,58); }
div.DivClassName
{
background-color: #3D103A;
}
.BgClassName
{
background-color: #3D103A;
}
</style>
border-color css
<style>
span { border-color: #3D103A; }
span { border-color: rgb(61,16,58); }
td.TdClassName
{
border-color: #3D103A;
}
.TagClassName
{
border-color: #3D103A;
}
</style>