Shades of Mardi Gras #2A152D
Tints of Mardi Gras #2A152D
RGB
CMYK
RGB Variations
Color information
#2A152D (or 0x2A152D) is known color: Mardi Gras. HEX triplet: 2A, 15 and 2D. RGB value is (42,21,45). Sum of RGB (Red+Green+Blue) = 42+21+45=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A152D is #D5EAD2. Grayscale: #1D1D1D. Windows color (decimal): -14019283 or 2954538. OLE color: 2954538.
HSL color Cylindrical-coordinate representation of color #2A152D: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A152D is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 21 | 45 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.82 |
| HSL | 292.5º | 0.36% | 0.13% | - |
| HSV(B) | 292.5º | 0.53% | 0.18% | - |
| XYZ | 1.7 | 1.22 | 2.63 | - |
| YUV | 30.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 45 | 0.07 | 0.53 | 0 | 0.82 | 292.5 | 0.36 | 0.13 |
| Hex | 2A | 15 | 2D | 7 | 35 | 0 | 52 | 124 | 24 | D |
| Octal | 52 | 25 | 55 | 7 | 65 | 0 | 122 | 444 | 44 | 15 |
| Binary | 101010 | 10101 | 101101 | 111 | 110101 | 0 | 1010010 | 100100100 | 100100 | 1101 |
Color Harmonies of #2A152D
Complementary color
Monochromatic Colors of #2A152D
Black with #2A152D
Text Example
Text Example
White with #2A152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A152D; }
p { color: rgb(42,21,45); }
H1.HeaderClassName
{
color: #2A152D;
}
.AnyTagClassName
{
color: #2A152D;
}
</style>
background-color css
<style>
a { background-color: #2A152D; }
a { background-color: rgb(42,21,45); }
div.DivClassName
{
background-color: #2A152D;
}
.BgClassName
{
background-color: #2A152D;
}
</style>
border-color css
<style>
span { border-color: #2A152D; }
span { border-color: rgb(42,21,45); }
td.TdClassName
{
border-color: #2A152D;
}
.TagClassName
{
border-color: #2A152D;
}
</style>