Shades of Mardi Gras #2F102D
Tints of Mardi Gras #2F102D
RGB
CMYK
RGB Variations
Color information
#2F102D (or 0x2F102D) is known color: Mardi Gras. HEX triplet: 2F, 10 and 2D. RGB value is (47,16,45). Sum of RGB (Red+Green+Blue) = 47+16+45=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 47 - color contains mainly: red. Hex color #2F102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F102D is #D0EFD2. Grayscale: #1C1C1C. Windows color (decimal): -13692883 or 2953263. OLE color: 2953263.
HSL color Cylindrical-coordinate representation of color #2F102D: hue angle of 303.87º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F102D is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 16 | 45 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.82 |
| HSL | 303.87º | 0.49% | 0.12% | - |
| HSV(B) | 303.87º | 0.66% | 0.18% | - |
| XYZ | 1.83 | 1.16 | 2.61 | - |
| YUV | 28.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 16 | 45 | 0 | 0.66 | 0.04 | 0.82 | 303.87 | 0.49 | 0.12 |
| Hex | 2F | 10 | 2D | 0 | 42 | 4 | 52 | 130 | 31 | C |
| Octal | 57 | 20 | 55 | 0 | 102 | 4 | 122 | 460 | 61 | 14 |
| Binary | 101111 | 10000 | 101101 | 0 | 1000010 | 100 | 1010010 | 100110000 | 110001 | 1100 |
Color Harmonies of #2F102D
Complementary color
Monochromatic Colors of #2F102D
Black with #2F102D
Text Example
Text Example
White with #2F102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F102D; }
p { color: rgb(47,16,45); }
H1.HeaderClassName
{
color: #2F102D;
}
.AnyTagClassName
{
color: #2F102D;
}
</style>
background-color css
<style>
a { background-color: #2F102D; }
a { background-color: rgb(47,16,45); }
div.DivClassName
{
background-color: #2F102D;
}
.BgClassName
{
background-color: #2F102D;
}
</style>
border-color css
<style>
span { border-color: #2F102D; }
span { border-color: rgb(47,16,45); }
td.TdClassName
{
border-color: #2F102D;
}
.TagClassName
{
border-color: #2F102D;
}
</style>