Shades of Mardi Gras #2F0A2D
Tints of Mardi Gras #2F0A2D
RGB
CMYK
RGB Variations
Color information
#2F0A2D (or 0x2F0A2D) is known color: Mardi Gras. HEX triplet: 2F, 0A and 2D. RGB value is (47,10,45). Sum of RGB (Red+Green+Blue) = 47+10+45=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0A2D is #D0F5D2. Grayscale: #181818. Windows color (decimal): -13694419 or 2951727. OLE color: 2951727.
HSL color Cylindrical-coordinate representation of color #2F0A2D: hue angle of 303.24º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F0A2D is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 10 | 45 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.82 |
| HSL | 303.24º | 0.65% | 0.11% | - |
| HSV(B) | 303.24º | 0.79% | 0.18% | - |
| XYZ | 1.75 | 1.01 | 2.59 | - |
| YUV | 25.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 45 | 0 | 0.79 | 0.04 | 0.82 | 303.24 | 0.65 | 0.11 |
| Hex | 2F | A | 2D | 0 | 4F | 4 | 52 | 12F | 41 | B |
| Octal | 57 | 12 | 55 | 0 | 117 | 4 | 122 | 457 | 101 | 13 |
| Binary | 101111 | 1010 | 101101 | 0 | 1001111 | 100 | 1010010 | 100101111 | 1000001 | 1011 |
Color Harmonies of #2F0A2D
Complementary color
Monochromatic Colors of #2F0A2D
Black with #2F0A2D
Text Example
Text Example
White with #2F0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0A2D; }
p { color: rgb(47,10,45); }
H1.HeaderClassName
{
color: #2F0A2D;
}
.AnyTagClassName
{
color: #2F0A2D;
}
</style>
background-color css
<style>
a { background-color: #2F0A2D; }
a { background-color: rgb(47,10,45); }
div.DivClassName
{
background-color: #2F0A2D;
}
.BgClassName
{
background-color: #2F0A2D;
}
</style>
border-color css
<style>
span { border-color: #2F0A2D; }
span { border-color: rgb(47,10,45); }
td.TdClassName
{
border-color: #2F0A2D;
}
.TagClassName
{
border-color: #2F0A2D;
}
</style>