Shades of Mardi Gras #2D082B
Tints of Mardi Gras #2D082B
RGB
CMYK
RGB Variations
Color information
#2D082B (or 0x2D082B) is known color: Mardi Gras. HEX triplet: 2D, 08 and 2B. RGB value is (45,8,43). Sum of RGB (Red+Green+Blue) = 45+8+43=96 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.88% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 45 - color contains mainly: red. Hex color #2D082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D082B is #D2F7D4. Grayscale: #161616. Windows color (decimal): -13826005 or 2820141. OLE color: 2820141.
HSL color Cylindrical-coordinate representation of color #2D082B: hue angle of 303.24º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D082B is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 8 | 43 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.82 |
| HSL | 303.24º | 0.7% | 0.1% | - |
| HSV(B) | 303.24º | 0.82% | 0.18% | - |
| XYZ | 1.61 | 0.91 | 2.38 | - |
| YUV | 23.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 43 | 0 | 0.82 | 0.04 | 0.82 | 303.24 | 0.7 | 0.1 |
| Hex | 2D | 8 | 2B | 0 | 52 | 4 | 52 | 12F | 46 | A |
| Octal | 55 | 10 | 53 | 0 | 122 | 4 | 122 | 457 | 106 | 12 |
| Binary | 101101 | 1000 | 101011 | 0 | 1010010 | 100 | 1010010 | 100101111 | 1000110 | 1010 |
Color Harmonies of #2D082B
Complementary color
Monochromatic Colors of #2D082B
Black with #2D082B
Text Example
Text Example
White with #2D082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D082B; }
p { color: rgb(45,8,43); }
H1.HeaderClassName
{
color: #2D082B;
}
.AnyTagClassName
{
color: #2D082B;
}
</style>
background-color css
<style>
a { background-color: #2D082B; }
a { background-color: rgb(45,8,43); }
div.DivClassName
{
background-color: #2D082B;
}
.BgClassName
{
background-color: #2D082B;
}
</style>
border-color css
<style>
span { border-color: #2D082B; }
span { border-color: rgb(45,8,43); }
td.TdClassName
{
border-color: #2D082B;
}
.TagClassName
{
border-color: #2D082B;
}
</style>