Shades of Mardi Gras #3D183C
Tints of Mardi Gras #3D183C
RGB
CMYK
RGB Variations
Color information
#3D183C (or 0x3D183C) is known color: Mardi Gras. HEX triplet: 3D, 18 and 3C. RGB value is (61,24,60). Sum of RGB (Red+Green+Blue) = 61+24+60=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 61 - color contains mainly: red. Hex color #3D183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D183C is #C2E7C3. Grayscale: #272727. Windows color (decimal): -12773316 or 3938365. OLE color: 3938365.
HSL color Cylindrical-coordinate representation of color #3D183C: hue angle of 301.62º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D183C is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 24 | 60 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.76 |
| HSL | 301.62º | 0.44% | 0.17% | - |
| HSV(B) | 301.62º | 0.61% | 0.24% | - |
| XYZ | 3.07 | 1.97 | 4.49 | - |
| YUV | 39.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 60 | 0 | 0.61 | 0.02 | 0.76 | 301.62 | 0.44 | 0.17 |
| Hex | 3D | 18 | 3C | 0 | 3D | 2 | 4C | 12E | 2C | 11 |
| Octal | 75 | 30 | 74 | 0 | 75 | 2 | 114 | 456 | 54 | 21 |
| Binary | 111101 | 11000 | 111100 | 0 | 111101 | 10 | 1001100 | 100101110 | 101100 | 10001 |
Color Harmonies of #3D183C
Complementary color
Monochromatic Colors of #3D183C
Black with #3D183C
Text Example
Text Example
White with #3D183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D183C; }
p { color: rgb(61,24,60); }
H1.HeaderClassName
{
color: #3D183C;
}
.AnyTagClassName
{
color: #3D183C;
}
</style>
background-color css
<style>
a { background-color: #3D183C; }
a { background-color: rgb(61,24,60); }
div.DivClassName
{
background-color: #3D183C;
}
.BgClassName
{
background-color: #3D183C;
}
</style>
border-color css
<style>
span { border-color: #3D183C; }
span { border-color: rgb(61,24,60); }
td.TdClassName
{
border-color: #3D183C;
}
.TagClassName
{
border-color: #3D183C;
}
</style>