Shades of Mardi Gras #2D182B
Tints of Mardi Gras #2D182B
RGB
CMYK
RGB Variations
Color information
#2D182B (or 0x2D182B) is known color: Mardi Gras. HEX triplet: 2D, 18 and 2B. RGB value is (45,24,43). Sum of RGB (Red+Green+Blue) = 45+24+43=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 45 - color contains mainly: red. Hex color #2D182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D182B is #D2E7D4. Grayscale: #202020. Windows color (decimal): -13821909 or 2824237. OLE color: 2824237.
HSL color Cylindrical-coordinate representation of color #2D182B: hue angle of 305.71º 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 #2D182B is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 24 | 43 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.82 |
| HSL | 305.71º | 0.3% | 0.14% | - |
| HSV(B) | 305.71º | 0.47% | 0.18% | - |
| XYZ | 1.84 | 1.39 | 2.46 | - |
| YUV | 32.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 43 | 0 | 0.47 | 0.04 | 0.82 | 305.71 | 0.3 | 0.14 |
| Hex | 2D | 18 | 2B | 0 | 2F | 4 | 52 | 132 | 1E | E |
| Octal | 55 | 30 | 53 | 0 | 57 | 4 | 122 | 462 | 36 | 16 |
| Binary | 101101 | 11000 | 101011 | 0 | 101111 | 100 | 1010010 | 100110010 | 11110 | 1110 |
Color Harmonies of #2D182B
Complementary color
Monochromatic Colors of #2D182B
Black with #2D182B
Text Example
Text Example
White with #2D182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D182B; }
p { color: rgb(45,24,43); }
H1.HeaderClassName
{
color: #2D182B;
}
.AnyTagClassName
{
color: #2D182B;
}
</style>
background-color css
<style>
a { background-color: #2D182B; }
a { background-color: rgb(45,24,43); }
div.DivClassName
{
background-color: #2D182B;
}
.BgClassName
{
background-color: #2D182B;
}
</style>
border-color css
<style>
span { border-color: #2D182B; }
span { border-color: rgb(45,24,43); }
td.TdClassName
{
border-color: #2D182B;
}
.TagClassName
{
border-color: #2D182B;
}
</style>