Shades of Mardi Gras #0F000D
Tints of Mardi Gras #0F000D
RGB
CMYK
RGB Variations
Color information
#0F000D (or 0x0F000D) is known color: Mardi Gras. HEX triplet: 0F, 00 and 0D. RGB value is (15,0,13). Sum of RGB (Red+Green+Blue) = 15+0+13=28 (3% of max value = 765). Red value is 15 (6.25% from 255 or 53.57% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 13 (5.47% from 255 or 46.43% from 28); Max value from RGB is 15 - color contains mainly: red. Hex color #0F000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F000D is #F0FFF2. Grayscale: #050505. Windows color (decimal): -15794163 or 851983. OLE color: 851983.
HSL color Cylindrical-coordinate representation of color #0F000D: hue angle of 308º 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 #0F000D is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.13 | 0.94 |
| HSL | 308º | 1% | 0.03% | - |
| HSV(B) | 308º | 1% | 0.06% | - |
| XYZ | 0.27 | 0.13 | 0.39 | - |
| YUV | 5.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 13 | 0 | 1 | 0.13 | 0.94 | 308 | 1 | 0.03 |
| Hex | F | 0 | D | 0 | 64 | D | 5E | 134 | 64 | 3 |
| Octal | 17 | 0 | 15 | 0 | 144 | 15 | 136 | 464 | 144 | 3 |
| Binary | 1111 | 0 | 1101 | 0 | 1100100 | 1101 | 1011110 | 100110100 | 1100100 | 11 |
Color Harmonies of #0F000D
Complementary color
Monochromatic Colors of #0F000D
Black with #0F000D
Text Example
Text Example
White with #0F000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F000D; }
p { color: rgb(15,0,13); }
H1.HeaderClassName
{
color: #0F000D;
}
.AnyTagClassName
{
color: #0F000D;
}
</style>
background-color css
<style>
a { background-color: #0F000D; }
a { background-color: rgb(15,0,13); }
div.DivClassName
{
background-color: #0F000D;
}
.BgClassName
{
background-color: #0F000D;
}
</style>
border-color css
<style>
span { border-color: #0F000D; }
span { border-color: rgb(15,0,13); }
td.TdClassName
{
border-color: #0F000D;
}
.TagClassName
{
border-color: #0F000D;
}
</style>