Shades of Mardi Gras #2A1F2B
Tints of Mardi Gras #2A1F2B
RGB
CMYK
RGB Variations
Color information
#2A1F2B (or 0x2A1F2B) is known color: Mardi Gras. HEX triplet: 2A, 1F and 2B. RGB value is (42,31,43). Sum of RGB (Red+Green+Blue) = 42+31+43=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 43 - color contains mainly: blue. Hex color #2A1F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1F2B is #D5E0D4. Grayscale: #232323. Windows color (decimal): -14016725 or 2826026. OLE color: 2826026.
HSL color Cylindrical-coordinate representation of color #2A1F2B: hue angle of 295º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A1F2B is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 31 | 43 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.83 |
| HSL | 295º | 0.16% | 0.15% | - |
| HSV(B) | 295º | 0.28% | 0.17% | - |
| XYZ | 1.88 | 1.65 | 2.5 | - |
| YUV | 35.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 31 | 43 | 0.02 | 0.28 | 0 | 0.83 | 295 | 0.16 | 0.15 |
| Hex | 2A | 1F | 2B | 2 | 1C | 0 | 53 | 127 | 10 | F |
| Octal | 52 | 37 | 53 | 2 | 34 | 0 | 123 | 447 | 20 | 17 |
| Binary | 101010 | 11111 | 101011 | 10 | 11100 | 0 | 1010011 | 100100111 | 10000 | 1111 |
Color Harmonies of #2A1F2B
Complementary color
Monochromatic Colors of #2A1F2B
Black with #2A1F2B
Text Example
Text Example
White with #2A1F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1F2B; }
p { color: rgb(42,31,43); }
H1.HeaderClassName
{
color: #2A1F2B;
}
.AnyTagClassName
{
color: #2A1F2B;
}
</style>
background-color css
<style>
a { background-color: #2A1F2B; }
a { background-color: rgb(42,31,43); }
div.DivClassName
{
background-color: #2A1F2B;
}
.BgClassName
{
background-color: #2A1F2B;
}
</style>
border-color css
<style>
span { border-color: #2A1F2B; }
span { border-color: rgb(42,31,43); }
td.TdClassName
{
border-color: #2A1F2B;
}
.TagClassName
{
border-color: #2A1F2B;
}
</style>