Shades of Mardi Gras #2B1127
Tints of Mardi Gras #2B1127
RGB
CMYK
RGB Variations
Color information
#2B1127 (or 0x2B1127) is known color: Mardi Gras. HEX triplet: 2B, 11 and 27. RGB value is (43,17,39). Sum of RGB (Red+Green+Blue) = 43+17+39=99 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43.43% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1127 is #D4EED8. Grayscale: #1B1B1B. Windows color (decimal): -13954777 or 2560299. OLE color: 2560299.
HSL color Cylindrical-coordinate representation of color #2B1127: hue angle of 309.23º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B1127 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 17 | 39 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.83 |
| HSL | 309.23º | 0.43% | 0.12% | - |
| HSV(B) | 309.23º | 0.6% | 0.17% | - |
| XYZ | 1.56 | 1.06 | 2.04 | - |
| YUV | 27.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 39 | 0 | 0.60 | 0.09 | 0.83 | 309.23 | 0.43 | 0.12 |
| Hex | 2B | 11 | 27 | 0 | 3C | 9 | 53 | 135 | 2B | C |
| Octal | 53 | 21 | 47 | 0 | 74 | 11 | 123 | 465 | 53 | 14 |
| Binary | 101011 | 10001 | 100111 | 0 | 111100 | 1001 | 1010011 | 100110101 | 101011 | 1100 |
Color Harmonies of #2B1127
Complementary color
Monochromatic Colors of #2B1127
Black with #2B1127
Text Example
Text Example
White with #2B1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1127; }
p { color: rgb(43,17,39); }
H1.HeaderClassName
{
color: #2B1127;
}
.AnyTagClassName
{
color: #2B1127;
}
</style>
background-color css
<style>
a { background-color: #2B1127; }
a { background-color: rgb(43,17,39); }
div.DivClassName
{
background-color: #2B1127;
}
.BgClassName
{
background-color: #2B1127;
}
</style>
border-color css
<style>
span { border-color: #2B1127; }
span { border-color: rgb(43,17,39); }
td.TdClassName
{
border-color: #2B1127;
}
.TagClassName
{
border-color: #2B1127;
}
</style>