Shades of Mardi Gras #2A172B
Tints of Mardi Gras #2A172B
RGB
CMYK
RGB Variations
Color information
#2A172B (or 0x2A172B) is known color: Mardi Gras. HEX triplet: 2A, 17 and 2B. RGB value is (42,23,43). Sum of RGB (Red+Green+Blue) = 42+23+43=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 43 - color contains mainly: blue. Hex color #2A172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A172B is #D5E8D4. Grayscale: #1E1E1E. Windows color (decimal): -14018773 or 2823978. OLE color: 2823978.
HSL color Cylindrical-coordinate representation of color #2A172B: hue angle of 297º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A172B is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 23 | 43 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.83 |
| HSL | 297º | 0.3% | 0.13% | - |
| HSV(B) | 297º | 0.47% | 0.17% | - |
| XYZ | 1.7 | 1.28 | 2.44 | - |
| YUV | 30.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 43 | 0.02 | 0.47 | 0 | 0.83 | 297 | 0.3 | 0.13 |
| Hex | 2A | 17 | 2B | 2 | 2F | 0 | 53 | 129 | 1E | D |
| Octal | 52 | 27 | 53 | 2 | 57 | 0 | 123 | 451 | 36 | 15 |
| Binary | 101010 | 10111 | 101011 | 10 | 101111 | 0 | 1010011 | 100101001 | 11110 | 1101 |
Color Harmonies of #2A172B
Complementary color
Monochromatic Colors of #2A172B
Black with #2A172B
Text Example
Text Example
White with #2A172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A172B; }
p { color: rgb(42,23,43); }
H1.HeaderClassName
{
color: #2A172B;
}
.AnyTagClassName
{
color: #2A172B;
}
</style>
background-color css
<style>
a { background-color: #2A172B; }
a { background-color: rgb(42,23,43); }
div.DivClassName
{
background-color: #2A172B;
}
.BgClassName
{
background-color: #2A172B;
}
</style>
border-color css
<style>
span { border-color: #2A172B; }
span { border-color: rgb(42,23,43); }
td.TdClassName
{
border-color: #2A172B;
}
.TagClassName
{
border-color: #2A172B;
}
</style>