Shades of Mardi Gras #2D0630
Tints of Mardi Gras #2D0630
RGB
CMYK
RGB Variations
Color information
#2D0630 (or 0x2D0630) is known color: Mardi Gras. HEX triplet: 2D, 06 and 30. RGB value is (45,6,48). Sum of RGB (Red+Green+Blue) = 45+6+48=99 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45.45% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #2D0630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0630 is #D2F9CF. Grayscale: #161616. Windows color (decimal): -13826512 or 3147309. OLE color: 3147309.
HSL color Cylindrical-coordinate representation of color #2D0630: hue angle of 295.71º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D0630 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 6 | 48 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.81 |
| HSL | 295.71º | 0.78% | 0.11% | - |
| HSV(B) | 295.71º | 0.88% | 0.19% | - |
| XYZ | 1.68 | 0.9 | 2.88 | - |
| YUV | 22.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 48 | 0.06 | 0.87 | 0 | 0.81 | 295.71 | 0.78 | 0.11 |
| Hex | 2D | 6 | 30 | 6 | 57 | 0 | 51 | 128 | 4E | B |
| Octal | 55 | 6 | 60 | 6 | 127 | 0 | 121 | 450 | 116 | 13 |
| Binary | 101101 | 110 | 110000 | 110 | 1010111 | 0 | 1010001 | 100101000 | 1001110 | 1011 |
Color Harmonies of #2D0630
Complementary color
Monochromatic Colors of #2D0630
Black with #2D0630
Text Example
Text Example
White with #2D0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0630; }
p { color: rgb(45,6,48); }
H1.HeaderClassName
{
color: #2D0630;
}
.AnyTagClassName
{
color: #2D0630;
}
</style>
background-color css
<style>
a { background-color: #2D0630; }
a { background-color: rgb(45,6,48); }
div.DivClassName
{
background-color: #2D0630;
}
.BgClassName
{
background-color: #2D0630;
}
</style>
border-color css
<style>
span { border-color: #2D0630; }
span { border-color: rgb(45,6,48); }
td.TdClassName
{
border-color: #2D0630;
}
.TagClassName
{
border-color: #2D0630;
}
</style>