Shades of Mardi Gras #2D0930
Tints of Mardi Gras #2D0930
RGB
CMYK
RGB Variations
Color information
#2D0930 (or 0x2D0930) is known color: Mardi Gras. HEX triplet: 2D, 09 and 30. RGB value is (45,9,48). Sum of RGB (Red+Green+Blue) = 45+9+48=102 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.12% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #2D0930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0930 is #D2F6CF. Grayscale: #181818. Windows color (decimal): -13825744 or 3148077. OLE color: 3148077.
HSL color Cylindrical-coordinate representation of color #2D0930: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D0930 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 9 | 48 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.81 |
| HSL | 295.38º | 0.68% | 0.11% | - |
| HSV(B) | 295.38º | 0.81% | 0.19% | - |
| XYZ | 1.71 | 0.97 | 2.89 | - |
| YUV | 24.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 48 | 0.06 | 0.81 | 0 | 0.81 | 295.38 | 0.68 | 0.11 |
| Hex | 2D | 9 | 30 | 6 | 51 | 0 | 51 | 127 | 44 | B |
| Octal | 55 | 11 | 60 | 6 | 121 | 0 | 121 | 447 | 104 | 13 |
| Binary | 101101 | 1001 | 110000 | 110 | 1010001 | 0 | 1010001 | 100100111 | 1000100 | 1011 |
Color Harmonies of #2D0930
Complementary color
Monochromatic Colors of #2D0930
Black with #2D0930
Text Example
Text Example
White with #2D0930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0930; }
p { color: rgb(45,9,48); }
H1.HeaderClassName
{
color: #2D0930;
}
.AnyTagClassName
{
color: #2D0930;
}
</style>
background-color css
<style>
a { background-color: #2D0930; }
a { background-color: rgb(45,9,48); }
div.DivClassName
{
background-color: #2D0930;
}
.BgClassName
{
background-color: #2D0930;
}
</style>
border-color css
<style>
span { border-color: #2D0930; }
span { border-color: rgb(45,9,48); }
td.TdClassName
{
border-color: #2D0930;
}
.TagClassName
{
border-color: #2D0930;
}
</style>