Shades of Mardi Gras #2F082A
Tints of Mardi Gras #2F082A
RGB
CMYK
RGB Variations
Color information
#2F082A (or 0x2F082A) is known color: Mardi Gras. HEX triplet: 2F, 08 and 2A. RGB value is (47,8,42). Sum of RGB (Red+Green+Blue) = 47+8+42=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F082A is #D0F7D5. Grayscale: #171717. Windows color (decimal): -13694934 or 2754607. OLE color: 2754607.
HSL color Cylindrical-coordinate representation of color #2F082A: hue angle of 307.69º 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 #2F082A is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 8 | 42 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.82 |
| HSL | 307.69º | 0.71% | 0.11% | - |
| HSV(B) | 307.69º | 0.83% | 0.18% | - |
| XYZ | 1.68 | 0.95 | 2.28 | - |
| YUV | 23.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 42 | 0 | 0.83 | 0.11 | 0.82 | 307.69 | 0.71 | 0.11 |
| Hex | 2F | 8 | 2A | 0 | 53 | B | 52 | 134 | 47 | B |
| Octal | 57 | 10 | 52 | 0 | 123 | 13 | 122 | 464 | 107 | 13 |
| Binary | 101111 | 1000 | 101010 | 0 | 1010011 | 1011 | 1010010 | 100110100 | 1000111 | 1011 |
Color Harmonies of #2F082A
Complementary color
Monochromatic Colors of #2F082A
Black with #2F082A
Text Example
Text Example
White with #2F082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F082A; }
p { color: rgb(47,8,42); }
H1.HeaderClassName
{
color: #2F082A;
}
.AnyTagClassName
{
color: #2F082A;
}
</style>
background-color css
<style>
a { background-color: #2F082A; }
a { background-color: rgb(47,8,42); }
div.DivClassName
{
background-color: #2F082A;
}
.BgClassName
{
background-color: #2F082A;
}
</style>
border-color css
<style>
span { border-color: #2F082A; }
span { border-color: rgb(47,8,42); }
td.TdClassName
{
border-color: #2F082A;
}
.TagClassName
{
border-color: #2F082A;
}
</style>