Shades of Mardi Gras #2B0B26
Tints of Mardi Gras #2B0B26
RGB
CMYK
RGB Variations
Color information
#2B0B26 (or 0x2B0B26) is known color: Mardi Gras. HEX triplet: 2B, 0B and 26. RGB value is (43,11,38). Sum of RGB (Red+Green+Blue) = 43+11+38=92 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.74% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0B26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0B26 is #D4F4D9. Grayscale: #171717. Windows color (decimal): -13956314 or 2493227. OLE color: 2493227.
HSL color Cylindrical-coordinate representation of color #2B0B26: hue angle of 309.38º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B0B26 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 11 | 38 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.83 |
| HSL | 309.38º | 0.59% | 0.11% | - |
| HSV(B) | 309.38º | 0.74% | 0.17% | - |
| XYZ | 1.47 | 0.89 | 1.93 | - |
| YUV | 23.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 38 | 0 | 0.74 | 0.12 | 0.83 | 309.38 | 0.59 | 0.11 |
| Hex | 2B | B | 26 | 0 | 4A | C | 53 | 135 | 3B | B |
| Octal | 53 | 13 | 46 | 0 | 112 | 14 | 123 | 465 | 73 | 13 |
| Binary | 101011 | 1011 | 100110 | 0 | 1001010 | 1100 | 1010011 | 100110101 | 111011 | 1011 |
Color Harmonies of #2B0B26
Complementary color
Monochromatic Colors of #2B0B26
Black with #2B0B26
Text Example
Text Example
White with #2B0B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0B26; }
p { color: rgb(43,11,38); }
H1.HeaderClassName
{
color: #2B0B26;
}
.AnyTagClassName
{
color: #2B0B26;
}
</style>
background-color css
<style>
a { background-color: #2B0B26; }
a { background-color: rgb(43,11,38); }
div.DivClassName
{
background-color: #2B0B26;
}
.BgClassName
{
background-color: #2B0B26;
}
</style>
border-color css
<style>
span { border-color: #2B0B26; }
span { border-color: rgb(43,11,38); }
td.TdClassName
{
border-color: #2B0B26;
}
.TagClassName
{
border-color: #2B0B26;
}
</style>