Shades of Mardi Gras #41003B
Tints of Mardi Gras #41003B
RGB
CMYK
RGB Variations
Color information
#41003B (or 0x41003B) is known color: Mardi Gras. HEX triplet: 41, 00 and 3B. RGB value is (65,0,59). Sum of RGB (Red+Green+Blue) = 65+0+59=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #41003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41003B is #BEFFC4. Grayscale: #191919. Windows color (decimal): -12517317 or 3866689. OLE color: 3866689.
HSL color Cylindrical-coordinate representation of color #41003B: hue angle of 305.54º 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 #41003B is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.09 | 0.75 |
| HSL | 305.54º | 1% | 0.13% | - |
| HSV(B) | 305.54º | 1% | 0.25% | - |
| XYZ | 2.97 | 1.44 | 4.26 | - |
| YUV | 26.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 59 | 0 | 1 | 0.09 | 0.75 | 305.54 | 1 | 0.13 |
| Hex | 41 | 0 | 3B | 0 | 64 | 9 | 4B | 132 | 64 | D |
| Octal | 101 | 0 | 73 | 0 | 144 | 11 | 113 | 462 | 144 | 15 |
| Binary | 1000001 | 0 | 111011 | 0 | 1100100 | 1001 | 1001011 | 100110010 | 1100100 | 1101 |
Color Harmonies of #41003B
Complementary color
Monochromatic Colors of #41003B
Black with #41003B
Text Example
Text Example
White with #41003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41003B; }
p { color: rgb(65,0,59); }
H1.HeaderClassName
{
color: #41003B;
}
.AnyTagClassName
{
color: #41003B;
}
</style>
background-color css
<style>
a { background-color: #41003B; }
a { background-color: rgb(65,0,59); }
div.DivClassName
{
background-color: #41003B;
}
.BgClassName
{
background-color: #41003B;
}
</style>
border-color css
<style>
span { border-color: #41003B; }
span { border-color: rgb(65,0,59); }
td.TdClassName
{
border-color: #41003B;
}
.TagClassName
{
border-color: #41003B;
}
</style>