Shades of Mardi Gras #2A0824
Tints of Mardi Gras #2A0824
RGB
CMYK
RGB Variations
Color information
#2A0824 (or 0x2A0824) is known color: Mardi Gras. HEX triplet: 2A, 08 and 24. RGB value is (42,8,36). Sum of RGB (Red+Green+Blue) = 42+8+36=86 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.84% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0824 is #D5F7DB. Grayscale: #151515. Windows color (decimal): -14022620 or 2361386. OLE color: 2361386.
HSL color Cylindrical-coordinate representation of color #2A0824: hue angle of 310.59º 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 #2A0824 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 8 | 36 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.84 |
| HSL | 310.59º | 0.68% | 0.1% | - |
| HSV(B) | 310.59º | 0.81% | 0.16% | - |
| XYZ | 1.36 | 0.79 | 1.75 | - |
| YUV | 21.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 36 | 0 | 0.81 | 0.14 | 0.84 | 310.59 | 0.68 | 0.1 |
| Hex | 2A | 8 | 24 | 0 | 51 | E | 54 | 137 | 44 | A |
| Octal | 52 | 10 | 44 | 0 | 121 | 16 | 124 | 467 | 104 | 12 |
| Binary | 101010 | 1000 | 100100 | 0 | 1010001 | 1110 | 1010100 | 100110111 | 1000100 | 1010 |
Color Harmonies of #2A0824
Complementary color
Monochromatic Colors of #2A0824
Black with #2A0824
Text Example
Text Example
White with #2A0824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0824; }
p { color: rgb(42,8,36); }
H1.HeaderClassName
{
color: #2A0824;
}
.AnyTagClassName
{
color: #2A0824;
}
</style>
background-color css
<style>
a { background-color: #2A0824; }
a { background-color: rgb(42,8,36); }
div.DivClassName
{
background-color: #2A0824;
}
.BgClassName
{
background-color: #2A0824;
}
</style>
border-color css
<style>
span { border-color: #2A0824; }
span { border-color: rgb(42,8,36); }
td.TdClassName
{
border-color: #2A0824;
}
.TagClassName
{
border-color: #2A0824;
}
</style>