Shades of Mardi Gras #2B172C
Tints of Mardi Gras #2B172C
RGB
CMYK
RGB Variations
Color information
#2B172C (or 0x2B172C) is known color: Mardi Gras. HEX triplet: 2B, 17 and 2C. RGB value is (43,23,44). Sum of RGB (Red+Green+Blue) = 43+23+44=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 44 - color contains mainly: blue. Hex color #2B172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B172C is #D4E8D3. Grayscale: #1F1F1F. Windows color (decimal): -13953236 or 2889515. OLE color: 2889515.
HSL color Cylindrical-coordinate representation of color #2B172C: hue angle of 297.14º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B172C is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 23 | 44 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.83 |
| HSL | 297.14º | 0.31% | 0.13% | - |
| HSV(B) | 297.14º | 0.48% | 0.17% | - |
| XYZ | 1.76 | 1.31 | 2.54 | - |
| YUV | 31.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 44 | 0.02 | 0.48 | 0 | 0.83 | 297.14 | 0.31 | 0.13 |
| Hex | 2B | 17 | 2C | 2 | 30 | 0 | 53 | 129 | 1F | D |
| Octal | 53 | 27 | 54 | 2 | 60 | 0 | 123 | 451 | 37 | 15 |
| Binary | 101011 | 10111 | 101100 | 10 | 110000 | 0 | 1010011 | 100101001 | 11111 | 1101 |
Color Harmonies of #2B172C
Complementary color
Monochromatic Colors of #2B172C
Black with #2B172C
Text Example
Text Example
White with #2B172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B172C; }
p { color: rgb(43,23,44); }
H1.HeaderClassName
{
color: #2B172C;
}
.AnyTagClassName
{
color: #2B172C;
}
</style>
background-color css
<style>
a { background-color: #2B172C; }
a { background-color: rgb(43,23,44); }
div.DivClassName
{
background-color: #2B172C;
}
.BgClassName
{
background-color: #2B172C;
}
</style>
border-color css
<style>
span { border-color: #2B172C; }
span { border-color: rgb(43,23,44); }
td.TdClassName
{
border-color: #2B172C;
}
.TagClassName
{
border-color: #2B172C;
}
</style>