Shades of Mardi Gras #42003F
Tints of Mardi Gras #42003F
RGB
CMYK
RGB Variations
Color information
#42003F (or 0x42003F) is known color: Mardi Gras. HEX triplet: 42, 00 and 3F. RGB value is (66,0,63). Sum of RGB (Red+Green+Blue) = 66+0+63=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42003F is #BDFFC0. Grayscale: #1A1A1A. Windows color (decimal): -12451777 or 4128834. OLE color: 4128834.
HSL color Cylindrical-coordinate representation of color #42003F: hue angle of 302.73º 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 #42003F is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.05 | 0.74 |
| HSL | 302.73º | 1% | 0.13% | - |
| HSV(B) | 302.73º | 1% | 0.26% | - |
| XYZ | 3.14 | 1.52 | 4.83 | - |
| YUV | 26.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 63 | 0 | 1 | 0.05 | 0.74 | 302.73 | 1 | 0.13 |
| Hex | 42 | 0 | 3F | 0 | 64 | 5 | 4A | 12F | 64 | D |
| Octal | 102 | 0 | 77 | 0 | 144 | 5 | 112 | 457 | 144 | 15 |
| Binary | 1000010 | 0 | 111111 | 0 | 1100100 | 101 | 1001010 | 100101111 | 1100100 | 1101 |
Color Harmonies of #42003F
Complementary color
Monochromatic Colors of #42003F
Black with #42003F
Text Example
Text Example
White with #42003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42003F; }
p { color: rgb(66,0,63); }
H1.HeaderClassName
{
color: #42003F;
}
.AnyTagClassName
{
color: #42003F;
}
</style>
background-color css
<style>
a { background-color: #42003F; }
a { background-color: rgb(66,0,63); }
div.DivClassName
{
background-color: #42003F;
}
.BgClassName
{
background-color: #42003F;
}
</style>
border-color css
<style>
span { border-color: #42003F; }
span { border-color: rgb(66,0,63); }
td.TdClassName
{
border-color: #42003F;
}
.TagClassName
{
border-color: #42003F;
}
</style>