Shades of Mardi Gras #2D132B
Tints of Mardi Gras #2D132B
RGB
CMYK
RGB Variations
Color information
#2D132B (or 0x2D132B) is known color: Mardi Gras. HEX triplet: 2D, 13 and 2B. RGB value is (45,19,43). Sum of RGB (Red+Green+Blue) = 45+19+43=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 45 - color contains mainly: red. Hex color #2D132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D132B is #D2ECD4. Grayscale: #1D1D1D. Windows color (decimal): -13823189 or 2822957. OLE color: 2822957.
HSL color Cylindrical-coordinate representation of color #2D132B: hue angle of 304.62º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D132B is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 19 | 43 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.82 |
| HSL | 304.62º | 0.41% | 0.13% | - |
| HSV(B) | 304.62º | 0.58% | 0.18% | - |
| XYZ | 1.75 | 1.2 | 2.42 | - |
| YUV | 29.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 43 | 0 | 0.58 | 0.04 | 0.82 | 304.62 | 0.41 | 0.13 |
| Hex | 2D | 13 | 2B | 0 | 3A | 4 | 52 | 131 | 29 | D |
| Octal | 55 | 23 | 53 | 0 | 72 | 4 | 122 | 461 | 51 | 15 |
| Binary | 101101 | 10011 | 101011 | 0 | 111010 | 100 | 1010010 | 100110001 | 101001 | 1101 |
Color Harmonies of #2D132B
Complementary color
Monochromatic Colors of #2D132B
Black with #2D132B
Text Example
Text Example
White with #2D132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D132B; }
p { color: rgb(45,19,43); }
H1.HeaderClassName
{
color: #2D132B;
}
.AnyTagClassName
{
color: #2D132B;
}
</style>
background-color css
<style>
a { background-color: #2D132B; }
a { background-color: rgb(45,19,43); }
div.DivClassName
{
background-color: #2D132B;
}
.BgClassName
{
background-color: #2D132B;
}
</style>
border-color css
<style>
span { border-color: #2D132B; }
span { border-color: rgb(45,19,43); }
td.TdClassName
{
border-color: #2D132B;
}
.TagClassName
{
border-color: #2D132B;
}
</style>