Shades of Mardi Gras #2A142E
Tints of Mardi Gras #2A142E
RGB
CMYK
RGB Variations
Color information
#2A142E (or 0x2A142E) is known color: Mardi Gras. HEX triplet: 2A, 14 and 2E. RGB value is (42,20,46). Sum of RGB (Red+Green+Blue) = 42+20+46=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #2A142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A142E is #D5EBD1. Grayscale: #1D1D1D. Windows color (decimal): -14019538 or 3019818. OLE color: 3019818.
HSL color Cylindrical-coordinate representation of color #2A142E: hue angle of 290.77º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A142E is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 20 | 46 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.82 |
| HSL | 290.77º | 0.39% | 0.13% | - |
| HSV(B) | 290.77º | 0.57% | 0.18% | - |
| XYZ | 1.7 | 1.19 | 2.72 | - |
| YUV | 29.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 46 | 0.09 | 0.57 | 0 | 0.82 | 290.77 | 0.39 | 0.13 |
| Hex | 2A | 14 | 2E | 9 | 39 | 0 | 52 | 123 | 27 | D |
| Octal | 52 | 24 | 56 | 11 | 71 | 0 | 122 | 443 | 47 | 15 |
| Binary | 101010 | 10100 | 101110 | 1001 | 111001 | 0 | 1010010 | 100100011 | 100111 | 1101 |
Color Harmonies of #2A142E
Complementary color
Monochromatic Colors of #2A142E
Black with #2A142E
Text Example
Text Example
White with #2A142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A142E; }
p { color: rgb(42,20,46); }
H1.HeaderClassName
{
color: #2A142E;
}
.AnyTagClassName
{
color: #2A142E;
}
</style>
background-color css
<style>
a { background-color: #2A142E; }
a { background-color: rgb(42,20,46); }
div.DivClassName
{
background-color: #2A142E;
}
.BgClassName
{
background-color: #2A142E;
}
</style>
border-color css
<style>
span { border-color: #2A142E; }
span { border-color: rgb(42,20,46); }
td.TdClassName
{
border-color: #2A142E;
}
.TagClassName
{
border-color: #2A142E;
}
</style>