Shades of Mardi Gras #2F092A
Tints of Mardi Gras #2F092A
RGB
CMYK
RGB Variations
Color information
#2F092A (or 0x2F092A) is known color: Mardi Gras. HEX triplet: 2F, 09 and 2A. RGB value is (47,9,42). Sum of RGB (Red+Green+Blue) = 47+9+42=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F092A is #D0F6D5. Grayscale: #181818. Windows color (decimal): -13694678 or 2754863. OLE color: 2754863.
HSL color Cylindrical-coordinate representation of color #2F092A: hue angle of 307.89º 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 #2F092A is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 9 | 42 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.82 |
| HSL | 307.89º | 0.68% | 0.11% | - |
| HSV(B) | 307.89º | 0.81% | 0.18% | - |
| XYZ | 1.69 | 0.97 | 2.29 | - |
| YUV | 24.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 42 | 0 | 0.81 | 0.11 | 0.82 | 307.89 | 0.68 | 0.11 |
| Hex | 2F | 9 | 2A | 0 | 51 | B | 52 | 134 | 44 | B |
| Octal | 57 | 11 | 52 | 0 | 121 | 13 | 122 | 464 | 104 | 13 |
| Binary | 101111 | 1001 | 101010 | 0 | 1010001 | 1011 | 1010010 | 100110100 | 1000100 | 1011 |
Color Harmonies of #2F092A
Complementary color
Monochromatic Colors of #2F092A
Black with #2F092A
Text Example
Text Example
White with #2F092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F092A; }
p { color: rgb(47,9,42); }
H1.HeaderClassName
{
color: #2F092A;
}
.AnyTagClassName
{
color: #2F092A;
}
</style>
background-color css
<style>
a { background-color: #2F092A; }
a { background-color: rgb(47,9,42); }
div.DivClassName
{
background-color: #2F092A;
}
.BgClassName
{
background-color: #2F092A;
}
</style>
border-color css
<style>
span { border-color: #2F092A; }
span { border-color: rgb(47,9,42); }
td.TdClassName
{
border-color: #2F092A;
}
.TagClassName
{
border-color: #2F092A;
}
</style>