Shades of Mardi Gras #3D1343
Tints of Mardi Gras #3D1343
RGB
CMYK
RGB Variations
Color information
#3D1343 (or 0x3D1343) is known color: Mardi Gras. HEX triplet: 3D, 13 and 43. RGB value is (61,19,67). Sum of RGB (Red+Green+Blue) = 61+19+67=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #3D1343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1343 is #C2ECBC. Grayscale: #242424. Windows color (decimal): -12774589 or 4395837. OLE color: 4395837.
HSL color Cylindrical-coordinate representation of color #3D1343: hue angle of 292.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D1343 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 19 | 67 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.74 |
| HSL | 292.5º | 0.56% | 0.17% | - |
| HSV(B) | 292.5º | 0.72% | 0.26% | - |
| XYZ | 3.17 | 1.86 | 5.5 | - |
| YUV | 37.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 67 | 0.09 | 0.72 | 0 | 0.74 | 292.5 | 0.56 | 0.17 |
| Hex | 3D | 13 | 43 | 9 | 48 | 0 | 4A | 124 | 38 | 11 |
| Octal | 75 | 23 | 103 | 11 | 110 | 0 | 112 | 444 | 70 | 21 |
| Binary | 111101 | 10011 | 1000011 | 1001 | 1001000 | 0 | 1001010 | 100100100 | 111000 | 10001 |
Color Harmonies of #3D1343
Complementary color
Monochromatic Colors of #3D1343
Black with #3D1343
Text Example
Text Example
White with #3D1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1343; }
p { color: rgb(61,19,67); }
H1.HeaderClassName
{
color: #3D1343;
}
.AnyTagClassName
{
color: #3D1343;
}
</style>
background-color css
<style>
a { background-color: #3D1343; }
a { background-color: rgb(61,19,67); }
div.DivClassName
{
background-color: #3D1343;
}
.BgClassName
{
background-color: #3D1343;
}
</style>
border-color css
<style>
span { border-color: #3D1343; }
span { border-color: rgb(61,19,67); }
td.TdClassName
{
border-color: #3D1343;
}
.TagClassName
{
border-color: #3D1343;
}
</style>