Shades of Mardi Gras #2A062D
Tints of Mardi Gras #2A062D
RGB
CMYK
RGB Variations
Color information
#2A062D (or 0x2A062D) is known color: Mardi Gras. HEX triplet: 2A, 06 and 2D. RGB value is (42,6,45). Sum of RGB (Red+Green+Blue) = 42+6+45=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A062D is #D5F9D2. Grayscale: #151515. Windows color (decimal): -14023123 or 2950698. OLE color: 2950698.
HSL color Cylindrical-coordinate representation of color #2A062D: hue angle of 295.38º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A062D is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 6 | 45 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.82 |
| HSL | 295.38º | 0.76% | 0.1% | - |
| HSV(B) | 295.38º | 0.87% | 0.18% | - |
| XYZ | 1.49 | 0.81 | 2.56 | - |
| YUV | 21.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 45 | 0.07 | 0.87 | 0 | 0.82 | 295.38 | 0.76 | 0.1 |
| Hex | 2A | 6 | 2D | 7 | 57 | 0 | 52 | 127 | 4C | A |
| Octal | 52 | 6 | 55 | 7 | 127 | 0 | 122 | 447 | 114 | 12 |
| Binary | 101010 | 110 | 101101 | 111 | 1010111 | 0 | 1010010 | 100100111 | 1001100 | 1010 |
Color Harmonies of #2A062D
Complementary color
Monochromatic Colors of #2A062D
Black with #2A062D
Text Example
Text Example
White with #2A062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A062D; }
p { color: rgb(42,6,45); }
H1.HeaderClassName
{
color: #2A062D;
}
.AnyTagClassName
{
color: #2A062D;
}
</style>
background-color css
<style>
a { background-color: #2A062D; }
a { background-color: rgb(42,6,45); }
div.DivClassName
{
background-color: #2A062D;
}
.BgClassName
{
background-color: #2A062D;
}
</style>
border-color css
<style>
span { border-color: #2A062D; }
span { border-color: rgb(42,6,45); }
td.TdClassName
{
border-color: #2A062D;
}
.TagClassName
{
border-color: #2A062D;
}
</style>