Shades of Mardi Gras #2B192D
Tints of Mardi Gras #2B192D
RGB
CMYK
RGB Variations
Color information
#2B192D (or 0x2B192D) is known color: Mardi Gras. HEX triplet: 2B, 19 and 2D. RGB value is (43,25,45). Sum of RGB (Red+Green+Blue) = 43+25+45=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B192D is #D4E6D2. Grayscale: #202020. Windows color (decimal): -13952723 or 2955563. OLE color: 2955563.
HSL color Cylindrical-coordinate representation of color #2B192D: hue angle of 294º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B192D is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 25 | 45 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.82 |
| HSL | 294º | 0.29% | 0.14% | - |
| HSV(B) | 294º | 0.44% | 0.18% | - |
| XYZ | 1.82 | 1.4 | 2.66 | - |
| YUV | 32.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 45 | 0.04 | 0.44 | 0 | 0.82 | 294 | 0.29 | 0.14 |
| Hex | 2B | 19 | 2D | 4 | 2C | 0 | 52 | 126 | 1D | E |
| Octal | 53 | 31 | 55 | 4 | 54 | 0 | 122 | 446 | 35 | 16 |
| Binary | 101011 | 11001 | 101101 | 100 | 101100 | 0 | 1010010 | 100100110 | 11101 | 1110 |
Color Harmonies of #2B192D
Complementary color
Monochromatic Colors of #2B192D
Black with #2B192D
Text Example
Text Example
White with #2B192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B192D; }
p { color: rgb(43,25,45); }
H1.HeaderClassName
{
color: #2B192D;
}
.AnyTagClassName
{
color: #2B192D;
}
</style>
background-color css
<style>
a { background-color: #2B192D; }
a { background-color: rgb(43,25,45); }
div.DivClassName
{
background-color: #2B192D;
}
.BgClassName
{
background-color: #2B192D;
}
</style>
border-color css
<style>
span { border-color: #2B192D; }
span { border-color: rgb(43,25,45); }
td.TdClassName
{
border-color: #2B192D;
}
.TagClassName
{
border-color: #2B192D;
}
</style>