Shades of Mardi Gras #2A062A
Tints of Mardi Gras #2A062A
RGB
CMYK
RGB Variations
Color information
#2A062A (or 0x2A062A) is known color: Mardi Gras. HEX triplet: 2A, 06 and 2A. RGB value is (42,6,42). Sum of RGB (Red+Green+Blue) = 42+6+42=90 (11% of max value = 765). Red value is 42 (16.80% from 255 or 46.67% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: red, blue. Hex color #2A062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A062A is #D5F9D5. Grayscale: #141414. Windows color (decimal): -14023126 or 2754090. OLE color: 2754090.
HSL color Cylindrical-coordinate representation of color #2A062A: hue angle of 300º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A062A is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 6 | 42 | - |
| CMYK | 0 | 0.86 | 0 | 0.84 |
| HSL | 300º | 0.75% | 0.09% | - |
| HSV(B) | 300º | 0.86% | 0.16% | - |
| XYZ | 1.44 | 0.79 | 2.27 | - |
| YUV | 20.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 42 | 0 | 0.86 | 0 | 0.84 | 300 | 0.75 | 0.09 |
| Hex | 2A | 6 | 2A | 0 | 56 | 0 | 54 | 12C | 4B | 9 |
| Octal | 52 | 6 | 52 | 0 | 126 | 0 | 124 | 454 | 113 | 11 |
| Binary | 101010 | 110 | 101010 | 0 | 1010110 | 0 | 1010100 | 100101100 | 1001011 | 1001 |
Color Harmonies of #2A062A
Complementary color
Monochromatic Colors of #2A062A
Black with #2A062A
Text Example
Text Example
White with #2A062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A062A; }
p { color: rgb(42,6,42); }
H1.HeaderClassName
{
color: #2A062A;
}
.AnyTagClassName
{
color: #2A062A;
}
</style>
background-color css
<style>
a { background-color: #2A062A; }
a { background-color: rgb(42,6,42); }
div.DivClassName
{
background-color: #2A062A;
}
.BgClassName
{
background-color: #2A062A;
}
</style>
border-color css
<style>
span { border-color: #2A062A; }
span { border-color: rgb(42,6,42); }
td.TdClassName
{
border-color: #2A062A;
}
.TagClassName
{
border-color: #2A062A;
}
</style>