Shades of Mardi Gras #2F052A
Tints of Mardi Gras #2F052A
RGB
CMYK
RGB Variations
Color information
#2F052A (or 0x2F052A) is known color: Mardi Gras. HEX triplet: 2F, 05 and 2A. RGB value is (47,5,42). Sum of RGB (Red+Green+Blue) = 47+5+42=94 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 47 - color contains mainly: red. Hex color #2F052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F052A is #D0FAD5. Grayscale: #151515. Windows color (decimal): -13695702 or 2753839. OLE color: 2753839.
HSL color Cylindrical-coordinate representation of color #2F052A: hue angle of 307.14º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F052A is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
RGB | 47 | 5 | 42 | - |
CMYK | 0 | 0.89 | 0.11 | 0.82 |
HSL | 307.14º | 0.81% | 0.1% | - |
HSV(B) | 307.14º | 0.89% | 0.18% | - |
XYZ | 1.64 | 0.88 | 2.27 | - |
YUV | 21.78 | 139.41 | 145.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 5 | 42 | 0 | 0.89 | 0.11 | 0.82 | 307.14 | 0.81 | 0.1 |
Hex | 2F | 5 | 2A | 0 | 59 | B | 52 | 133 | 51 | A |
Octal | 57 | 5 | 52 | 0 | 131 | 13 | 122 | 463 | 121 | 12 |
Binary | 101111 | 101 | 101010 | 0 | 1011001 | 1011 | 1010010 | 100110011 | 1010001 | 1010 |
Color Harmonies of #2F052A
Complementary color
Monochromatic Colors of #2F052A
Black with #2F052A
Text Example
Text Example
White with #2F052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F052A; }
p { color: rgb(47,5,42); }
H1.HeaderClassName
{
color: #2F052A;
}
.AnyTagClassName
{
color: #2F052A;
}
</style>
background-color css
<style>
a { background-color: #2F052A; }
a { background-color: rgb(47,5,42); }
div.DivClassName
{
background-color: #2F052A;
}
.BgClassName
{
background-color: #2F052A;
}
</style>
border-color css
<style>
span { border-color: #2F052A; }
span { border-color: rgb(47,5,42); }
td.TdClassName
{
border-color: #2F052A;
}
.TagClassName
{
border-color: #2F052A;
}
</style>