Shades of Mardi Gras #2A1028
Tints of Mardi Gras #2A1028
RGB
CMYK
RGB Variations
Color information
#2A1028 (or 0x2A1028) is known color: Mardi Gras. HEX triplet: 2A, 10 and 28. RGB value is (42,16,40). Sum of RGB (Red+Green+Blue) = 42+16+40=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1028 is #D5EFD7. Grayscale: #1A1A1A. Windows color (decimal): -14020568 or 2625578. OLE color: 2625578.
HSL color Cylindrical-coordinate representation of color #2A1028: hue angle of 304.62º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A1028 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 16 | 40 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.84 |
| HSL | 304.62º | 0.45% | 0.11% | - |
| HSV(B) | 304.62º | 0.62% | 0.16% | - |
| XYZ | 1.52 | 1.02 | 2.12 | - |
| YUV | 26.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 40 | 0 | 0.62 | 0.05 | 0.84 | 304.62 | 0.45 | 0.11 |
| Hex | 2A | 10 | 28 | 0 | 3E | 5 | 54 | 131 | 2D | B |
| Octal | 52 | 20 | 50 | 0 | 76 | 5 | 124 | 461 | 55 | 13 |
| Binary | 101010 | 10000 | 101000 | 0 | 111110 | 101 | 1010100 | 100110001 | 101101 | 1011 |
Color Harmonies of #2A1028
Complementary color
Monochromatic Colors of #2A1028
Black with #2A1028
Text Example
Text Example
White with #2A1028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1028; }
p { color: rgb(42,16,40); }
H1.HeaderClassName
{
color: #2A1028;
}
.AnyTagClassName
{
color: #2A1028;
}
</style>
background-color css
<style>
a { background-color: #2A1028; }
a { background-color: rgb(42,16,40); }
div.DivClassName
{
background-color: #2A1028;
}
.BgClassName
{
background-color: #2A1028;
}
</style>
border-color css
<style>
span { border-color: #2A1028; }
span { border-color: rgb(42,16,40); }
td.TdClassName
{
border-color: #2A1028;
}
.TagClassName
{
border-color: #2A1028;
}
</style>