Shades of Mardi Gras #0F010E
Tints of Mardi Gras #0F010E
RGB
CMYK
RGB Variations
Color information
#0F010E (or 0x0F010E) is known color: Mardi Gras. HEX triplet: 0F, 01 and 0E. RGB value is (15,1,14). Sum of RGB (Red+Green+Blue) = 15+1+14=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 14 (5.86% from 255 or 46.67% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F010E is #F0FEF1. Grayscale: #060606. Windows color (decimal): -15793906 or 917775. OLE color: 917775.
HSL color Cylindrical-coordinate representation of color #0F010E: hue angle of 304.29º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F010E is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 1 | 14 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.94 |
| HSL | 304.29º | 0.88% | 0.03% | - |
| HSV(B) | 304.29º | 0.93% | 0.06% | - |
| XYZ | 0.29 | 0.15 | 0.43 | - |
| YUV | 6.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 14 | 0 | 0.93 | 0.07 | 0.94 | 304.29 | 0.88 | 0.03 |
| Hex | F | 1 | E | 0 | 5D | 7 | 5E | 130 | 58 | 3 |
| Octal | 17 | 1 | 16 | 0 | 135 | 7 | 136 | 460 | 130 | 3 |
| Binary | 1111 | 1 | 1110 | 0 | 1011101 | 111 | 1011110 | 100110000 | 1011000 | 11 |
Color Harmonies of #0F010E
Complementary color
Monochromatic Colors of #0F010E
Black with #0F010E
Text Example
Text Example
White with #0F010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F010E; }
p { color: rgb(15,1,14); }
H1.HeaderClassName
{
color: #0F010E;
}
.AnyTagClassName
{
color: #0F010E;
}
</style>
background-color css
<style>
a { background-color: #0F010E; }
a { background-color: rgb(15,1,14); }
div.DivClassName
{
background-color: #0F010E;
}
.BgClassName
{
background-color: #0F010E;
}
</style>
border-color css
<style>
span { border-color: #0F010E; }
span { border-color: rgb(15,1,14); }
td.TdClassName
{
border-color: #0F010E;
}
.TagClassName
{
border-color: #0F010E;
}
</style>