Shades of Mardi Gras #3D1243
Tints of Mardi Gras #3D1243
RGB
CMYK
RGB Variations
Color information
#3D1243 (or 0x3D1243) is known color: Mardi Gras. HEX triplet: 3D, 12 and 43. RGB value is (61,18,67). Sum of RGB (Red+Green+Blue) = 61+18+67=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #3D1243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1243 is #C2EDBC. Grayscale: #242424. Windows color (decimal): -12774845 or 4395581. OLE color: 4395581.
HSL color Cylindrical-coordinate representation of color #3D1243: hue angle of 292.65º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D1243 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 18 | 67 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.74 |
| HSL | 292.65º | 0.58% | 0.17% | - |
| HSV(B) | 292.65º | 0.73% | 0.26% | - |
| XYZ | 3.15 | 1.83 | 5.5 | - |
| YUV | 36.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 67 | 0.09 | 0.73 | 0 | 0.74 | 292.65 | 0.58 | 0.17 |
| Hex | 3D | 12 | 43 | 9 | 49 | 0 | 4A | 125 | 3A | 11 |
| Octal | 75 | 22 | 103 | 11 | 111 | 0 | 112 | 445 | 72 | 21 |
| Binary | 111101 | 10010 | 1000011 | 1001 | 1001001 | 0 | 1001010 | 100100101 | 111010 | 10001 |
Color Harmonies of #3D1243
Complementary color
Monochromatic Colors of #3D1243
Black with #3D1243
Text Example
Text Example
White with #3D1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1243; }
p { color: rgb(61,18,67); }
H1.HeaderClassName
{
color: #3D1243;
}
.AnyTagClassName
{
color: #3D1243;
}
</style>
background-color css
<style>
a { background-color: #3D1243; }
a { background-color: rgb(61,18,67); }
div.DivClassName
{
background-color: #3D1243;
}
.BgClassName
{
background-color: #3D1243;
}
</style>
border-color css
<style>
span { border-color: #3D1243; }
span { border-color: rgb(61,18,67); }
td.TdClassName
{
border-color: #3D1243;
}
.TagClassName
{
border-color: #3D1243;
}
</style>