Shades of Mardi Gras #2A222B
Tints of Mardi Gras #2A222B
RGB
CMYK
RGB Variations
Color information
#2A222B (or 0x2A222B) is known color: Mardi Gras. HEX triplet: 2A, 22 and 2B. RGB value is (42,34,43). Sum of RGB (Red+Green+Blue) = 42+34+43=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 43 - color contains mainly: blue. Hex color #2A222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A222B is #D5DDD4. Grayscale: #252525. Windows color (decimal): -14015957 or 2826794. OLE color: 2826794.
HSL color Cylindrical-coordinate representation of color #2A222B: hue angle of 293.33º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2A222B is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 34 | 43 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.83 |
| HSL | 293.33º | 0.12% | 0.15% | - |
| HSV(B) | 293.33º | 0.21% | 0.17% | - |
| XYZ | 1.96 | 1.81 | 2.53 | - |
| YUV | 37.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 43 | 0.02 | 0.21 | 0 | 0.83 | 293.33 | 0.12 | 0.15 |
| Hex | 2A | 22 | 2B | 2 | 15 | 0 | 53 | 125 | C | F |
| Octal | 52 | 42 | 53 | 2 | 25 | 0 | 123 | 445 | 14 | 17 |
| Binary | 101010 | 100010 | 101011 | 10 | 10101 | 0 | 1010011 | 100100101 | 1100 | 1111 |
Color Harmonies of #2A222B
Complementary color
Monochromatic Colors of #2A222B
Black with #2A222B
Text Example
Text Example
White with #2A222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A222B; }
p { color: rgb(42,34,43); }
H1.HeaderClassName
{
color: #2A222B;
}
.AnyTagClassName
{
color: #2A222B;
}
</style>
background-color css
<style>
a { background-color: #2A222B; }
a { background-color: rgb(42,34,43); }
div.DivClassName
{
background-color: #2A222B;
}
.BgClassName
{
background-color: #2A222B;
}
</style>
border-color css
<style>
span { border-color: #2A222B; }
span { border-color: rgb(42,34,43); }
td.TdClassName
{
border-color: #2A222B;
}
.TagClassName
{
border-color: #2A222B;
}
</style>