Shades of Mardi Gras #0E040F
Tints of Mardi Gras #0E040F
RGB
CMYK
RGB Variations
Color information
#0E040F (or 0x0E040F) is known color: Mardi Gras. HEX triplet: 0E, 04 and 0F. RGB value is (14,4,15). Sum of RGB (Red+Green+Blue) = 14+4+15=33 (4% of max value = 765). Red value is 14 (5.86% from 255 or 42.42% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: blue. Hex color #0E040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E040F is #F1FBF0. Grayscale: #080808. Windows color (decimal): -15858673 or 984078. OLE color: 984078.
HSL color Cylindrical-coordinate representation of color #0E040F: hue angle of 294.55º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E040F is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 14 | 4 | 15 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.94 |
| HSL | 294.55º | 0.58% | 0.04% | - |
| HSV(B) | 294.55º | 0.73% | 0.06% | - |
| XYZ | 0.31 | 0.21 | 0.48 | - |
| YUV | 8.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 15 | 0.07 | 0.73 | 0 | 0.94 | 294.55 | 0.58 | 0.04 |
| Hex | E | 4 | F | 7 | 49 | 0 | 5E | 127 | 3A | 4 |
| Octal | 16 | 4 | 17 | 7 | 111 | 0 | 136 | 447 | 72 | 4 |
| Binary | 1110 | 100 | 1111 | 111 | 1001001 | 0 | 1011110 | 100100111 | 111010 | 100 |
Color Harmonies of #0E040F
Complementary color
Monochromatic Colors of #0E040F
Black with #0E040F
Text Example
Text Example
White with #0E040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E040F; }
p { color: rgb(14,4,15); }
H1.HeaderClassName
{
color: #0E040F;
}
.AnyTagClassName
{
color: #0E040F;
}
</style>
background-color css
<style>
a { background-color: #0E040F; }
a { background-color: rgb(14,4,15); }
div.DivClassName
{
background-color: #0E040F;
}
.BgClassName
{
background-color: #0E040F;
}
</style>
border-color css
<style>
span { border-color: #0E040F; }
span { border-color: rgb(14,4,15); }
td.TdClassName
{
border-color: #0E040F;
}
.TagClassName
{
border-color: #0E040F;
}
</style>