Shades of Mardi Gras #2B0A2D
Tints of Mardi Gras #2B0A2D
RGB
CMYK
RGB Variations
Color information
#2B0A2D (or 0x2B0A2D) is known color: Mardi Gras. HEX triplet: 2B, 0A and 2D. RGB value is (43,10,45). Sum of RGB (Red+Green+Blue) = 43+10+45=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B0A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0A2D is #D4F5D2. Grayscale: #171717. Windows color (decimal): -13956563 or 2951723. OLE color: 2951723.
HSL color Cylindrical-coordinate representation of color #2B0A2D: hue angle of 296.57º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B0A2D is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 10 | 45 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.82 |
| HSL | 296.57º | 0.64% | 0.11% | - |
| HSV(B) | 296.57º | 0.78% | 0.18% | - |
| XYZ | 1.58 | 0.92 | 2.58 | - |
| YUV | 23.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 45 | 0.04 | 0.78 | 0 | 0.82 | 296.57 | 0.64 | 0.11 |
| Hex | 2B | A | 2D | 4 | 4E | 0 | 52 | 129 | 40 | B |
| Octal | 53 | 12 | 55 | 4 | 116 | 0 | 122 | 451 | 100 | 13 |
| Binary | 101011 | 1010 | 101101 | 100 | 1001110 | 0 | 1010010 | 100101001 | 1000000 | 1011 |
Color Harmonies of #2B0A2D
Complementary color
Monochromatic Colors of #2B0A2D
Black with #2B0A2D
Text Example
Text Example
White with #2B0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0A2D; }
p { color: rgb(43,10,45); }
H1.HeaderClassName
{
color: #2B0A2D;
}
.AnyTagClassName
{
color: #2B0A2D;
}
</style>
background-color css
<style>
a { background-color: #2B0A2D; }
a { background-color: rgb(43,10,45); }
div.DivClassName
{
background-color: #2B0A2D;
}
.BgClassName
{
background-color: #2B0A2D;
}
</style>
border-color css
<style>
span { border-color: #2B0A2D; }
span { border-color: rgb(43,10,45); }
td.TdClassName
{
border-color: #2B0A2D;
}
.TagClassName
{
border-color: #2B0A2D;
}
</style>