Shades of Mardi Gras #2D192A
Tints of Mardi Gras #2D192A
RGB
CMYK
RGB Variations
Color information
#2D192A (or 0x2D192A) is known color: Mardi Gras. HEX triplet: 2D, 19 and 2A. RGB value is (45,25,42). Sum of RGB (Red+Green+Blue) = 45+25+42=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 45 - color contains mainly: red. Hex color #2D192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D192A is #D2E6D5. Grayscale: #202020. Windows color (decimal): -13821654 or 2758957. OLE color: 2758957.
HSL color Cylindrical-coordinate representation of color #2D192A: hue angle of 309º 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 #2D192A is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 25 | 42 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.82 |
| HSL | 309º | 0.29% | 0.14% | - |
| HSV(B) | 309º | 0.44% | 0.18% | - |
| XYZ | 1.85 | 1.42 | 2.37 | - |
| YUV | 32.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 42 | 0 | 0.44 | 0.07 | 0.82 | 309 | 0.29 | 0.14 |
| Hex | 2D | 19 | 2A | 0 | 2C | 7 | 52 | 135 | 1D | E |
| Octal | 55 | 31 | 52 | 0 | 54 | 7 | 122 | 465 | 35 | 16 |
| Binary | 101101 | 11001 | 101010 | 0 | 101100 | 111 | 1010010 | 100110101 | 11101 | 1110 |
Color Harmonies of #2D192A
Complementary color
Monochromatic Colors of #2D192A
Black with #2D192A
Text Example
Text Example
White with #2D192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D192A; }
p { color: rgb(45,25,42); }
H1.HeaderClassName
{
color: #2D192A;
}
.AnyTagClassName
{
color: #2D192A;
}
</style>
background-color css
<style>
a { background-color: #2D192A; }
a { background-color: rgb(45,25,42); }
div.DivClassName
{
background-color: #2D192A;
}
.BgClassName
{
background-color: #2D192A;
}
</style>
border-color css
<style>
span { border-color: #2D192A; }
span { border-color: rgb(45,25,42); }
td.TdClassName
{
border-color: #2D192A;
}
.TagClassName
{
border-color: #2D192A;
}
</style>