Shades of Mardi Gras #2A0A27
Tints of Mardi Gras #2A0A27
RGB
CMYK
RGB Variations
Color information
#2A0A27 (or 0x2A0A27) is known color: Mardi Gras. HEX triplet: 2A, 0A and 27. RGB value is (42,10,39). Sum of RGB (Red+Green+Blue) = 42+10+39=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0A27 is #D5F5D8. Grayscale: #161616. Windows color (decimal): -14022105 or 2558506. OLE color: 2558506.
HSL color Cylindrical-coordinate representation of color #2A0A27: hue angle of 305.62º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A0A27 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 10 | 39 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.84 |
| HSL | 305.63º | 0.62% | 0.1% | - |
| HSV(B) | 305.63º | 0.76% | 0.16% | - |
| XYZ | 1.43 | 0.86 | 2.01 | - |
| YUV | 22.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 39 | 0 | 0.76 | 0.07 | 0.84 | 305.63 | 0.62 | 0.1 |
| Hex | 2A | A | 27 | 0 | 4C | 7 | 54 | 132 | 3E | A |
| Octal | 52 | 12 | 47 | 0 | 114 | 7 | 124 | 462 | 76 | 12 |
| Binary | 101010 | 1010 | 100111 | 0 | 1001100 | 111 | 1010100 | 100110010 | 111110 | 1010 |
Color Harmonies of #2A0A27
Complementary color
Monochromatic Colors of #2A0A27
Black with #2A0A27
Text Example
Text Example
White with #2A0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0A27; }
p { color: rgb(42,10,39); }
H1.HeaderClassName
{
color: #2A0A27;
}
.AnyTagClassName
{
color: #2A0A27;
}
</style>
background-color css
<style>
a { background-color: #2A0A27; }
a { background-color: rgb(42,10,39); }
div.DivClassName
{
background-color: #2A0A27;
}
.BgClassName
{
background-color: #2A0A27;
}
</style>
border-color css
<style>
span { border-color: #2A0A27; }
span { border-color: rgb(42,10,39); }
td.TdClassName
{
border-color: #2A0A27;
}
.TagClassName
{
border-color: #2A0A27;
}
</style>