Shades of Mardi Gras #2D192B
Tints of Mardi Gras #2D192B
RGB
CMYK
RGB Variations
Color information
#2D192B (or 0x2D192B) is known color: Mardi Gras. HEX triplet: 2D, 19 and 2B. RGB value is (45,25,43). Sum of RGB (Red+Green+Blue) = 45+25+43=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 45 - color contains mainly: red. Hex color #2D192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D192B is #D2E6D4. Grayscale: #202020. Windows color (decimal): -13821653 or 2824493. OLE color: 2824493.
HSL color Cylindrical-coordinate representation of color #2D192B: hue angle of 306º 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 #2D192B is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 25 | 43 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.82 |
| HSL | 306º | 0.29% | 0.14% | - |
| HSV(B) | 306º | 0.44% | 0.18% | - |
| XYZ | 1.87 | 1.43 | 2.46 | - |
| YUV | 33.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 43 | 0 | 0.44 | 0.04 | 0.82 | 306 | 0.29 | 0.14 |
| Hex | 2D | 19 | 2B | 0 | 2C | 4 | 52 | 132 | 1D | E |
| Octal | 55 | 31 | 53 | 0 | 54 | 4 | 122 | 462 | 35 | 16 |
| Binary | 101101 | 11001 | 101011 | 0 | 101100 | 100 | 1010010 | 100110010 | 11101 | 1110 |
Color Harmonies of #2D192B
Complementary color
Monochromatic Colors of #2D192B
Black with #2D192B
Text Example
Text Example
White with #2D192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D192B; }
p { color: rgb(45,25,43); }
H1.HeaderClassName
{
color: #2D192B;
}
.AnyTagClassName
{
color: #2D192B;
}
</style>
background-color css
<style>
a { background-color: #2D192B; }
a { background-color: rgb(45,25,43); }
div.DivClassName
{
background-color: #2D192B;
}
.BgClassName
{
background-color: #2D192B;
}
</style>
border-color css
<style>
span { border-color: #2D192B; }
span { border-color: rgb(45,25,43); }
td.TdClassName
{
border-color: #2D192B;
}
.TagClassName
{
border-color: #2D192B;
}
</style>