Shades of Mardi Gras #2B0124
Tints of Mardi Gras #2B0124
RGB
CMYK
RGB Variations
Color information
#2B0124 (or 0x2B0124) is known color: Mardi Gras. HEX triplet: 2B, 01 and 24. RGB value is (43,1,36). Sum of RGB (Red+Green+Blue) = 43+1+36=80 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.75% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0124 is #D4FEDB. Grayscale: #111111. Windows color (decimal): -13958876 or 2359595. OLE color: 2359595.
HSL color Cylindrical-coordinate representation of color #2B0124: hue angle of 310º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0124 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 1 | 36 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.83 |
| HSL | 310º | 0.95% | 0.09% | - |
| HSV(B) | 310º | 0.98% | 0.17% | - |
| XYZ | 1.33 | 0.66 | 1.73 | - |
| YUV | 17.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 36 | 0 | 0.98 | 0.16 | 0.83 | 310 | 0.95 | 0.09 |
| Hex | 2B | 1 | 24 | 0 | 62 | 10 | 53 | 136 | 5F | 9 |
| Octal | 53 | 1 | 44 | 0 | 142 | 20 | 123 | 466 | 137 | 11 |
| Binary | 101011 | 1 | 100100 | 0 | 1100010 | 10000 | 1010011 | 100110110 | 1011111 | 1001 |
Color Harmonies of #2B0124
Complementary color
Monochromatic Colors of #2B0124
Black with #2B0124
Text Example
Text Example
White with #2B0124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0124; }
p { color: rgb(43,1,36); }
H1.HeaderClassName
{
color: #2B0124;
}
.AnyTagClassName
{
color: #2B0124;
}
</style>
background-color css
<style>
a { background-color: #2B0124; }
a { background-color: rgb(43,1,36); }
div.DivClassName
{
background-color: #2B0124;
}
.BgClassName
{
background-color: #2B0124;
}
</style>
border-color css
<style>
span { border-color: #2B0124; }
span { border-color: rgb(43,1,36); }
td.TdClassName
{
border-color: #2B0124;
}
.TagClassName
{
border-color: #2B0124;
}
</style>