Shades of Mardi Gras #2F1C30
Tints of Mardi Gras #2F1C30
RGB
CMYK
RGB Variations
Color information
#2F1C30 (or 0x2F1C30) is known color: Mardi Gras. HEX triplet: 2F, 1C and 30. RGB value is (47,28,48). Sum of RGB (Red+Green+Blue) = 47+28+48=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F1C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1C30 is #D0E3CF. Grayscale: #232323. Windows color (decimal): -13689808 or 3152943. OLE color: 3152943.
HSL color Cylindrical-coordinate representation of color #2F1C30: hue angle of 297º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F1C30 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 28 | 48 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.81 |
| HSL | 297º | 0.26% | 0.15% | - |
| HSV(B) | 297º | 0.42% | 0.19% | - |
| XYZ | 2.12 | 1.65 | 3 | - |
| YUV | 35.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 28 | 48 | 0.02 | 0.42 | 0 | 0.81 | 297 | 0.26 | 0.15 |
| Hex | 2F | 1C | 30 | 2 | 2A | 0 | 51 | 129 | 1A | F |
| Octal | 57 | 34 | 60 | 2 | 52 | 0 | 121 | 451 | 32 | 17 |
| Binary | 101111 | 11100 | 110000 | 10 | 101010 | 0 | 1010001 | 100101001 | 11010 | 1111 |
Color Harmonies of #2F1C30
Complementary color
Monochromatic Colors of #2F1C30
Black with #2F1C30
Text Example
Text Example
White with #2F1C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1C30; }
p { color: rgb(47,28,48); }
H1.HeaderClassName
{
color: #2F1C30;
}
.AnyTagClassName
{
color: #2F1C30;
}
</style>
background-color css
<style>
a { background-color: #2F1C30; }
a { background-color: rgb(47,28,48); }
div.DivClassName
{
background-color: #2F1C30;
}
.BgClassName
{
background-color: #2F1C30;
}
</style>
border-color css
<style>
span { border-color: #2F1C30; }
span { border-color: rgb(47,28,48); }
td.TdClassName
{
border-color: #2F1C30;
}
.TagClassName
{
border-color: #2F1C30;
}
</style>