Shades of Mardi Gras #2F092E
Tints of Mardi Gras #2F092E
RGB
CMYK
RGB Variations
Color information
#2F092E (or 0x2F092E) is known color: Mardi Gras. HEX triplet: 2F, 09 and 2E. RGB value is (47,9,46). Sum of RGB (Red+Green+Blue) = 47+9+46=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 47 - color contains mainly: red. Hex color #2F092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F092E is #D0F6D1. Grayscale: #181818. Windows color (decimal): -13694674 or 3017007. OLE color: 3017007.
HSL color Cylindrical-coordinate representation of color #2F092E: hue angle of 301.58º 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 #2F092E is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 9 | 46 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.82 |
| HSL | 301.58º | 0.68% | 0.11% | - |
| HSV(B) | 301.58º | 0.81% | 0.18% | - |
| XYZ | 1.76 | 1 | 2.68 | - |
| YUV | 24.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 46 | 0 | 0.81 | 0.02 | 0.82 | 301.58 | 0.68 | 0.11 |
| Hex | 2F | 9 | 2E | 0 | 51 | 2 | 52 | 12E | 44 | B |
| Octal | 57 | 11 | 56 | 0 | 121 | 2 | 122 | 456 | 104 | 13 |
| Binary | 101111 | 1001 | 101110 | 0 | 1010001 | 10 | 1010010 | 100101110 | 1000100 | 1011 |
Color Harmonies of #2F092E
Complementary color
Monochromatic Colors of #2F092E
Black with #2F092E
Text Example
Text Example
White with #2F092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F092E; }
p { color: rgb(47,9,46); }
H1.HeaderClassName
{
color: #2F092E;
}
.AnyTagClassName
{
color: #2F092E;
}
</style>
background-color css
<style>
a { background-color: #2F092E; }
a { background-color: rgb(47,9,46); }
div.DivClassName
{
background-color: #2F092E;
}
.BgClassName
{
background-color: #2F092E;
}
</style>
border-color css
<style>
span { border-color: #2F092E; }
span { border-color: rgb(47,9,46); }
td.TdClassName
{
border-color: #2F092E;
}
.TagClassName
{
border-color: #2F092E;
}
</style>