Shades of Mardi Gras #2D182A
Tints of Mardi Gras #2D182A
RGB
CMYK
RGB Variations
Color information
#2D182A (or 0x2D182A) is known color: Mardi Gras. HEX triplet: 2D, 18 and 2A. RGB value is (45,24,42). Sum of RGB (Red+Green+Blue) = 45+24+42=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 45 - color contains mainly: red. Hex color #2D182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D182A is #D2E7D5. Grayscale: #202020. Windows color (decimal): -13821910 or 2758701. OLE color: 2758701.
HSL color Cylindrical-coordinate representation of color #2D182A: hue angle of 308.57º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D182A is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 24 | 42 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.82 |
| HSL | 308.57º | 0.3% | 0.14% | - |
| HSV(B) | 308.57º | 0.47% | 0.18% | - |
| XYZ | 1.83 | 1.38 | 2.36 | - |
| YUV | 32.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 42 | 0 | 0.47 | 0.07 | 0.82 | 308.57 | 0.3 | 0.14 |
| Hex | 2D | 18 | 2A | 0 | 2F | 7 | 52 | 135 | 1E | E |
| Octal | 55 | 30 | 52 | 0 | 57 | 7 | 122 | 465 | 36 | 16 |
| Binary | 101101 | 11000 | 101010 | 0 | 101111 | 111 | 1010010 | 100110101 | 11110 | 1110 |
Color Harmonies of #2D182A
Complementary color
Monochromatic Colors of #2D182A
Black with #2D182A
Text Example
Text Example
White with #2D182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D182A; }
p { color: rgb(45,24,42); }
H1.HeaderClassName
{
color: #2D182A;
}
.AnyTagClassName
{
color: #2D182A;
}
</style>
background-color css
<style>
a { background-color: #2D182A; }
a { background-color: rgb(45,24,42); }
div.DivClassName
{
background-color: #2D182A;
}
.BgClassName
{
background-color: #2D182A;
}
</style>
border-color css
<style>
span { border-color: #2D182A; }
span { border-color: rgb(45,24,42); }
td.TdClassName
{
border-color: #2D182A;
}
.TagClassName
{
border-color: #2D182A;
}
</style>