Shades of Mardi Gras #421E3F
Tints of Mardi Gras #421E3F
RGB
CMYK
RGB Variations
Color information
#421E3F (or 0x421E3F) is known color: Mardi Gras. HEX triplet: 42, 1E and 3F. RGB value is (66,30,63). Sum of RGB (Red+Green+Blue) = 66+30+63=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #421E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E3F is #BDE1C0. Grayscale: #2C2C2C. Windows color (decimal): -12444097 or 4136514. OLE color: 4136514.
HSL color Cylindrical-coordinate representation of color #421E3F: hue angle of 305º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #421E3F is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 30 | 63 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.74 |
| HSL | 305º | 0.38% | 0.19% | - |
| HSV(B) | 305º | 0.55% | 0.26% | - |
| XYZ | 3.61 | 2.45 | 4.98 | - |
| YUV | 44.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 63 | 0 | 0.55 | 0.05 | 0.74 | 305 | 0.38 | 0.19 |
| Hex | 42 | 1E | 3F | 0 | 37 | 5 | 4A | 131 | 26 | 13 |
| Octal | 102 | 36 | 77 | 0 | 67 | 5 | 112 | 461 | 46 | 23 |
| Binary | 1000010 | 11110 | 111111 | 0 | 110111 | 101 | 1001010 | 100110001 | 100110 | 10011 |
Color Harmonies of #421E3F
Complementary color
Monochromatic Colors of #421E3F
Black with #421E3F
Text Example
Text Example
White with #421E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E3F; }
p { color: rgb(66,30,63); }
H1.HeaderClassName
{
color: #421E3F;
}
.AnyTagClassName
{
color: #421E3F;
}
</style>
background-color css
<style>
a { background-color: #421E3F; }
a { background-color: rgb(66,30,63); }
div.DivClassName
{
background-color: #421E3F;
}
.BgClassName
{
background-color: #421E3F;
}
</style>
border-color css
<style>
span { border-color: #421E3F; }
span { border-color: rgb(66,30,63); }
td.TdClassName
{
border-color: #421E3F;
}
.TagClassName
{
border-color: #421E3F;
}
</style>