Shades of Mardi Gras #3D1B3C
Tints of Mardi Gras #3D1B3C
RGB
CMYK
RGB Variations
Color information
#3D1B3C (or 0x3D1B3C) is known color: Mardi Gras. HEX triplet: 3D, 1B and 3C. RGB value is (61,27,60). Sum of RGB (Red+Green+Blue) = 61+27+60=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1B3C is #C2E4C3. Grayscale: #282828. Windows color (decimal): -12772548 or 3939133. OLE color: 3939133.
HSL color Cylindrical-coordinate representation of color #3D1B3C: hue angle of 301.76º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D1B3C is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 27 | 60 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.76 |
| HSL | 301.76º | 0.39% | 0.17% | - |
| HSV(B) | 301.76º | 0.56% | 0.24% | - |
| XYZ | 3.13 | 2.1 | 4.52 | - |
| YUV | 40.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 60 | 0 | 0.56 | 0.02 | 0.76 | 301.76 | 0.39 | 0.17 |
| Hex | 3D | 1B | 3C | 0 | 38 | 2 | 4C | 12E | 27 | 11 |
| Octal | 75 | 33 | 74 | 0 | 70 | 2 | 114 | 456 | 47 | 21 |
| Binary | 111101 | 11011 | 111100 | 0 | 111000 | 10 | 1001100 | 100101110 | 100111 | 10001 |
Color Harmonies of #3D1B3C
Complementary color
Monochromatic Colors of #3D1B3C
Black with #3D1B3C
Text Example
Text Example
White with #3D1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1B3C; }
p { color: rgb(61,27,60); }
H1.HeaderClassName
{
color: #3D1B3C;
}
.AnyTagClassName
{
color: #3D1B3C;
}
</style>
background-color css
<style>
a { background-color: #3D1B3C; }
a { background-color: rgb(61,27,60); }
div.DivClassName
{
background-color: #3D1B3C;
}
.BgClassName
{
background-color: #3D1B3C;
}
</style>
border-color css
<style>
span { border-color: #3D1B3C; }
span { border-color: rgb(61,27,60); }
td.TdClassName
{
border-color: #3D1B3C;
}
.TagClassName
{
border-color: #3D1B3C;
}
</style>