Shades of Mardi Gras #0F000F
Tints of Mardi Gras #0F000F
RGB
CMYK
RGB Variations
Color information
#0F000F (or 0x0F000F) is known color: Mardi Gras. HEX triplet: 0F, 00 and 0F. RGB value is (15,0,15). Sum of RGB (Red+Green+Blue) = 15+0+15=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 15 (6.25% from 255 or 50% from 30); Max value from RGB is 15 - color contains mainly: red, blue. Hex color #0F000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F000F is #F0FFF0. Grayscale: #060606. Windows color (decimal): -15794161 or 983055. OLE color: 983055.
HSL color Cylindrical-coordinate representation of color #0F000F: hue angle of 300º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F000F is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 0 | 15 | - |
| CMYK | 0 | 1 | 0 | 0.94 |
| HSL | 300º | 1% | 0.03% | - |
| HSV(B) | 300º | 1% | 0.06% | - |
| XYZ | 0.28 | 0.14 | 0.46 | - |
| YUV | 6.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 15 | 0 | 1 | 0 | 0.94 | 300 | 1 | 0.03 |
| Hex | F | 0 | F | 0 | 64 | 0 | 5E | 12C | 64 | 3 |
| Octal | 17 | 0 | 17 | 0 | 144 | 0 | 136 | 454 | 144 | 3 |
| Binary | 1111 | 0 | 1111 | 0 | 1100100 | 0 | 1011110 | 100101100 | 1100100 | 11 |
Color Harmonies of #0F000F
Complementary color
Monochromatic Colors of #0F000F
Black with #0F000F
Text Example
Text Example
White with #0F000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F000F; }
p { color: rgb(15,0,15); }
H1.HeaderClassName
{
color: #0F000F;
}
.AnyTagClassName
{
color: #0F000F;
}
</style>
background-color css
<style>
a { background-color: #0F000F; }
a { background-color: rgb(15,0,15); }
div.DivClassName
{
background-color: #0F000F;
}
.BgClassName
{
background-color: #0F000F;
}
</style>
border-color css
<style>
span { border-color: #0F000F; }
span { border-color: rgb(15,0,15); }
td.TdClassName
{
border-color: #0F000F;
}
.TagClassName
{
border-color: #0F000F;
}
</style>