Shades of Mardi Gras #2B262C
Tints of Mardi Gras #2B262C
RGB
CMYK
RGB Variations
Color information
#2B262C (or 0x2B262C) is known color: Mardi Gras. HEX triplet: 2B, 26 and 2C. RGB value is (43,38,44). Sum of RGB (Red+Green+Blue) = 43+38+44=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 44 - color contains mainly: blue. Hex color #2B262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B262C is #D4D9D3. Grayscale: #282828. Windows color (decimal): -13949396 or 2893355. OLE color: 2893355.
HSL color Cylindrical-coordinate representation of color #2B262C: hue angle of 290º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2B262C is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 44 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.83 |
| HSL | 290º | 0.07% | 0.16% | - |
| HSV(B) | 290º | 0.14% | 0.17% | - |
| XYZ | 2.14 | 2.08 | 2.67 | - |
| YUV | 40.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 44 | 0.02 | 0.14 | 0 | 0.83 | 290 | 0.07 | 0.16 |
| Hex | 2B | 26 | 2C | 2 | E | 0 | 53 | 122 | 7 | 10 |
| Octal | 53 | 46 | 54 | 2 | 16 | 0 | 123 | 442 | 7 | 20 |
| Binary | 101011 | 100110 | 101100 | 10 | 1110 | 0 | 1010011 | 100100010 | 111 | 10000 |
Color Harmonies of #2B262C
Complementary color
Monochromatic Colors of #2B262C
Black with #2B262C
Text Example
Text Example
White with #2B262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B262C; }
p { color: rgb(43,38,44); }
H1.HeaderClassName
{
color: #2B262C;
}
.AnyTagClassName
{
color: #2B262C;
}
</style>
background-color css
<style>
a { background-color: #2B262C; }
a { background-color: rgb(43,38,44); }
div.DivClassName
{
background-color: #2B262C;
}
.BgClassName
{
background-color: #2B262C;
}
</style>
border-color css
<style>
span { border-color: #2B262C; }
span { border-color: rgb(43,38,44); }
td.TdClassName
{
border-color: #2B262C;
}
.TagClassName
{
border-color: #2B262C;
}
</style>