Shades of Mardi Gras #430E3F
Tints of Mardi Gras #430E3F
RGB
CMYK
RGB Variations
Color information
#430E3F (or 0x430E3F) is known color: Mardi Gras. HEX triplet: 43, 0E and 3F. RGB value is (67,14,63). Sum of RGB (Red+Green+Blue) = 67+14+63=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #430E3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E3F is #BCF1C0. Grayscale: #232323. Windows color (decimal): -12382657 or 4132419. OLE color: 4132419.
HSL color Cylindrical-coordinate representation of color #430E3F: hue angle of 304.53º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #430E3F is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 14 | 63 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.74 |
| HSL | 304.53º | 0.65% | 0.16% | - |
| HSV(B) | 304.53º | 0.79% | 0.26% | - |
| XYZ | 3.37 | 1.87 | 4.89 | - |
| YUV | 35.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 63 | 0 | 0.79 | 0.06 | 0.74 | 304.53 | 0.65 | 0.16 |
| Hex | 43 | E | 3F | 0 | 4F | 6 | 4A | 131 | 41 | 10 |
| Octal | 103 | 16 | 77 | 0 | 117 | 6 | 112 | 461 | 101 | 20 |
| Binary | 1000011 | 1110 | 111111 | 0 | 1001111 | 110 | 1001010 | 100110001 | 1000001 | 10000 |
Color Harmonies of #430E3F
Complementary color
Monochromatic Colors of #430E3F
Black with #430E3F
Text Example
Text Example
White with #430E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E3F; }
p { color: rgb(67,14,63); }
H1.HeaderClassName
{
color: #430E3F;
}
.AnyTagClassName
{
color: #430E3F;
}
</style>
background-color css
<style>
a { background-color: #430E3F; }
a { background-color: rgb(67,14,63); }
div.DivClassName
{
background-color: #430E3F;
}
.BgClassName
{
background-color: #430E3F;
}
</style>
border-color css
<style>
span { border-color: #430E3F; }
span { border-color: rgb(67,14,63); }
td.TdClassName
{
border-color: #430E3F;
}
.TagClassName
{
border-color: #430E3F;
}
</style>