Shades of Mardi Gras #43003F
Tints of Mardi Gras #43003F
RGB
CMYK
RGB Variations
Color information
#43003F (or 0x43003F) is known color: Mardi Gras. HEX triplet: 43, 00 and 3F. RGB value is (67,0,63). Sum of RGB (Red+Green+Blue) = 67+0+63=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #43003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43003F is #BCFFC0. Grayscale: #1B1B1B. Windows color (decimal): -12386241 or 4128835. OLE color: 4128835.
HSL color Cylindrical-coordinate representation of color #43003F: hue angle of 303.58º 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 #43003F is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.06 | 0.74 |
| HSL | 303.58º | 1% | 0.13% | - |
| HSV(B) | 303.58º | 1% | 0.26% | - |
| XYZ | 3.21 | 1.55 | 4.83 | - |
| YUV | 27.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 63 | 0 | 1 | 0.06 | 0.74 | 303.58 | 1 | 0.13 |
| Hex | 43 | 0 | 3F | 0 | 64 | 6 | 4A | 130 | 64 | D |
| Octal | 103 | 0 | 77 | 0 | 144 | 6 | 112 | 460 | 144 | 15 |
| Binary | 1000011 | 0 | 111111 | 0 | 1100100 | 110 | 1001010 | 100110000 | 1100100 | 1101 |
Color Harmonies of #43003F
Complementary color
Monochromatic Colors of #43003F
Black with #43003F
Text Example
Text Example
White with #43003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43003F; }
p { color: rgb(67,0,63); }
H1.HeaderClassName
{
color: #43003F;
}
.AnyTagClassName
{
color: #43003F;
}
</style>
background-color css
<style>
a { background-color: #43003F; }
a { background-color: rgb(67,0,63); }
div.DivClassName
{
background-color: #43003F;
}
.BgClassName
{
background-color: #43003F;
}
</style>
border-color css
<style>
span { border-color: #43003F; }
span { border-color: rgb(67,0,63); }
td.TdClassName
{
border-color: #43003F;
}
.TagClassName
{
border-color: #43003F;
}
</style>