Shades of Mardi Gras #2D182F
Tints of Mardi Gras #2D182F
RGB
CMYK
RGB Variations
Color information
#2D182F (or 0x2D182F) is known color: Mardi Gras. HEX triplet: 2D, 18 and 2F. RGB value is (45,24,47). Sum of RGB (Red+Green+Blue) = 45+24+47=116 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.79% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D182F is #D2E7D0. Grayscale: #202020. Windows color (decimal): -13821905 or 3086381. OLE color: 3086381.
HSL color Cylindrical-coordinate representation of color #2D182F: hue angle of 294.78º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D182F is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 24 | 47 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.82 |
| HSL | 294.78º | 0.32% | 0.14% | - |
| HSV(B) | 294.78º | 0.49% | 0.18% | - |
| XYZ | 1.92 | 1.42 | 2.86 | - |
| YUV | 32.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 47 | 0.04 | 0.49 | 0 | 0.82 | 294.78 | 0.32 | 0.14 |
| Hex | 2D | 18 | 2F | 4 | 31 | 0 | 52 | 127 | 20 | E |
| Octal | 55 | 30 | 57 | 4 | 61 | 0 | 122 | 447 | 40 | 16 |
| Binary | 101101 | 11000 | 101111 | 100 | 110001 | 0 | 1010010 | 100100111 | 100000 | 1110 |
Color Harmonies of #2D182F
Complementary color
Monochromatic Colors of #2D182F
Black with #2D182F
Text Example
Text Example
White with #2D182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D182F; }
p { color: rgb(45,24,47); }
H1.HeaderClassName
{
color: #2D182F;
}
.AnyTagClassName
{
color: #2D182F;
}
</style>
background-color css
<style>
a { background-color: #2D182F; }
a { background-color: rgb(45,24,47); }
div.DivClassName
{
background-color: #2D182F;
}
.BgClassName
{
background-color: #2D182F;
}
</style>
border-color css
<style>
span { border-color: #2D182F; }
span { border-color: rgb(45,24,47); }
td.TdClassName
{
border-color: #2D182F;
}
.TagClassName
{
border-color: #2D182F;
}
</style>