Shades of Mardi Gras #2D172A
Tints of Mardi Gras #2D172A
RGB
CMYK
RGB Variations
Color information
#2D172A (or 0x2D172A) is known color: Mardi Gras. HEX triplet: 2D, 17 and 2A. RGB value is (45,23,42). Sum of RGB (Red+Green+Blue) = 45+23+42=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 45 - color contains mainly: red. Hex color #2D172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D172A is #D2E8D5. Grayscale: #1F1F1F. Windows color (decimal): -13822166 or 2758445. OLE color: 2758445.
HSL color Cylindrical-coordinate representation of color #2D172A: hue angle of 308.18º 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 #2D172A is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 23 | 42 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.82 |
| HSL | 308.18º | 0.32% | 0.13% | - |
| HSV(B) | 308.18º | 0.49% | 0.18% | - |
| XYZ | 1.81 | 1.34 | 2.35 | - |
| YUV | 31.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 42 | 0 | 0.49 | 0.07 | 0.82 | 308.18 | 0.32 | 0.13 |
| Hex | 2D | 17 | 2A | 0 | 31 | 7 | 52 | 134 | 20 | D |
| Octal | 55 | 27 | 52 | 0 | 61 | 7 | 122 | 464 | 40 | 15 |
| Binary | 101101 | 10111 | 101010 | 0 | 110001 | 111 | 1010010 | 100110100 | 100000 | 1101 |
Color Harmonies of #2D172A
Complementary color
Monochromatic Colors of #2D172A
Black with #2D172A
Text Example
Text Example
White with #2D172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D172A; }
p { color: rgb(45,23,42); }
H1.HeaderClassName
{
color: #2D172A;
}
.AnyTagClassName
{
color: #2D172A;
}
</style>
background-color css
<style>
a { background-color: #2D172A; }
a { background-color: rgb(45,23,42); }
div.DivClassName
{
background-color: #2D172A;
}
.BgClassName
{
background-color: #2D172A;
}
</style>
border-color css
<style>
span { border-color: #2D172A; }
span { border-color: rgb(45,23,42); }
td.TdClassName
{
border-color: #2D172A;
}
.TagClassName
{
border-color: #2D172A;
}
</style>