Shades of Mardi Gras #0F0110
Tints of Mardi Gras #0F0110
RGB
CMYK
RGB Variations
Color information
#0F0110 (or 0x0F0110) is known color: Mardi Gras. HEX triplet: 0F, 01 and 10. RGB value is (15,1,16). Sum of RGB (Red+Green+Blue) = 15+1+16=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 16 (6.64% from 255 or 50% from 32); Max value from RGB is 16 - color contains mainly: blue. Hex color #0F0110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0110 is #F0FEEF. Grayscale: #060606. Windows color (decimal): -15793904 or 1048847. OLE color: 1048847.
HSL color Cylindrical-coordinate representation of color #0F0110: hue angle of 296º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0110 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 1 | 16 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.94 |
| HSL | 296º | 0.88% | 0.03% | - |
| HSV(B) | 296º | 0.94% | 0.06% | - |
| XYZ | 0.3 | 0.16 | 0.51 | - |
| YUV | 6.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 16 | 0.06 | 0.94 | 0 | 0.94 | 296 | 0.88 | 0.03 |
| Hex | F | 1 | 10 | 6 | 5E | 0 | 5E | 128 | 58 | 3 |
| Octal | 17 | 1 | 20 | 6 | 136 | 0 | 136 | 450 | 130 | 3 |
| Binary | 1111 | 1 | 10000 | 110 | 1011110 | 0 | 1011110 | 100101000 | 1011000 | 11 |
Color Harmonies of #0F0110
Complementary color
Monochromatic Colors of #0F0110
Black with #0F0110
Text Example
Text Example
White with #0F0110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0110; }
p { color: rgb(15,1,16); }
H1.HeaderClassName
{
color: #0F0110;
}
.AnyTagClassName
{
color: #0F0110;
}
</style>
background-color css
<style>
a { background-color: #0F0110; }
a { background-color: rgb(15,1,16); }
div.DivClassName
{
background-color: #0F0110;
}
.BgClassName
{
background-color: #0F0110;
}
</style>
border-color css
<style>
span { border-color: #0F0110; }
span { border-color: rgb(15,1,16); }
td.TdClassName
{
border-color: #0F0110;
}
.TagClassName
{
border-color: #0F0110;
}
</style>