Shades of Mardi Gras #2A102D
Tints of Mardi Gras #2A102D
RGB
CMYK
RGB Variations
Color information
#2A102D (or 0x2A102D) is known color: Mardi Gras. HEX triplet: 2A, 10 and 2D. RGB value is (42,16,45). Sum of RGB (Red+Green+Blue) = 42+16+45=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A102D is #D5EFD2. Grayscale: #1A1A1A. Windows color (decimal): -14020563 or 2953258. OLE color: 2953258.
HSL color Cylindrical-coordinate representation of color #2A102D: hue angle of 293.79º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A102D is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 16 | 45 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.82 |
| HSL | 293.79º | 0.48% | 0.12% | - |
| HSV(B) | 293.79º | 0.64% | 0.18% | - |
| XYZ | 1.61 | 1.05 | 2.6 | - |
| YUV | 27.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 45 | 0.07 | 0.64 | 0 | 0.82 | 293.79 | 0.48 | 0.12 |
| Hex | 2A | 10 | 2D | 7 | 40 | 0 | 52 | 126 | 30 | C |
| Octal | 52 | 20 | 55 | 7 | 100 | 0 | 122 | 446 | 60 | 14 |
| Binary | 101010 | 10000 | 101101 | 111 | 1000000 | 0 | 1010010 | 100100110 | 110000 | 1100 |
Color Harmonies of #2A102D
Complementary color
Monochromatic Colors of #2A102D
Black with #2A102D
Text Example
Text Example
White with #2A102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A102D; }
p { color: rgb(42,16,45); }
H1.HeaderClassName
{
color: #2A102D;
}
.AnyTagClassName
{
color: #2A102D;
}
</style>
background-color css
<style>
a { background-color: #2A102D; }
a { background-color: rgb(42,16,45); }
div.DivClassName
{
background-color: #2A102D;
}
.BgClassName
{
background-color: #2A102D;
}
</style>
border-color css
<style>
span { border-color: #2A102D; }
span { border-color: rgb(42,16,45); }
td.TdClassName
{
border-color: #2A102D;
}
.TagClassName
{
border-color: #2A102D;
}
</style>