Shades of Mardi Gras #2A0F29
Tints of Mardi Gras #2A0F29
RGB
CMYK
RGB Variations
Color information
#2A0F29 (or 0x2A0F29) is known color: Mardi Gras. HEX triplet: 2A, 0F and 29. RGB value is (42,15,41). Sum of RGB (Red+Green+Blue) = 42+15+41=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0F29 is #D5F0D6. Grayscale: #191919. Windows color (decimal): -14020823 or 2690858. OLE color: 2690858.
HSL color Cylindrical-coordinate representation of color #2A0F29: hue angle of 302.22º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A0F29 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 15 | 41 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.84 |
| HSL | 302.22º | 0.47% | 0.11% | - |
| HSV(B) | 302.22º | 0.64% | 0.16% | - |
| XYZ | 1.53 | 0.99 | 2.21 | - |
| YUV | 26.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 41 | 0 | 0.64 | 0.02 | 0.84 | 302.22 | 0.47 | 0.11 |
| Hex | 2A | F | 29 | 0 | 40 | 2 | 54 | 12E | 2F | B |
| Octal | 52 | 17 | 51 | 0 | 100 | 2 | 124 | 456 | 57 | 13 |
| Binary | 101010 | 1111 | 101001 | 0 | 1000000 | 10 | 1010100 | 100101110 | 101111 | 1011 |
Color Harmonies of #2A0F29
Complementary color
Monochromatic Colors of #2A0F29
Black with #2A0F29
Text Example
Text Example
White with #2A0F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0F29; }
p { color: rgb(42,15,41); }
H1.HeaderClassName
{
color: #2A0F29;
}
.AnyTagClassName
{
color: #2A0F29;
}
</style>
background-color css
<style>
a { background-color: #2A0F29; }
a { background-color: rgb(42,15,41); }
div.DivClassName
{
background-color: #2A0F29;
}
.BgClassName
{
background-color: #2A0F29;
}
</style>
border-color css
<style>
span { border-color: #2A0F29; }
span { border-color: rgb(42,15,41); }
td.TdClassName
{
border-color: #2A0F29;
}
.TagClassName
{
border-color: #2A0F29;
}
</style>