Shades of Mardi Gras #42003A
Tints of Mardi Gras #42003A
RGB
CMYK
RGB Variations
Color information
#42003A (or 0x42003A) is known color: Mardi Gras. HEX triplet: 42, 00 and 3A. RGB value is (66,0,58). Sum of RGB (Red+Green+Blue) = 66+0+58=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #42003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42003A is #BDFFC5. Grayscale: #1A1A1A. Windows color (decimal): -12451782 or 3801154. OLE color: 3801154.
HSL color Cylindrical-coordinate representation of color #42003A: hue angle of 307.27º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42003A is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.12 | 0.74 |
| HSL | 307.27º | 1% | 0.13% | - |
| HSV(B) | 307.27º | 1% | 0.26% | - |
| XYZ | 3.01 | 1.46 | 4.13 | - |
| YUV | 26.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 58 | 0 | 1 | 0.12 | 0.74 | 307.27 | 1 | 0.13 |
| Hex | 42 | 0 | 3A | 0 | 64 | C | 4A | 133 | 64 | D |
| Octal | 102 | 0 | 72 | 0 | 144 | 14 | 112 | 463 | 144 | 15 |
| Binary | 1000010 | 0 | 111010 | 0 | 1100100 | 1100 | 1001010 | 100110011 | 1100100 | 1101 |
Color Harmonies of #42003A
Complementary color
Monochromatic Colors of #42003A
Black with #42003A
Text Example
Text Example
White with #42003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42003A; }
p { color: rgb(66,0,58); }
H1.HeaderClassName
{
color: #42003A;
}
.AnyTagClassName
{
color: #42003A;
}
</style>
background-color css
<style>
a { background-color: #42003A; }
a { background-color: rgb(66,0,58); }
div.DivClassName
{
background-color: #42003A;
}
.BgClassName
{
background-color: #42003A;
}
</style>
border-color css
<style>
span { border-color: #42003A; }
span { border-color: rgb(66,0,58); }
td.TdClassName
{
border-color: #42003A;
}
.TagClassName
{
border-color: #42003A;
}
</style>