Shades of Mardi Gras #2D062B
Tints of Mardi Gras #2D062B
RGB
CMYK
RGB Variations
Color information
#2D062B (or 0x2D062B) is known color: Mardi Gras. HEX triplet: 2D, 06 and 2B. RGB value is (45,6,43). Sum of RGB (Red+Green+Blue) = 45+6+43=94 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.87% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 45 - color contains mainly: red. Hex color #2D062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D062B is #D2F9D4. Grayscale: #151515. Windows color (decimal): -13826517 or 2819629. OLE color: 2819629.
HSL color Cylindrical-coordinate representation of color #2D062B: hue angle of 303.08º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D062B is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 6 | 43 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.82 |
| HSL | 303.08º | 0.76% | 0.1% | - |
| HSV(B) | 303.08º | 0.87% | 0.18% | - |
| XYZ | 1.58 | 0.86 | 2.37 | - |
| YUV | 21.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 43 | 0 | 0.87 | 0.04 | 0.82 | 303.08 | 0.76 | 0.1 |
| Hex | 2D | 6 | 2B | 0 | 57 | 4 | 52 | 12F | 4C | A |
| Octal | 55 | 6 | 53 | 0 | 127 | 4 | 122 | 457 | 114 | 12 |
| Binary | 101101 | 110 | 101011 | 0 | 1010111 | 100 | 1010010 | 100101111 | 1001100 | 1010 |
Color Harmonies of #2D062B
Complementary color
Monochromatic Colors of #2D062B
Black with #2D062B
Text Example
Text Example
White with #2D062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D062B; }
p { color: rgb(45,6,43); }
H1.HeaderClassName
{
color: #2D062B;
}
.AnyTagClassName
{
color: #2D062B;
}
</style>
background-color css
<style>
a { background-color: #2D062B; }
a { background-color: rgb(45,6,43); }
div.DivClassName
{
background-color: #2D062B;
}
.BgClassName
{
background-color: #2D062B;
}
</style>
border-color css
<style>
span { border-color: #2D062B; }
span { border-color: rgb(45,6,43); }
td.TdClassName
{
border-color: #2D062B;
}
.TagClassName
{
border-color: #2D062B;
}
</style>