Shades of Mardi Gras #2F082D
Tints of Mardi Gras #2F082D
RGB
CMYK
RGB Variations
Color information
#2F082D (or 0x2F082D) is known color: Mardi Gras. HEX triplet: 2F, 08 and 2D. RGB value is (47,8,45). Sum of RGB (Red+Green+Blue) = 47+8+45=100 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 47 - color contains mainly: red. Hex color #2F082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F082D is #D0F7D2. Grayscale: #171717. Windows color (decimal): -13694931 or 2951215. OLE color: 2951215.
HSL color Cylindrical-coordinate representation of color #2F082D: hue angle of 303.08º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F082D is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 8 | 45 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.82 |
| HSL | 303.08º | 0.71% | 0.11% | - |
| HSV(B) | 303.08º | 0.83% | 0.18% | - |
| XYZ | 1.73 | 0.97 | 2.58 | - |
| YUV | 23.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 45 | 0 | 0.83 | 0.04 | 0.82 | 303.08 | 0.71 | 0.11 |
| Hex | 2F | 8 | 2D | 0 | 53 | 4 | 52 | 12F | 47 | B |
| Octal | 57 | 10 | 55 | 0 | 123 | 4 | 122 | 457 | 107 | 13 |
| Binary | 101111 | 1000 | 101101 | 0 | 1010011 | 100 | 1010010 | 100101111 | 1000111 | 1011 |
Color Harmonies of #2F082D
Complementary color
Monochromatic Colors of #2F082D
Black with #2F082D
Text Example
Text Example
White with #2F082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F082D; }
p { color: rgb(47,8,45); }
H1.HeaderClassName
{
color: #2F082D;
}
.AnyTagClassName
{
color: #2F082D;
}
</style>
background-color css
<style>
a { background-color: #2F082D; }
a { background-color: rgb(47,8,45); }
div.DivClassName
{
background-color: #2F082D;
}
.BgClassName
{
background-color: #2F082D;
}
</style>
border-color css
<style>
span { border-color: #2F082D; }
span { border-color: rgb(47,8,45); }
td.TdClassName
{
border-color: #2F082D;
}
.TagClassName
{
border-color: #2F082D;
}
</style>