Shades of Mardi Gras #2B232B
Tints of Mardi Gras #2B232B
RGB
CMYK
RGB Variations
Color information
#2B232B (or 0x2B232B) is known color: Mardi Gras. HEX triplet: 2B, 23 and 2B. RGB value is (43,35,43). Sum of RGB (Red+Green+Blue) = 43+35+43=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 43 - color contains mainly: red, blue. Hex color #2B232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B232B is #D4DCD4. Grayscale: #262626. Windows color (decimal): -13950165 or 2827051. OLE color: 2827051.
HSL color Cylindrical-coordinate representation of color #2B232B: hue angle of 300º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B232B is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 35 | 43 | - |
| CMYK | 0 | 0.19 | 0 | 0.83 |
| HSL | 300º | 0.1% | 0.15% | - |
| HSV(B) | 300º | 0.19% | 0.17% | - |
| XYZ | 2.03 | 1.89 | 2.54 | - |
| YUV | 38.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 43 | 0 | 0.19 | 0 | 0.83 | 300 | 0.1 | 0.15 |
| Hex | 2B | 23 | 2B | 0 | 13 | 0 | 53 | 12C | A | F |
| Octal | 53 | 43 | 53 | 0 | 23 | 0 | 123 | 454 | 12 | 17 |
| Binary | 101011 | 100011 | 101011 | 0 | 10011 | 0 | 1010011 | 100101100 | 1010 | 1111 |
Color Harmonies of #2B232B
Complementary color
Monochromatic Colors of #2B232B
Black with #2B232B
Text Example
Text Example
White with #2B232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B232B; }
p { color: rgb(43,35,43); }
H1.HeaderClassName
{
color: #2B232B;
}
.AnyTagClassName
{
color: #2B232B;
}
</style>
background-color css
<style>
a { background-color: #2B232B; }
a { background-color: rgb(43,35,43); }
div.DivClassName
{
background-color: #2B232B;
}
.BgClassName
{
background-color: #2B232B;
}
</style>
border-color css
<style>
span { border-color: #2B232B; }
span { border-color: rgb(43,35,43); }
td.TdClassName
{
border-color: #2B232B;
}
.TagClassName
{
border-color: #2B232B;
}
</style>