Shades of Mardi Gras #2B1428
Tints of Mardi Gras #2B1428
RGB
CMYK
RGB Variations
Color information
#2B1428 (or 0x2B1428) is known color: Mardi Gras. HEX triplet: 2B, 14 and 28. RGB value is (43,20,40). Sum of RGB (Red+Green+Blue) = 43+20+40=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1428 is #D4EBD7. Grayscale: #1D1D1D. Windows color (decimal): -13954008 or 2626603. OLE color: 2626603.
HSL color Cylindrical-coordinate representation of color #2B1428: hue angle of 307.83º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B1428 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 20 | 40 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.83 |
| HSL | 307.83º | 0.37% | 0.12% | - |
| HSV(B) | 307.83º | 0.53% | 0.17% | - |
| XYZ | 1.63 | 1.17 | 2.15 | - |
| YUV | 29.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 40 | 0 | 0.53 | 0.07 | 0.83 | 307.83 | 0.37 | 0.12 |
| Hex | 2B | 14 | 28 | 0 | 35 | 7 | 53 | 134 | 25 | C |
| Octal | 53 | 24 | 50 | 0 | 65 | 7 | 123 | 464 | 45 | 14 |
| Binary | 101011 | 10100 | 101000 | 0 | 110101 | 111 | 1010011 | 100110100 | 100101 | 1100 |
Color Harmonies of #2B1428
Complementary color
Monochromatic Colors of #2B1428
Black with #2B1428
Text Example
Text Example
White with #2B1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1428; }
p { color: rgb(43,20,40); }
H1.HeaderClassName
{
color: #2B1428;
}
.AnyTagClassName
{
color: #2B1428;
}
</style>
background-color css
<style>
a { background-color: #2B1428; }
a { background-color: rgb(43,20,40); }
div.DivClassName
{
background-color: #2B1428;
}
.BgClassName
{
background-color: #2B1428;
}
</style>
border-color css
<style>
span { border-color: #2B1428; }
span { border-color: rgb(43,20,40); }
td.TdClassName
{
border-color: #2B1428;
}
.TagClassName
{
border-color: #2B1428;
}
</style>