Shades of Mardi Gras #2F102B
Tints of Mardi Gras #2F102B
RGB
CMYK
RGB Variations
Color information
#2F102B (or 0x2F102B) is known color: Mardi Gras. HEX triplet: 2F, 10 and 2B. RGB value is (47,16,43). Sum of RGB (Red+Green+Blue) = 47+16+43=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 47 - color contains mainly: red. Hex color #2F102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F102B is #D0EFD4. Grayscale: #1C1C1C. Windows color (decimal): -13692885 or 2822191. OLE color: 2822191.
HSL color Cylindrical-coordinate representation of color #2F102B: hue angle of 307.74º 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 #2F102B is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 16 | 43 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.82 |
| HSL | 307.74º | 0.49% | 0.12% | - |
| HSV(B) | 307.74º | 0.66% | 0.18% | - |
| XYZ | 1.79 | 1.15 | 2.41 | - |
| YUV | 28.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 16 | 43 | 0 | 0.66 | 0.09 | 0.82 | 307.74 | 0.49 | 0.12 |
| Hex | 2F | 10 | 2B | 0 | 42 | 9 | 52 | 134 | 31 | C |
| Octal | 57 | 20 | 53 | 0 | 102 | 11 | 122 | 464 | 61 | 14 |
| Binary | 101111 | 10000 | 101011 | 0 | 1000010 | 1001 | 1010010 | 100110100 | 110001 | 1100 |
Color Harmonies of #2F102B
Complementary color
Monochromatic Colors of #2F102B
Black with #2F102B
Text Example
Text Example
White with #2F102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F102B; }
p { color: rgb(47,16,43); }
H1.HeaderClassName
{
color: #2F102B;
}
.AnyTagClassName
{
color: #2F102B;
}
</style>
background-color css
<style>
a { background-color: #2F102B; }
a { background-color: rgb(47,16,43); }
div.DivClassName
{
background-color: #2F102B;
}
.BgClassName
{
background-color: #2F102B;
}
</style>
border-color css
<style>
span { border-color: #2F102B; }
span { border-color: rgb(47,16,43); }
td.TdClassName
{
border-color: #2F102B;
}
.TagClassName
{
border-color: #2F102B;
}
</style>