Shades of Mardi Gras #2A022B
Tints of Mardi Gras #2A022B
RGB
CMYK
RGB Variations
Color information
#2A022B (or 0x2A022B) is known color: Mardi Gras. HEX triplet: 2A, 02 and 2B. RGB value is (42,2,43). Sum of RGB (Red+Green+Blue) = 42+2+43=87 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.28% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #2A022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A022B is #D5FDD4. Grayscale: #121212. Windows color (decimal): -14024149 or 2818602. OLE color: 2818602.
HSL color Cylindrical-coordinate representation of color #2A022B: hue angle of 298.54º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A022B is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 2 | 43 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.83 |
| HSL | 298.54º | 0.91% | 0.09% | - |
| HSV(B) | 298.54º | 0.95% | 0.17% | - |
| XYZ | 1.41 | 0.71 | 2.35 | - |
| YUV | 18.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 43 | 0.02 | 0.95 | 0 | 0.83 | 298.54 | 0.91 | 0.09 |
| Hex | 2A | 2 | 2B | 2 | 5F | 0 | 53 | 12B | 5B | 9 |
| Octal | 52 | 2 | 53 | 2 | 137 | 0 | 123 | 453 | 133 | 11 |
| Binary | 101010 | 10 | 101011 | 10 | 1011111 | 0 | 1010011 | 100101011 | 1011011 | 1001 |
Color Harmonies of #2A022B
Complementary color
Monochromatic Colors of #2A022B
Black with #2A022B
Text Example
Text Example
White with #2A022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A022B; }
p { color: rgb(42,2,43); }
H1.HeaderClassName
{
color: #2A022B;
}
.AnyTagClassName
{
color: #2A022B;
}
</style>
background-color css
<style>
a { background-color: #2A022B; }
a { background-color: rgb(42,2,43); }
div.DivClassName
{
background-color: #2A022B;
}
.BgClassName
{
background-color: #2A022B;
}
</style>
border-color css
<style>
span { border-color: #2A022B; }
span { border-color: rgb(42,2,43); }
td.TdClassName
{
border-color: #2A022B;
}
.TagClassName
{
border-color: #2A022B;
}
</style>