Shades of Mardi Gras #2F1130
Tints of Mardi Gras #2F1130
RGB
CMYK
RGB Variations
Color information
#2F1130 (or 0x2F1130) is known color: Mardi Gras. HEX triplet: 2F, 11 and 30. RGB value is (47,17,48). Sum of RGB (Red+Green+Blue) = 47+17+48=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F1130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1130 is #D0EECF. Grayscale: #1D1D1D. Windows color (decimal): -13692624 or 3150127. OLE color: 3150127.
HSL color Cylindrical-coordinate representation of color #2F1130: hue angle of 298.06º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F1130 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 17 | 48 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.81 |
| HSL | 298.06º | 0.48% | 0.13% | - |
| HSV(B) | 298.06º | 0.65% | 0.19% | - |
| XYZ | 1.91 | 1.22 | 2.93 | - |
| YUV | 29.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 48 | 0.02 | 0.65 | 0 | 0.81 | 298.06 | 0.48 | 0.13 |
| Hex | 2F | 11 | 30 | 2 | 41 | 0 | 51 | 12A | 30 | D |
| Octal | 57 | 21 | 60 | 2 | 101 | 0 | 121 | 452 | 60 | 15 |
| Binary | 101111 | 10001 | 110000 | 10 | 1000001 | 0 | 1010001 | 100101010 | 110000 | 1101 |
Color Harmonies of #2F1130
Complementary color
Monochromatic Colors of #2F1130
Black with #2F1130
Text Example
Text Example
White with #2F1130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1130; }
p { color: rgb(47,17,48); }
H1.HeaderClassName
{
color: #2F1130;
}
.AnyTagClassName
{
color: #2F1130;
}
</style>
background-color css
<style>
a { background-color: #2F1130; }
a { background-color: rgb(47,17,48); }
div.DivClassName
{
background-color: #2F1130;
}
.BgClassName
{
background-color: #2F1130;
}
</style>
border-color css
<style>
span { border-color: #2F1130; }
span { border-color: rgb(47,17,48); }
td.TdClassName
{
border-color: #2F1130;
}
.TagClassName
{
border-color: #2F1130;
}
</style>