Shades of Mardi Gras #0F020E
Tints of Mardi Gras #0F020E
RGB
CMYK
RGB Variations
Color information
#0F020E (or 0x0F020E) is known color: Mardi Gras. HEX triplet: 0F, 02 and 0E. RGB value is (15,2,14). Sum of RGB (Red+Green+Blue) = 15+2+14=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 14 (5.86% from 255 or 45.16% from 31); Max value from RGB is 15 - color contains mainly: red. Hex color #0F020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F020E is #F0FDF1. Grayscale: #070707. Windows color (decimal): -15793650 or 918031. OLE color: 918031.
HSL color Cylindrical-coordinate representation of color #0F020E: hue angle of 304.62º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F020E is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 2 | 14 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.94 |
| HSL | 304.62º | 0.76% | 0.03% | - |
| HSV(B) | 304.62º | 0.87% | 0.06% | - |
| XYZ | 0.3 | 0.18 | 0.43 | - |
| YUV | 7.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 14 | 0 | 0.87 | 0.07 | 0.94 | 304.62 | 0.76 | 0.03 |
| Hex | F | 2 | E | 0 | 57 | 7 | 5E | 131 | 4C | 3 |
| Octal | 17 | 2 | 16 | 0 | 127 | 7 | 136 | 461 | 114 | 3 |
| Binary | 1111 | 10 | 1110 | 0 | 1010111 | 111 | 1011110 | 100110001 | 1001100 | 11 |
Color Harmonies of #0F020E
Complementary color
Monochromatic Colors of #0F020E
Black with #0F020E
Text Example
Text Example
White with #0F020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F020E; }
p { color: rgb(15,2,14); }
H1.HeaderClassName
{
color: #0F020E;
}
.AnyTagClassName
{
color: #0F020E;
}
</style>
background-color css
<style>
a { background-color: #0F020E; }
a { background-color: rgb(15,2,14); }
div.DivClassName
{
background-color: #0F020E;
}
.BgClassName
{
background-color: #0F020E;
}
</style>
border-color css
<style>
span { border-color: #0F020E; }
span { border-color: rgb(15,2,14); }
td.TdClassName
{
border-color: #0F020E;
}
.TagClassName
{
border-color: #0F020E;
}
</style>