Shades of Mardi Gras #2D082F
Tints of Mardi Gras #2D082F
RGB
CMYK
RGB Variations
Color information
#2D082F (or 0x2D082F) is known color: Mardi Gras. HEX triplet: 2D, 08 and 2F. RGB value is (45,8,47). Sum of RGB (Red+Green+Blue) = 45+8+47=100 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D082F is #D2F7D0. Grayscale: #171717. Windows color (decimal): -13826001 or 3082285. OLE color: 3082285.
HSL color Cylindrical-coordinate representation of color #2D082F: hue angle of 296.92º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D082F is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 8 | 47 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.82 |
| HSL | 296.92º | 0.71% | 0.11% | - |
| HSV(B) | 296.92º | 0.83% | 0.18% | - |
| XYZ | 1.68 | 0.94 | 2.78 | - |
| YUV | 23.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 47 | 0.04 | 0.83 | 0 | 0.82 | 296.92 | 0.71 | 0.11 |
| Hex | 2D | 8 | 2F | 4 | 53 | 0 | 52 | 129 | 47 | B |
| Octal | 55 | 10 | 57 | 4 | 123 | 0 | 122 | 451 | 107 | 13 |
| Binary | 101101 | 1000 | 101111 | 100 | 1010011 | 0 | 1010010 | 100101001 | 1000111 | 1011 |
Color Harmonies of #2D082F
Complementary color
Monochromatic Colors of #2D082F
Black with #2D082F
Text Example
Text Example
White with #2D082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D082F; }
p { color: rgb(45,8,47); }
H1.HeaderClassName
{
color: #2D082F;
}
.AnyTagClassName
{
color: #2D082F;
}
</style>
background-color css
<style>
a { background-color: #2D082F; }
a { background-color: rgb(45,8,47); }
div.DivClassName
{
background-color: #2D082F;
}
.BgClassName
{
background-color: #2D082F;
}
</style>
border-color css
<style>
span { border-color: #2D082F; }
span { border-color: rgb(45,8,47); }
td.TdClassName
{
border-color: #2D082F;
}
.TagClassName
{
border-color: #2D082F;
}
</style>