Shades of Mardi Gras #2B0E28
Tints of Mardi Gras #2B0E28
RGB
CMYK
RGB Variations
Color information
#2B0E28 (or 0x2B0E28) is known color: Mardi Gras. HEX triplet: 2B, 0E and 28. RGB value is (43,14,40). Sum of RGB (Red+Green+Blue) = 43+14+40=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0E28 is #D4F1D7. Grayscale: #191919. Windows color (decimal): -13955544 or 2625067. OLE color: 2625067.
HSL color Cylindrical-coordinate representation of color #2B0E28: hue angle of 306.21º 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 #2B0E28 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 14 | 40 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.83 |
| HSL | 306.21º | 0.51% | 0.11% | - |
| HSV(B) | 306.21º | 0.67% | 0.17% | - |
| XYZ | 1.54 | 0.98 | 2.12 | - |
| YUV | 25.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 14 | 40 | 0 | 0.67 | 0.07 | 0.83 | 306.21 | 0.51 | 0.11 |
| Hex | 2B | E | 28 | 0 | 43 | 7 | 53 | 132 | 33 | B |
| Octal | 53 | 16 | 50 | 0 | 103 | 7 | 123 | 462 | 63 | 13 |
| Binary | 101011 | 1110 | 101000 | 0 | 1000011 | 111 | 1010011 | 100110010 | 110011 | 1011 |
Color Harmonies of #2B0E28
Complementary color
Monochromatic Colors of #2B0E28
Black with #2B0E28
Text Example
Text Example
White with #2B0E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0E28; }
p { color: rgb(43,14,40); }
H1.HeaderClassName
{
color: #2B0E28;
}
.AnyTagClassName
{
color: #2B0E28;
}
</style>
background-color css
<style>
a { background-color: #2B0E28; }
a { background-color: rgb(43,14,40); }
div.DivClassName
{
background-color: #2B0E28;
}
.BgClassName
{
background-color: #2B0E28;
}
</style>
border-color css
<style>
span { border-color: #2B0E28; }
span { border-color: rgb(43,14,40); }
td.TdClassName
{
border-color: #2B0E28;
}
.TagClassName
{
border-color: #2B0E28;
}
</style>