Shades of Mardi Gras #3D063C
Tints of Mardi Gras #3D063C
RGB
CMYK
RGB Variations
Color information
#3D063C (or 0x3D063C) is known color: Mardi Gras. HEX triplet: 3D, 06 and 3C. RGB value is (61,6,60). Sum of RGB (Red+Green+Blue) = 61+6+60=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D063C is #C2F9C3. Grayscale: #1C1C1C. Windows color (decimal): -12777924 or 3933757. OLE color: 3933757.
HSL color Cylindrical-coordinate representation of color #3D063C: hue angle of 301.09º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D063C is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 6 | 60 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.76 |
| HSL | 301.09º | 0.82% | 0.13% | - |
| HSV(B) | 301.09º | 0.9% | 0.24% | - |
| XYZ | 2.81 | 1.45 | 4.41 | - |
| YUV | 28.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 60 | 0 | 0.90 | 0.02 | 0.76 | 301.09 | 0.82 | 0.13 |
| Hex | 3D | 6 | 3C | 0 | 5A | 2 | 4C | 12D | 52 | D |
| Octal | 75 | 6 | 74 | 0 | 132 | 2 | 114 | 455 | 122 | 15 |
| Binary | 111101 | 110 | 111100 | 0 | 1011010 | 10 | 1001100 | 100101101 | 1010010 | 1101 |
Color Harmonies of #3D063C
Complementary color
Monochromatic Colors of #3D063C
Black with #3D063C
Text Example
Text Example
White with #3D063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D063C; }
p { color: rgb(61,6,60); }
H1.HeaderClassName
{
color: #3D063C;
}
.AnyTagClassName
{
color: #3D063C;
}
</style>
background-color css
<style>
a { background-color: #3D063C; }
a { background-color: rgb(61,6,60); }
div.DivClassName
{
background-color: #3D063C;
}
.BgClassName
{
background-color: #3D063C;
}
</style>
border-color css
<style>
span { border-color: #3D063C; }
span { border-color: rgb(61,6,60); }
td.TdClassName
{
border-color: #3D063C;
}
.TagClassName
{
border-color: #3D063C;
}
</style>