Shades of Mardi Gras #2B0E2A
Tints of Mardi Gras #2B0E2A
RGB
CMYK
RGB Variations
Color information
#2B0E2A (or 0x2B0E2A) is known color: Mardi Gras. HEX triplet: 2B, 0E and 2A. RGB value is (43,14,42). Sum of RGB (Red+Green+Blue) = 43+14+42=99 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43.43% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0E2A is #D4F1D5. Grayscale: #191919. Windows color (decimal): -13955542 or 2756139. OLE color: 2756139.
HSL color Cylindrical-coordinate representation of color #2B0E2A: hue angle of 302.07º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B0E2A is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 14 | 42 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.83 |
| HSL | 302.07º | 0.51% | 0.11% | - |
| HSV(B) | 302.07º | 0.67% | 0.17% | - |
| XYZ | 1.57 | 0.99 | 2.3 | - |
| YUV | 25.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 14 | 42 | 0 | 0.67 | 0.02 | 0.83 | 302.07 | 0.51 | 0.11 |
| Hex | 2B | E | 2A | 0 | 43 | 2 | 53 | 12E | 33 | B |
| Octal | 53 | 16 | 52 | 0 | 103 | 2 | 123 | 456 | 63 | 13 |
| Binary | 101011 | 1110 | 101010 | 0 | 1000011 | 10 | 1010011 | 100101110 | 110011 | 1011 |
Color Harmonies of #2B0E2A
Complementary color
Monochromatic Colors of #2B0E2A
Black with #2B0E2A
Text Example
Text Example
White with #2B0E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0E2A; }
p { color: rgb(43,14,42); }
H1.HeaderClassName
{
color: #2B0E2A;
}
.AnyTagClassName
{
color: #2B0E2A;
}
</style>
background-color css
<style>
a { background-color: #2B0E2A; }
a { background-color: rgb(43,14,42); }
div.DivClassName
{
background-color: #2B0E2A;
}
.BgClassName
{
background-color: #2B0E2A;
}
</style>
border-color css
<style>
span { border-color: #2B0E2A; }
span { border-color: rgb(43,14,42); }
td.TdClassName
{
border-color: #2B0E2A;
}
.TagClassName
{
border-color: #2B0E2A;
}
</style>