Shades of Mardi Gras #2D012F
Tints of Mardi Gras #2D012F
RGB
CMYK
RGB Variations
Color information
#2D012F (or 0x2D012F) is known color: Mardi Gras. HEX triplet: 2D, 01 and 2F. RGB value is (45,1,47). Sum of RGB (Red+Green+Blue) = 45+1+47=93 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.39% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D012F is #D2FED0. Grayscale: #131313. Windows color (decimal): -13827793 or 3080493. OLE color: 3080493.
HSL color Cylindrical-coordinate representation of color #2D012F: hue angle of 297.39º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D012F is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 1 | 47 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.82 |
| HSL | 297.39º | 0.96% | 0.09% | - |
| HSV(B) | 297.39º | 0.98% | 0.18% | - |
| XYZ | 1.61 | 0.78 | 2.76 | - |
| YUV | 19.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 47 | 0.04 | 0.98 | 0 | 0.82 | 297.39 | 0.96 | 0.09 |
| Hex | 2D | 1 | 2F | 4 | 62 | 0 | 52 | 129 | 60 | 9 |
| Octal | 55 | 1 | 57 | 4 | 142 | 0 | 122 | 451 | 140 | 11 |
| Binary | 101101 | 1 | 101111 | 100 | 1100010 | 0 | 1010010 | 100101001 | 1100000 | 1001 |
Color Harmonies of #2D012F
Complementary color
Monochromatic Colors of #2D012F
Black with #2D012F
Text Example
Text Example
White with #2D012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D012F; }
p { color: rgb(45,1,47); }
H1.HeaderClassName
{
color: #2D012F;
}
.AnyTagClassName
{
color: #2D012F;
}
</style>
background-color css
<style>
a { background-color: #2D012F; }
a { background-color: rgb(45,1,47); }
div.DivClassName
{
background-color: #2D012F;
}
.BgClassName
{
background-color: #2D012F;
}
</style>
border-color css
<style>
span { border-color: #2D012F; }
span { border-color: rgb(45,1,47); }
td.TdClassName
{
border-color: #2D012F;
}
.TagClassName
{
border-color: #2D012F;
}
</style>