Shades of Mardi Gras #2A1527
Tints of Mardi Gras #2A1527
RGB
CMYK
RGB Variations
Color information
#2A1527 (or 0x2A1527) is known color: Mardi Gras. HEX triplet: 2A, 15 and 27. RGB value is (42,21,39). Sum of RGB (Red+Green+Blue) = 42+21+39=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1527 is #D5EAD8. Grayscale: #1D1D1D. Windows color (decimal): -14019289 or 2561322. OLE color: 2561322.
HSL color Cylindrical-coordinate representation of color #2A1527: hue angle of 308.57º 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 #2A1527 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 21 | 39 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.84 |
| HSL | 308.57º | 0.33% | 0.12% | - |
| HSV(B) | 308.57º | 0.5% | 0.16% | - |
| XYZ | 1.59 | 1.18 | 2.06 | - |
| YUV | 29.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 39 | 0 | 0.50 | 0.07 | 0.84 | 308.57 | 0.33 | 0.12 |
| Hex | 2A | 15 | 27 | 0 | 32 | 7 | 54 | 135 | 21 | C |
| Octal | 52 | 25 | 47 | 0 | 62 | 7 | 124 | 465 | 41 | 14 |
| Binary | 101010 | 10101 | 100111 | 0 | 110010 | 111 | 1010100 | 100110101 | 100001 | 1100 |
Color Harmonies of #2A1527
Complementary color
Monochromatic Colors of #2A1527
Black with #2A1527
Text Example
Text Example
White with #2A1527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1527; }
p { color: rgb(42,21,39); }
H1.HeaderClassName
{
color: #2A1527;
}
.AnyTagClassName
{
color: #2A1527;
}
</style>
background-color css
<style>
a { background-color: #2A1527; }
a { background-color: rgb(42,21,39); }
div.DivClassName
{
background-color: #2A1527;
}
.BgClassName
{
background-color: #2A1527;
}
</style>
border-color css
<style>
span { border-color: #2A1527; }
span { border-color: rgb(42,21,39); }
td.TdClassName
{
border-color: #2A1527;
}
.TagClassName
{
border-color: #2A1527;
}
</style>