Shades of Mardi Gras #2D122A
Tints of Mardi Gras #2D122A
RGB
CMYK
RGB Variations
Color information
#2D122A (or 0x2D122A) is known color: Mardi Gras. HEX triplet: 2D, 12 and 2A. RGB value is (45,18,42). Sum of RGB (Red+Green+Blue) = 45+18+42=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 45 - color contains mainly: red. Hex color #2D122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D122A is #D2EDD5. Grayscale: #1C1C1C. Windows color (decimal): -13823446 or 2757165. OLE color: 2757165.
HSL color Cylindrical-coordinate representation of color #2D122A: hue angle of 306.67º 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 #2D122A is Cyan = 0, Magento = 0.6, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 18 | 42 | - |
| CMYK | 0 | 0.6 | 0.07 | 0.82 |
| HSL | 306.67º | 0.43% | 0.12% | - |
| HSV(B) | 306.67º | 0.6% | 0.18% | - |
| XYZ | 1.72 | 1.16 | 2.32 | - |
| YUV | 28.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 42 | 0 | 0.6 | 0.07 | 0.82 | 306.67 | 0.43 | 0.12 |
| Hex | 2D | 12 | 2A | 0 | 3C | 7 | 52 | 133 | 2B | C |
| Octal | 55 | 22 | 52 | 0 | 74 | 7 | 122 | 463 | 53 | 14 |
| Binary | 101101 | 10010 | 101010 | 0 | 111100 | 111 | 1010010 | 100110011 | 101011 | 1100 |
Color Harmonies of #2D122A
Complementary color
Monochromatic Colors of #2D122A
Black with #2D122A
Text Example
Text Example
White with #2D122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D122A; }
p { color: rgb(45,18,42); }
H1.HeaderClassName
{
color: #2D122A;
}
.AnyTagClassName
{
color: #2D122A;
}
</style>
background-color css
<style>
a { background-color: #2D122A; }
a { background-color: rgb(45,18,42); }
div.DivClassName
{
background-color: #2D122A;
}
.BgClassName
{
background-color: #2D122A;
}
</style>
border-color css
<style>
span { border-color: #2D122A; }
span { border-color: rgb(45,18,42); }
td.TdClassName
{
border-color: #2D122A;
}
.TagClassName
{
border-color: #2D122A;
}
</style>