Shades of Mardi Gras #42033F
Tints of Mardi Gras #42033F
RGB
CMYK
RGB Variations
Color information
#42033F (or 0x42033F) is known color: Mardi Gras. HEX triplet: 42, 03 and 3F. RGB value is (66,3,63). Sum of RGB (Red+Green+Blue) = 66+3+63=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #42033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42033F is #BDFCC0. Grayscale: #1C1C1C. Windows color (decimal): -12451009 or 4129602. OLE color: 4129602.
HSL color Cylindrical-coordinate representation of color #42033F: hue angle of 302.86º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42033F is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 3 | 63 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.74 |
| HSL | 302.86º | 0.91% | 0.14% | - |
| HSV(B) | 302.86º | 0.95% | 0.26% | - |
| XYZ | 3.18 | 1.58 | 4.84 | - |
| YUV | 28.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 63 | 0 | 0.95 | 0.05 | 0.74 | 302.86 | 0.91 | 0.14 |
| Hex | 42 | 3 | 3F | 0 | 5F | 5 | 4A | 12F | 5B | E |
| Octal | 102 | 3 | 77 | 0 | 137 | 5 | 112 | 457 | 133 | 16 |
| Binary | 1000010 | 11 | 111111 | 0 | 1011111 | 101 | 1001010 | 100101111 | 1011011 | 1110 |
Color Harmonies of #42033F
Complementary color
Monochromatic Colors of #42033F
Black with #42033F
Text Example
Text Example
White with #42033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42033F; }
p { color: rgb(66,3,63); }
H1.HeaderClassName
{
color: #42033F;
}
.AnyTagClassName
{
color: #42033F;
}
</style>
background-color css
<style>
a { background-color: #42033F; }
a { background-color: rgb(66,3,63); }
div.DivClassName
{
background-color: #42033F;
}
.BgClassName
{
background-color: #42033F;
}
</style>
border-color css
<style>
span { border-color: #42033F; }
span { border-color: rgb(66,3,63); }
td.TdClassName
{
border-color: #42033F;
}
.TagClassName
{
border-color: #42033F;
}
</style>