Shades of Mardi Gras #430E3B
Tints of Mardi Gras #430E3B
RGB
CMYK
RGB Variations
Color information
#430E3B (or 0x430E3B) is known color: Mardi Gras. HEX triplet: 43, 0E and 3B. RGB value is (67,14,59). Sum of RGB (Red+Green+Blue) = 67+14+59=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #430E3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E3B is #BCF1C4. Grayscale: #222222. Windows color (decimal): -12382661 or 3870275. OLE color: 3870275.
HSL color Cylindrical-coordinate representation of color #430E3B: hue angle of 309.06º 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 #430E3B is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 14 | 59 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.74 |
| HSL | 309.06º | 0.65% | 0.16% | - |
| HSV(B) | 309.06º | 0.79% | 0.26% | - |
| XYZ | 3.26 | 1.82 | 4.32 | - |
| YUV | 34.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 59 | 0 | 0.79 | 0.12 | 0.74 | 309.06 | 0.65 | 0.16 |
| Hex | 43 | E | 3B | 0 | 4F | C | 4A | 135 | 41 | 10 |
| Octal | 103 | 16 | 73 | 0 | 117 | 14 | 112 | 465 | 101 | 20 |
| Binary | 1000011 | 1110 | 111011 | 0 | 1001111 | 1100 | 1001010 | 100110101 | 1000001 | 10000 |
Color Harmonies of #430E3B
Complementary color
Monochromatic Colors of #430E3B
Black with #430E3B
Text Example
Text Example
White with #430E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E3B; }
p { color: rgb(67,14,59); }
H1.HeaderClassName
{
color: #430E3B;
}
.AnyTagClassName
{
color: #430E3B;
}
</style>
background-color css
<style>
a { background-color: #430E3B; }
a { background-color: rgb(67,14,59); }
div.DivClassName
{
background-color: #430E3B;
}
.BgClassName
{
background-color: #430E3B;
}
</style>
border-color css
<style>
span { border-color: #430E3B; }
span { border-color: rgb(67,14,59); }
td.TdClassName
{
border-color: #430E3B;
}
.TagClassName
{
border-color: #430E3B;
}
</style>