Shades of Mardi Gras #0E000D
Tints of Mardi Gras #0E000D
RGB
CMYK
RGB Variations
Color information
#0E000D (or 0x0E000D) is known color: Mardi Gras. HEX triplet: 0E, 00 and 0D. RGB value is (14,0,13). Sum of RGB (Red+Green+Blue) = 14+0+13=27 (3% of max value = 765). Red value is 14 (5.86% from 255 or 51.85% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 13 (5.47% from 255 or 48.15% from 27); Max value from RGB is 14 - color contains mainly: red. Hex color #0E000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E000D is #F1FFF2. Grayscale: #050505. Windows color (decimal): -15859699 or 851982. OLE color: 851982.
HSL color Cylindrical-coordinate representation of color #0E000D: hue angle of 304.29º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E000D is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.07 | 0.95 |
| HSL | 304.29º | 1% | 0.03% | - |
| HSV(B) | 304.29º | 1% | 0.05% | - |
| XYZ | 0.25 | 0.12 | 0.39 | - |
| YUV | 5.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 13 | 0 | 1 | 0.07 | 0.95 | 304.29 | 1 | 0.03 |
| Hex | E | 0 | D | 0 | 64 | 7 | 5F | 130 | 64 | 3 |
| Octal | 16 | 0 | 15 | 0 | 144 | 7 | 137 | 460 | 144 | 3 |
| Binary | 1110 | 0 | 1101 | 0 | 1100100 | 111 | 1011111 | 100110000 | 1100100 | 11 |
Color Harmonies of #0E000D
Complementary color
Monochromatic Colors of #0E000D
Black with #0E000D
Text Example
Text Example
White with #0E000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E000D; }
p { color: rgb(14,0,13); }
H1.HeaderClassName
{
color: #0E000D;
}
.AnyTagClassName
{
color: #0E000D;
}
</style>
background-color css
<style>
a { background-color: #0E000D; }
a { background-color: rgb(14,0,13); }
div.DivClassName
{
background-color: #0E000D;
}
.BgClassName
{
background-color: #0E000D;
}
</style>
border-color css
<style>
span { border-color: #0E000D; }
span { border-color: rgb(14,0,13); }
td.TdClassName
{
border-color: #0E000D;
}
.TagClassName
{
border-color: #0E000D;
}
</style>