Shades of Mardi Gras #2B232D
Tints of Mardi Gras #2B232D
RGB
CMYK
RGB Variations
Color information
#2B232D (or 0x2B232D) is known color: Mardi Gras. HEX triplet: 2B, 23 and 2D. RGB value is (43,35,45). Sum of RGB (Red+Green+Blue) = 43+35+45=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B232D is #D4DCD2. Grayscale: #262626. Windows color (decimal): -13950163 or 2958123. OLE color: 2958123.
HSL color Cylindrical-coordinate representation of color #2B232D: hue angle of 288º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2B232D is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 35 | 45 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.82 |
| HSL | 288º | 0.13% | 0.16% | - |
| HSV(B) | 288º | 0.22% | 0.18% | - |
| XYZ | 2.07 | 1.91 | 2.74 | - |
| YUV | 38.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 45 | 0.04 | 0.22 | 0 | 0.82 | 288 | 0.13 | 0.16 |
| Hex | 2B | 23 | 2D | 4 | 16 | 0 | 52 | 120 | C | 10 |
| Octal | 53 | 43 | 55 | 4 | 26 | 0 | 122 | 440 | 14 | 20 |
| Binary | 101011 | 100011 | 101101 | 100 | 10110 | 0 | 1010010 | 100100000 | 1100 | 10000 |
Color Harmonies of #2B232D
Complementary color
Monochromatic Colors of #2B232D
Black with #2B232D
Text Example
Text Example
White with #2B232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B232D; }
p { color: rgb(43,35,45); }
H1.HeaderClassName
{
color: #2B232D;
}
.AnyTagClassName
{
color: #2B232D;
}
</style>
background-color css
<style>
a { background-color: #2B232D; }
a { background-color: rgb(43,35,45); }
div.DivClassName
{
background-color: #2B232D;
}
.BgClassName
{
background-color: #2B232D;
}
</style>
border-color css
<style>
span { border-color: #2B232D; }
span { border-color: rgb(43,35,45); }
td.TdClassName
{
border-color: #2B232D;
}
.TagClassName
{
border-color: #2B232D;
}
</style>