Shades of Mardi Gras #2F1430
Tints of Mardi Gras #2F1430
RGB
CMYK
RGB Variations
Color information
#2F1430 (or 0x2F1430) is known color: Mardi Gras. HEX triplet: 2F, 14 and 30. RGB value is (47,20,48). Sum of RGB (Red+Green+Blue) = 47+20+48=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F1430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1430 is #D0EBCF. Grayscale: #1F1F1F. Windows color (decimal): -13691856 or 3150895. OLE color: 3150895.
HSL color Cylindrical-coordinate representation of color #2F1430: hue angle of 297.86º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F1430 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 20 | 48 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.81 |
| HSL | 297.86º | 0.41% | 0.13% | - |
| HSV(B) | 297.86º | 0.58% | 0.19% | - |
| XYZ | 1.96 | 1.32 | 2.95 | - |
| YUV | 31.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 48 | 0.02 | 0.58 | 0 | 0.81 | 297.86 | 0.41 | 0.13 |
| Hex | 2F | 14 | 30 | 2 | 3A | 0 | 51 | 12A | 29 | D |
| Octal | 57 | 24 | 60 | 2 | 72 | 0 | 121 | 452 | 51 | 15 |
| Binary | 101111 | 10100 | 110000 | 10 | 111010 | 0 | 1010001 | 100101010 | 101001 | 1101 |
Color Harmonies of #2F1430
Complementary color
Monochromatic Colors of #2F1430
Black with #2F1430
Text Example
Text Example
White with #2F1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1430; }
p { color: rgb(47,20,48); }
H1.HeaderClassName
{
color: #2F1430;
}
.AnyTagClassName
{
color: #2F1430;
}
</style>
background-color css
<style>
a { background-color: #2F1430; }
a { background-color: rgb(47,20,48); }
div.DivClassName
{
background-color: #2F1430;
}
.BgClassName
{
background-color: #2F1430;
}
</style>
border-color css
<style>
span { border-color: #2F1430; }
span { border-color: rgb(47,20,48); }
td.TdClassName
{
border-color: #2F1430;
}
.TagClassName
{
border-color: #2F1430;
}
</style>