Shades of Mardi Gras #3D0743
Tints of Mardi Gras #3D0743
RGB
CMYK
RGB Variations
Color information
#3D0743 (or 0x3D0743) is known color: Mardi Gras. HEX triplet: 3D, 07 and 43. RGB value is (61,7,67). Sum of RGB (Red+Green+Blue) = 61+7+67=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #3D0743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0743 is #C2F8BC. Grayscale: #1D1D1D. Windows color (decimal): -12777661 or 4392765. OLE color: 4392765.
HSL color Cylindrical-coordinate representation of color #3D0743: hue angle of 294º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D0743 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 7 | 67 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.74 |
| HSL | 294º | 0.81% | 0.15% | - |
| HSV(B) | 294º | 0.9% | 0.26% | - |
| XYZ | 3.01 | 1.55 | 5.45 | - |
| YUV | 29.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 67 | 0.09 | 0.90 | 0 | 0.74 | 294 | 0.81 | 0.15 |
| Hex | 3D | 7 | 43 | 9 | 5A | 0 | 4A | 126 | 51 | F |
| Octal | 75 | 7 | 103 | 11 | 132 | 0 | 112 | 446 | 121 | 17 |
| Binary | 111101 | 111 | 1000011 | 1001 | 1011010 | 0 | 1001010 | 100100110 | 1010001 | 1111 |
Color Harmonies of #3D0743
Complementary color
Monochromatic Colors of #3D0743
Black with #3D0743
Text Example
Text Example
White with #3D0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0743; }
p { color: rgb(61,7,67); }
H1.HeaderClassName
{
color: #3D0743;
}
.AnyTagClassName
{
color: #3D0743;
}
</style>
background-color css
<style>
a { background-color: #3D0743; }
a { background-color: rgb(61,7,67); }
div.DivClassName
{
background-color: #3D0743;
}
.BgClassName
{
background-color: #3D0743;
}
</style>
border-color css
<style>
span { border-color: #3D0743; }
span { border-color: rgb(61,7,67); }
td.TdClassName
{
border-color: #3D0743;
}
.TagClassName
{
border-color: #3D0743;
}
</style>