Shades of Mardi Gras #2A102B
Tints of Mardi Gras #2A102B
RGB
CMYK
RGB Variations
Color information
#2A102B (or 0x2A102B) is known color: Mardi Gras. HEX triplet: 2A, 10 and 2B. RGB value is (42,16,43). Sum of RGB (Red+Green+Blue) = 42+16+43=101 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.58% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 43 - color contains mainly: blue. Hex color #2A102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A102B is #D5EFD4. Grayscale: #1A1A1A. Windows color (decimal): -14020565 or 2822186. OLE color: 2822186.
HSL color Cylindrical-coordinate representation of color #2A102B: hue angle of 297.78º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A102B is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 16 | 43 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.83 |
| HSL | 297.78º | 0.46% | 0.12% | - |
| HSV(B) | 297.78º | 0.63% | 0.17% | - |
| XYZ | 1.58 | 1.04 | 2.4 | - |
| YUV | 26.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 43 | 0.02 | 0.63 | 0 | 0.83 | 297.78 | 0.46 | 0.12 |
| Hex | 2A | 10 | 2B | 2 | 3F | 0 | 53 | 12A | 2E | C |
| Octal | 52 | 20 | 53 | 2 | 77 | 0 | 123 | 452 | 56 | 14 |
| Binary | 101010 | 10000 | 101011 | 10 | 111111 | 0 | 1010011 | 100101010 | 101110 | 1100 |
Color Harmonies of #2A102B
Complementary color
Monochromatic Colors of #2A102B
Black with #2A102B
Text Example
Text Example
White with #2A102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A102B; }
p { color: rgb(42,16,43); }
H1.HeaderClassName
{
color: #2A102B;
}
.AnyTagClassName
{
color: #2A102B;
}
</style>
background-color css
<style>
a { background-color: #2A102B; }
a { background-color: rgb(42,16,43); }
div.DivClassName
{
background-color: #2A102B;
}
.BgClassName
{
background-color: #2A102B;
}
</style>
border-color css
<style>
span { border-color: #2A102B; }
span { border-color: rgb(42,16,43); }
td.TdClassName
{
border-color: #2A102B;
}
.TagClassName
{
border-color: #2A102B;
}
</style>