Shades of Mardi Gras #2D092F
Tints of Mardi Gras #2D092F
RGB
CMYK
RGB Variations
Color information
#2D092F (or 0x2D092F) is known color: Mardi Gras. HEX triplet: 2D, 09 and 2F. RGB value is (45,9,47). Sum of RGB (Red+Green+Blue) = 45+9+47=101 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.55% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D092F is #D2F6D0. Grayscale: #171717. Windows color (decimal): -13825745 or 3082541. OLE color: 3082541.
HSL color Cylindrical-coordinate representation of color #2D092F: hue angle of 296.84º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D092F is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 9 | 47 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.82 |
| HSL | 296.84º | 0.68% | 0.11% | - |
| HSV(B) | 296.84º | 0.81% | 0.18% | - |
| XYZ | 1.69 | 0.96 | 2.79 | - |
| YUV | 24.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 47 | 0.04 | 0.81 | 0 | 0.82 | 296.84 | 0.68 | 0.11 |
| Hex | 2D | 9 | 2F | 4 | 51 | 0 | 52 | 129 | 44 | B |
| Octal | 55 | 11 | 57 | 4 | 121 | 0 | 122 | 451 | 104 | 13 |
| Binary | 101101 | 1001 | 101111 | 100 | 1010001 | 0 | 1010010 | 100101001 | 1000100 | 1011 |
Color Harmonies of #2D092F
Complementary color
Monochromatic Colors of #2D092F
Black with #2D092F
Text Example
Text Example
White with #2D092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D092F; }
p { color: rgb(45,9,47); }
H1.HeaderClassName
{
color: #2D092F;
}
.AnyTagClassName
{
color: #2D092F;
}
</style>
background-color css
<style>
a { background-color: #2D092F; }
a { background-color: rgb(45,9,47); }
div.DivClassName
{
background-color: #2D092F;
}
.BgClassName
{
background-color: #2D092F;
}
</style>
border-color css
<style>
span { border-color: #2D092F; }
span { border-color: rgb(45,9,47); }
td.TdClassName
{
border-color: #2D092F;
}
.TagClassName
{
border-color: #2D092F;
}
</style>