Shades of Mardi Gras #2D0A2F
Tints of Mardi Gras #2D0A2F
RGB
CMYK
RGB Variations
Color information
#2D0A2F (or 0x2D0A2F) is known color: Mardi Gras. HEX triplet: 2D, 0A and 2F. RGB value is (45,10,47). Sum of RGB (Red+Green+Blue) = 45+10+47=102 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.12% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D0A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0A2F is #D2F5D0. Grayscale: #181818. Windows color (decimal): -13825489 or 3082797. OLE color: 3082797.
HSL color Cylindrical-coordinate representation of color #2D0A2F: hue angle of 296.76º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D0A2F is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 10 | 47 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.82 |
| HSL | 296.76º | 0.65% | 0.11% | - |
| HSV(B) | 296.76º | 0.79% | 0.18% | - |
| XYZ | 1.7 | 0.98 | 2.79 | - |
| YUV | 24.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 47 | 0.04 | 0.79 | 0 | 0.82 | 296.76 | 0.65 | 0.11 |
| Hex | 2D | A | 2F | 4 | 4F | 0 | 52 | 129 | 41 | B |
| Octal | 55 | 12 | 57 | 4 | 117 | 0 | 122 | 451 | 101 | 13 |
| Binary | 101101 | 1010 | 101111 | 100 | 1001111 | 0 | 1010010 | 100101001 | 1000001 | 1011 |
Color Harmonies of #2D0A2F
Complementary color
Monochromatic Colors of #2D0A2F
Black with #2D0A2F
Text Example
Text Example
White with #2D0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0A2F; }
p { color: rgb(45,10,47); }
H1.HeaderClassName
{
color: #2D0A2F;
}
.AnyTagClassName
{
color: #2D0A2F;
}
</style>
background-color css
<style>
a { background-color: #2D0A2F; }
a { background-color: rgb(45,10,47); }
div.DivClassName
{
background-color: #2D0A2F;
}
.BgClassName
{
background-color: #2D0A2F;
}
</style>
border-color css
<style>
span { border-color: #2D0A2F; }
span { border-color: rgb(45,10,47); }
td.TdClassName
{
border-color: #2D0A2F;
}
.TagClassName
{
border-color: #2D0A2F;
}
</style>