Shades of Mardi Gras #431E3F
Tints of Mardi Gras #431E3F
RGB
CMYK
RGB Variations
Color information
#431E3F (or 0x431E3F) is known color: Mardi Gras. HEX triplet: 43, 1E and 3F. RGB value is (67,30,63). Sum of RGB (Red+Green+Blue) = 67+30+63=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 67 - color contains mainly: red. Hex color #431E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E3F is #BCE1C0. Grayscale: #2C2C2C. Windows color (decimal): -12378561 or 4136515. OLE color: 4136515.
HSL color Cylindrical-coordinate representation of color #431E3F: hue angle of 306.49º 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 #431E3F is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 63 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.74 |
| HSL | 306.49º | 0.38% | 0.19% | - |
| HSV(B) | 306.49º | 0.55% | 0.26% | - |
| XYZ | 3.68 | 2.48 | 4.99 | - |
| YUV | 44.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 63 | 0 | 0.55 | 0.06 | 0.74 | 306.49 | 0.38 | 0.19 |
| Hex | 43 | 1E | 3F | 0 | 37 | 6 | 4A | 132 | 26 | 13 |
| Octal | 103 | 36 | 77 | 0 | 67 | 6 | 112 | 462 | 46 | 23 |
| Binary | 1000011 | 11110 | 111111 | 0 | 110111 | 110 | 1001010 | 100110010 | 100110 | 10011 |
Color Harmonies of #431E3F
Complementary color
Monochromatic Colors of #431E3F
Black with #431E3F
Text Example
Text Example
White with #431E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E3F; }
p { color: rgb(67,30,63); }
H1.HeaderClassName
{
color: #431E3F;
}
.AnyTagClassName
{
color: #431E3F;
}
</style>
background-color css
<style>
a { background-color: #431E3F; }
a { background-color: rgb(67,30,63); }
div.DivClassName
{
background-color: #431E3F;
}
.BgClassName
{
background-color: #431E3F;
}
</style>
border-color css
<style>
span { border-color: #431E3F; }
span { border-color: rgb(67,30,63); }
td.TdClassName
{
border-color: #431E3F;
}
.TagClassName
{
border-color: #431E3F;
}
</style>