Shades of Mardi Gras #0E020F
Tints of Mardi Gras #0E020F
RGB
CMYK
RGB Variations
Color information
#0E020F (or 0x0E020F) is known color: Mardi Gras. HEX triplet: 0E, 02 and 0F. RGB value is (14,2,15). Sum of RGB (Red+Green+Blue) = 14+2+15=31 (4% of max value = 765). Red value is 14 (5.86% from 255 or 45.16% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 15 - color contains mainly: blue. Hex color #0E020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E020F is #F1FDF0. Grayscale: #070707. Windows color (decimal): -15859185 or 983566. OLE color: 983566.
HSL color Cylindrical-coordinate representation of color #0E020F: hue angle of 295.38º 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 #0E020F is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 14 | 2 | 15 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.94 |
| HSL | 295.38º | 0.76% | 0.03% | - |
| HSV(B) | 295.38º | 0.87% | 0.06% | - |
| XYZ | 0.29 | 0.17 | 0.47 | - |
| YUV | 7.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 15 | 0.07 | 0.87 | 0 | 0.94 | 295.38 | 0.76 | 0.03 |
| Hex | E | 2 | F | 7 | 57 | 0 | 5E | 127 | 4C | 3 |
| Octal | 16 | 2 | 17 | 7 | 127 | 0 | 136 | 447 | 114 | 3 |
| Binary | 1110 | 10 | 1111 | 111 | 1010111 | 0 | 1011110 | 100100111 | 1001100 | 11 |
Color Harmonies of #0E020F
Complementary color
Monochromatic Colors of #0E020F
Black with #0E020F
Text Example
Text Example
White with #0E020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E020F; }
p { color: rgb(14,2,15); }
H1.HeaderClassName
{
color: #0E020F;
}
.AnyTagClassName
{
color: #0E020F;
}
</style>
background-color css
<style>
a { background-color: #0E020F; }
a { background-color: rgb(14,2,15); }
div.DivClassName
{
background-color: #0E020F;
}
.BgClassName
{
background-color: #0E020F;
}
</style>
border-color css
<style>
span { border-color: #0E020F; }
span { border-color: rgb(14,2,15); }
td.TdClassName
{
border-color: #0E020F;
}
.TagClassName
{
border-color: #0E020F;
}
</style>