Shades of Mardi Gras #2F092D
Tints of Mardi Gras #2F092D
RGB
CMYK
RGB Variations
Color information
#2F092D (or 0x2F092D) is known color: Mardi Gras. HEX triplet: 2F, 09 and 2D. RGB value is (47,9,45). Sum of RGB (Red+Green+Blue) = 47+9+45=101 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.53% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 47 - color contains mainly: red. Hex color #2F092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F092D is #D0F6D2. Grayscale: #181818. Windows color (decimal): -13694675 or 2951471. OLE color: 2951471.
HSL color Cylindrical-coordinate representation of color #2F092D: hue angle of 303.16º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F092D is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 9 | 45 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.82 |
| HSL | 303.16º | 0.68% | 0.11% | - |
| HSV(B) | 303.16º | 0.81% | 0.18% | - |
| XYZ | 1.74 | 0.99 | 2.58 | - |
| YUV | 24.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 45 | 0 | 0.81 | 0.04 | 0.82 | 303.16 | 0.68 | 0.11 |
| Hex | 2F | 9 | 2D | 0 | 51 | 4 | 52 | 12F | 44 | B |
| Octal | 57 | 11 | 55 | 0 | 121 | 4 | 122 | 457 | 104 | 13 |
| Binary | 101111 | 1001 | 101101 | 0 | 1010001 | 100 | 1010010 | 100101111 | 1000100 | 1011 |
Color Harmonies of #2F092D
Complementary color
Monochromatic Colors of #2F092D
Black with #2F092D
Text Example
Text Example
White with #2F092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F092D; }
p { color: rgb(47,9,45); }
H1.HeaderClassName
{
color: #2F092D;
}
.AnyTagClassName
{
color: #2F092D;
}
</style>
background-color css
<style>
a { background-color: #2F092D; }
a { background-color: rgb(47,9,45); }
div.DivClassName
{
background-color: #2F092D;
}
.BgClassName
{
background-color: #2F092D;
}
</style>
border-color css
<style>
span { border-color: #2F092D; }
span { border-color: rgb(47,9,45); }
td.TdClassName
{
border-color: #2F092D;
}
.TagClassName
{
border-color: #2F092D;
}
</style>