Shades of Mardi Gras #2B262B
Tints of Mardi Gras #2B262B
RGB
CMYK
RGB Variations
Color information
#2B262B (or 0x2B262B) is known color: Mardi Gras. HEX triplet: 2B, 26 and 2B. RGB value is (43,38,43). Sum of RGB (Red+Green+Blue) = 43+38+43=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 43 - color contains mainly: red, blue. Hex color #2B262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B262B is #D4D9D4. Grayscale: #282828. Windows color (decimal): -13949397 or 2827819. OLE color: 2827819.
HSL color Cylindrical-coordinate representation of color #2B262B: hue angle of 300º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B262B is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 43 | - |
| CMYK | 0 | 0.12 | 0 | 0.83 |
| HSL | 300º | 0.06% | 0.16% | - |
| HSV(B) | 300º | 0.12% | 0.17% | - |
| XYZ | 2.13 | 2.07 | 2.57 | - |
| YUV | 40.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 43 | 0 | 0.12 | 0 | 0.83 | 300 | 0.06 | 0.16 |
| Hex | 2B | 26 | 2B | 0 | C | 0 | 53 | 12C | 6 | 10 |
| Octal | 53 | 46 | 53 | 0 | 14 | 0 | 123 | 454 | 6 | 20 |
| Binary | 101011 | 100110 | 101011 | 0 | 1100 | 0 | 1010011 | 100101100 | 110 | 10000 |
Color Harmonies of #2B262B
Complementary color
Monochromatic Colors of #2B262B
Black with #2B262B
Text Example
Text Example
White with #2B262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B262B; }
p { color: rgb(43,38,43); }
H1.HeaderClassName
{
color: #2B262B;
}
.AnyTagClassName
{
color: #2B262B;
}
</style>
background-color css
<style>
a { background-color: #2B262B; }
a { background-color: rgb(43,38,43); }
div.DivClassName
{
background-color: #2B262B;
}
.BgClassName
{
background-color: #2B262B;
}
</style>
border-color css
<style>
span { border-color: #2B262B; }
span { border-color: rgb(43,38,43); }
td.TdClassName
{
border-color: #2B262B;
}
.TagClassName
{
border-color: #2B262B;
}
</style>