Shades of Mardi Gras #2A252B
Tints of Mardi Gras #2A252B
RGB
CMYK
RGB Variations
Color information
#2A252B (or 0x2A252B) is known color: Mardi Gras. HEX triplet: 2A, 25 and 2B. RGB value is (42,37,43). Sum of RGB (Red+Green+Blue) = 42+37+43=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 43 - color contains mainly: blue. Hex color #2A252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A252B is #D5DAD4. Grayscale: #272727. Windows color (decimal): -14015189 or 2827562. OLE color: 2827562.
HSL color Cylindrical-coordinate representation of color #2A252B: hue angle of 290º degrees, saturation: 0.08, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2A252B is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 37 | 43 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.83 |
| HSL | 290º | 0.08% | 0.16% | - |
| HSV(B) | 290º | 0.14% | 0.17% | - |
| XYZ | 2.05 | 1.99 | 2.56 | - |
| YUV | 39.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 43 | 0.02 | 0.14 | 0 | 0.83 | 290 | 0.08 | 0.16 |
| Hex | 2A | 25 | 2B | 2 | E | 0 | 53 | 122 | 8 | 10 |
| Octal | 52 | 45 | 53 | 2 | 16 | 0 | 123 | 442 | 10 | 20 |
| Binary | 101010 | 100101 | 101011 | 10 | 1110 | 0 | 1010011 | 100100010 | 1000 | 10000 |
Color Harmonies of #2A252B
Complementary color
Monochromatic Colors of #2A252B
Black with #2A252B
Text Example
Text Example
White with #2A252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A252B; }
p { color: rgb(42,37,43); }
H1.HeaderClassName
{
color: #2A252B;
}
.AnyTagClassName
{
color: #2A252B;
}
</style>
background-color css
<style>
a { background-color: #2A252B; }
a { background-color: rgb(42,37,43); }
div.DivClassName
{
background-color: #2A252B;
}
.BgClassName
{
background-color: #2A252B;
}
</style>
border-color css
<style>
span { border-color: #2A252B; }
span { border-color: rgb(42,37,43); }
td.TdClassName
{
border-color: #2A252B;
}
.TagClassName
{
border-color: #2A252B;
}
</style>