Shades of Mardi Gras #2A0B28
Tints of Mardi Gras #2A0B28
RGB
CMYK
RGB Variations
Color information
#2A0B28 (or 0x2A0B28) is known color: Mardi Gras. HEX triplet: 2A, 0B and 28. RGB value is (42,11,40). Sum of RGB (Red+Green+Blue) = 42+11+40=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0B28 is #D5F4D7. Grayscale: #171717. Windows color (decimal): -14021848 or 2624298. OLE color: 2624298.
HSL color Cylindrical-coordinate representation of color #2A0B28: hue angle of 303.87º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A0B28 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 11 | 40 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.84 |
| HSL | 303.87º | 0.58% | 0.1% | - |
| HSV(B) | 303.87º | 0.74% | 0.16% | - |
| XYZ | 1.46 | 0.88 | 2.1 | - |
| YUV | 23.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 40 | 0 | 0.74 | 0.05 | 0.84 | 303.87 | 0.58 | 0.1 |
| Hex | 2A | B | 28 | 0 | 4A | 5 | 54 | 130 | 3A | A |
| Octal | 52 | 13 | 50 | 0 | 112 | 5 | 124 | 460 | 72 | 12 |
| Binary | 101010 | 1011 | 101000 | 0 | 1001010 | 101 | 1010100 | 100110000 | 111010 | 1010 |
Color Harmonies of #2A0B28
Complementary color
Monochromatic Colors of #2A0B28
Black with #2A0B28
Text Example
Text Example
White with #2A0B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0B28; }
p { color: rgb(42,11,40); }
H1.HeaderClassName
{
color: #2A0B28;
}
.AnyTagClassName
{
color: #2A0B28;
}
</style>
background-color css
<style>
a { background-color: #2A0B28; }
a { background-color: rgb(42,11,40); }
div.DivClassName
{
background-color: #2A0B28;
}
.BgClassName
{
background-color: #2A0B28;
}
</style>
border-color css
<style>
span { border-color: #2A0B28; }
span { border-color: rgb(42,11,40); }
td.TdClassName
{
border-color: #2A0B28;
}
.TagClassName
{
border-color: #2A0B28;
}
</style>