Shades of Mardi Gras #2D172C
Tints of Mardi Gras #2D172C
RGB
CMYK
RGB Variations
Color information
#2D172C (or 0x2D172C) is known color: Mardi Gras. HEX triplet: 2D, 17 and 2C. RGB value is (45,23,44). Sum of RGB (Red+Green+Blue) = 45+23+44=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 45 - color contains mainly: red. Hex color #2D172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D172C is #D2E8D3. Grayscale: #1F1F1F. Windows color (decimal): -13822164 or 2889517. OLE color: 2889517.
HSL color Cylindrical-coordinate representation of color #2D172C: hue angle of 302.73º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D172C is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 23 | 44 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.82 |
| HSL | 302.73º | 0.32% | 0.13% | - |
| HSV(B) | 302.73º | 0.49% | 0.18% | - |
| XYZ | 1.84 | 1.35 | 2.55 | - |
| YUV | 31.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 44 | 0 | 0.49 | 0.02 | 0.82 | 302.73 | 0.32 | 0.13 |
| Hex | 2D | 17 | 2C | 0 | 31 | 2 | 52 | 12F | 20 | D |
| Octal | 55 | 27 | 54 | 0 | 61 | 2 | 122 | 457 | 40 | 15 |
| Binary | 101101 | 10111 | 101100 | 0 | 110001 | 10 | 1010010 | 100101111 | 100000 | 1101 |
Color Harmonies of #2D172C
Complementary color
Monochromatic Colors of #2D172C
Black with #2D172C
Text Example
Text Example
White with #2D172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D172C; }
p { color: rgb(45,23,44); }
H1.HeaderClassName
{
color: #2D172C;
}
.AnyTagClassName
{
color: #2D172C;
}
</style>
background-color css
<style>
a { background-color: #2D172C; }
a { background-color: rgb(45,23,44); }
div.DivClassName
{
background-color: #2D172C;
}
.BgClassName
{
background-color: #2D172C;
}
</style>
border-color css
<style>
span { border-color: #2D172C; }
span { border-color: rgb(45,23,44); }
td.TdClassName
{
border-color: #2D172C;
}
.TagClassName
{
border-color: #2D172C;
}
</style>