Shades of Mardi Gras #2D102D
Tints of Mardi Gras #2D102D
RGB
CMYK
RGB Variations
Color information
#2D102D (or 0x2D102D) is known color: Mardi Gras. HEX triplet: 2D, 10 and 2D. RGB value is (45,16,45). Sum of RGB (Red+Green+Blue) = 45+16+45=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 45 - color contains mainly: red, blue. Hex color #2D102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D102D is #D2EFD2. Grayscale: #1B1B1B. Windows color (decimal): -13823955 or 2953261. OLE color: 2953261.
HSL color Cylindrical-coordinate representation of color #2D102D: hue angle of 300º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D102D is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 16 | 45 | - |
| CMYK | 0 | 0.64 | 0 | 0.82 |
| HSL | 300º | 0.48% | 0.12% | - |
| HSV(B) | 300º | 0.64% | 0.18% | - |
| XYZ | 1.74 | 1.12 | 2.61 | - |
| YUV | 27.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 45 | 0 | 0.64 | 0 | 0.82 | 300 | 0.48 | 0.12 |
| Hex | 2D | 10 | 2D | 0 | 40 | 0 | 52 | 12C | 30 | C |
| Octal | 55 | 20 | 55 | 0 | 100 | 0 | 122 | 454 | 60 | 14 |
| Binary | 101101 | 10000 | 101101 | 0 | 1000000 | 0 | 1010010 | 100101100 | 110000 | 1100 |
Color Harmonies of #2D102D
Complementary color
Monochromatic Colors of #2D102D
Black with #2D102D
Text Example
Text Example
White with #2D102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D102D; }
p { color: rgb(45,16,45); }
H1.HeaderClassName
{
color: #2D102D;
}
.AnyTagClassName
{
color: #2D102D;
}
</style>
background-color css
<style>
a { background-color: #2D102D; }
a { background-color: rgb(45,16,45); }
div.DivClassName
{
background-color: #2D102D;
}
.BgClassName
{
background-color: #2D102D;
}
</style>
border-color css
<style>
span { border-color: #2D102D; }
span { border-color: rgb(45,16,45); }
td.TdClassName
{
border-color: #2D102D;
}
.TagClassName
{
border-color: #2D102D;
}
</style>