Shades of Mardi Gras #2A152A
Tints of Mardi Gras #2A152A
RGB
CMYK
RGB Variations
Color information
#2A152A (or 0x2A152A) is known color: Mardi Gras. HEX triplet: 2A, 15 and 2A. RGB value is (42,21,42). Sum of RGB (Red+Green+Blue) = 42+21+42=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 42 - color contains mainly: red, blue. Hex color #2A152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A152A is #D5EAD5. Grayscale: #1D1D1D. Windows color (decimal): -14019286 or 2757930. OLE color: 2757930.
HSL color Cylindrical-coordinate representation of color #2A152A: hue angle of 300º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A152A is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 21 | 42 | - |
| CMYK | 0 | 0.50 | 0 | 0.84 |
| HSL | 300º | 0.33% | 0.12% | - |
| HSV(B) | 300º | 0.5% | 0.16% | - |
| XYZ | 1.64 | 1.2 | 2.33 | - |
| YUV | 29.67 | 134.96 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 42 | 0 | 0.50 | 0 | 0.84 | 300 | 0.33 | 0.12 |
| Hex | 2A | 15 | 2A | 0 | 32 | 0 | 54 | 12C | 21 | C |
| Octal | 52 | 25 | 52 | 0 | 62 | 0 | 124 | 454 | 41 | 14 |
| Binary | 101010 | 10101 | 101010 | 0 | 110010 | 0 | 1010100 | 100101100 | 100001 | 1100 |
Color Harmonies of #2A152A
Complementary color
Monochromatic Colors of #2A152A
Black with #2A152A
Text Example
Text Example
White with #2A152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A152A; }
p { color: rgb(42,21,42); }
H1.HeaderClassName
{
color: #2A152A;
}
.AnyTagClassName
{
color: #2A152A;
}
</style>
background-color css
<style>
a { background-color: #2A152A; }
a { background-color: rgb(42,21,42); }
div.DivClassName
{
background-color: #2A152A;
}
.BgClassName
{
background-color: #2A152A;
}
</style>
border-color css
<style>
span { border-color: #2A152A; }
span { border-color: rgb(42,21,42); }
td.TdClassName
{
border-color: #2A152A;
}
.TagClassName
{
border-color: #2A152A;
}
</style>