Shades of Mardi Gras #0F010F
Tints of Mardi Gras #0F010F
RGB
CMYK
RGB Variations
Color information
#0F010F (or 0x0F010F) is known color: Mardi Gras. HEX triplet: 0F, 01 and 0F. RGB value is (15,1,15). Sum of RGB (Red+Green+Blue) = 15+1+15=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 15 - color contains mainly: red, blue. Hex color #0F010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F010F is #F0FEF0. Grayscale: #060606. Windows color (decimal): -15793905 or 983311. OLE color: 983311.
HSL color Cylindrical-coordinate representation of color #0F010F: hue angle of 300º 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 #0F010F is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 1 | 15 | - |
| CMYK | 0 | 0.93 | 0 | 0.94 |
| HSL | 300º | 0.88% | 0.03% | - |
| HSV(B) | 300º | 0.93% | 0.06% | - |
| XYZ | 0.29 | 0.16 | 0.47 | - |
| YUV | 6.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 15 | 0 | 0.93 | 0 | 0.94 | 300 | 0.88 | 0.03 |
| Hex | F | 1 | F | 0 | 5D | 0 | 5E | 12C | 58 | 3 |
| Octal | 17 | 1 | 17 | 0 | 135 | 0 | 136 | 454 | 130 | 3 |
| Binary | 1111 | 1 | 1111 | 0 | 1011101 | 0 | 1011110 | 100101100 | 1011000 | 11 |
Color Harmonies of #0F010F
Complementary color
Monochromatic Colors of #0F010F
Black with #0F010F
Text Example
Text Example
White with #0F010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F010F; }
p { color: rgb(15,1,15); }
H1.HeaderClassName
{
color: #0F010F;
}
.AnyTagClassName
{
color: #0F010F;
}
</style>
background-color css
<style>
a { background-color: #0F010F; }
a { background-color: rgb(15,1,15); }
div.DivClassName
{
background-color: #0F010F;
}
.BgClassName
{
background-color: #0F010F;
}
</style>
border-color css
<style>
span { border-color: #0F010F; }
span { border-color: rgb(15,1,15); }
td.TdClassName
{
border-color: #0F010F;
}
.TagClassName
{
border-color: #0F010F;
}
</style>