Shades of Mardi Gras #2A0828
Tints of Mardi Gras #2A0828
RGB
CMYK
RGB Variations
Color information
#2A0828 (or 0x2A0828) is known color: Mardi Gras. HEX triplet: 2A, 08 and 28. RGB value is (42,8,40). Sum of RGB (Red+Green+Blue) = 42+8+40=90 (11% of max value = 765). Red value is 42 (16.80% from 255 or 46.67% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0828 is #D5F7D7. Grayscale: #151515. Windows color (decimal): -14022616 or 2623530. OLE color: 2623530.
HSL color Cylindrical-coordinate representation of color #2A0828: hue angle of 303.53º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A0828 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 8 | 40 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.84 |
| HSL | 303.53º | 0.68% | 0.1% | - |
| HSV(B) | 303.53º | 0.81% | 0.16% | - |
| XYZ | 1.42 | 0.82 | 2.09 | - |
| YUV | 21.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 40 | 0 | 0.81 | 0.05 | 0.84 | 303.53 | 0.68 | 0.1 |
| Hex | 2A | 8 | 28 | 0 | 51 | 5 | 54 | 130 | 44 | A |
| Octal | 52 | 10 | 50 | 0 | 121 | 5 | 124 | 460 | 104 | 12 |
| Binary | 101010 | 1000 | 101000 | 0 | 1010001 | 101 | 1010100 | 100110000 | 1000100 | 1010 |
Color Harmonies of #2A0828
Complementary color
Monochromatic Colors of #2A0828
Black with #2A0828
Text Example
Text Example
White with #2A0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0828; }
p { color: rgb(42,8,40); }
H1.HeaderClassName
{
color: #2A0828;
}
.AnyTagClassName
{
color: #2A0828;
}
</style>
background-color css
<style>
a { background-color: #2A0828; }
a { background-color: rgb(42,8,40); }
div.DivClassName
{
background-color: #2A0828;
}
.BgClassName
{
background-color: #2A0828;
}
</style>
border-color css
<style>
span { border-color: #2A0828; }
span { border-color: rgb(42,8,40); }
td.TdClassName
{
border-color: #2A0828;
}
.TagClassName
{
border-color: #2A0828;
}
</style>