Shades of Mardi Gras #41003C
Tints of Mardi Gras #41003C
RGB
CMYK
RGB Variations
Color information
#41003C (or 0x41003C) is known color: Mardi Gras. HEX triplet: 41, 00 and 3C. RGB value is (65,0,60). Sum of RGB (Red+Green+Blue) = 65+0+60=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41003C is #BEFFC3. Grayscale: #1A1A1A. Windows color (decimal): -12517316 or 3932225. OLE color: 3932225.
HSL color Cylindrical-coordinate representation of color #41003C: hue angle of 304.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41003C is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.08 | 0.75 |
| HSL | 304.62º | 1% | 0.13% | - |
| HSV(B) | 304.62º | 1% | 0.25% | - |
| XYZ | 3 | 1.45 | 4.4 | - |
| YUV | 26.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 60 | 0 | 1 | 0.08 | 0.75 | 304.62 | 1 | 0.13 |
| Hex | 41 | 0 | 3C | 0 | 64 | 8 | 4B | 131 | 64 | D |
| Octal | 101 | 0 | 74 | 0 | 144 | 10 | 113 | 461 | 144 | 15 |
| Binary | 1000001 | 0 | 111100 | 0 | 1100100 | 1000 | 1001011 | 100110001 | 1100100 | 1101 |
Color Harmonies of #41003C
Complementary color
Monochromatic Colors of #41003C
Black with #41003C
Text Example
Text Example
White with #41003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41003C; }
p { color: rgb(65,0,60); }
H1.HeaderClassName
{
color: #41003C;
}
.AnyTagClassName
{
color: #41003C;
}
</style>
background-color css
<style>
a { background-color: #41003C; }
a { background-color: rgb(65,0,60); }
div.DivClassName
{
background-color: #41003C;
}
.BgClassName
{
background-color: #41003C;
}
</style>
border-color css
<style>
span { border-color: #41003C; }
span { border-color: rgb(65,0,60); }
td.TdClassName
{
border-color: #41003C;
}
.TagClassName
{
border-color: #41003C;
}
</style>