Shades of Mardi Gras #2D122B
Tints of Mardi Gras #2D122B
RGB
CMYK
RGB Variations
Color information
#2D122B (or 0x2D122B) is known color: Mardi Gras. HEX triplet: 2D, 12 and 2B. RGB value is (45,18,43). Sum of RGB (Red+Green+Blue) = 45+18+43=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 45 - color contains mainly: red. Hex color #2D122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D122B is #D2EDD4. Grayscale: #1C1C1C. Windows color (decimal): -13823445 or 2822701. OLE color: 2822701.
HSL color Cylindrical-coordinate representation of color #2D122B: hue angle of 304.44º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D122B is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 18 | 43 | - |
| CMYK | 0 | 0.6 | 0.04 | 0.82 |
| HSL | 304.44º | 0.43% | 0.12% | - |
| HSV(B) | 304.44º | 0.6% | 0.18% | - |
| XYZ | 1.73 | 1.16 | 2.42 | - |
| YUV | 28.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 43 | 0 | 0.6 | 0.04 | 0.82 | 304.44 | 0.43 | 0.12 |
| Hex | 2D | 12 | 2B | 0 | 3C | 4 | 52 | 130 | 2B | C |
| Octal | 55 | 22 | 53 | 0 | 74 | 4 | 122 | 460 | 53 | 14 |
| Binary | 101101 | 10010 | 101011 | 0 | 111100 | 100 | 1010010 | 100110000 | 101011 | 1100 |
Color Harmonies of #2D122B
Complementary color
Monochromatic Colors of #2D122B
Black with #2D122B
Text Example
Text Example
White with #2D122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D122B; }
p { color: rgb(45,18,43); }
H1.HeaderClassName
{
color: #2D122B;
}
.AnyTagClassName
{
color: #2D122B;
}
</style>
background-color css
<style>
a { background-color: #2D122B; }
a { background-color: rgb(45,18,43); }
div.DivClassName
{
background-color: #2D122B;
}
.BgClassName
{
background-color: #2D122B;
}
</style>
border-color css
<style>
span { border-color: #2D122B; }
span { border-color: rgb(45,18,43); }
td.TdClassName
{
border-color: #2D122B;
}
.TagClassName
{
border-color: #2D122B;
}
</style>