Shades of Midnight Express #0E0D36
Tints of Midnight Express #0E0D36
RGB
CMYK
RGB Variations
Color information
#0E0D36 (or 0x0E0D36) is known color: Midnight Express. HEX triplet: 0E, 0D and 36. RGB value is (14,13,54). Sum of RGB (Red+Green+Blue) = 14+13+54=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 54 (21.48% from 255 or 66.67% from 81); Max value from RGB is 54 - color contains mainly: blue. Hex color #0E0D36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0D36 is #F1F2C9. Grayscale: #111111. Windows color (decimal): -15856330 or 3542286. OLE color: 3542286.
HSL color Cylindrical-coordinate representation of color #0E0D36: hue angle of 241.46º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E0D36 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 13 | 54 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.79 |
| HSL | 241.46º | 0.61% | 0.13% | - |
| HSV(B) | 241.46º | 0.76% | 0.21% | - |
| XYZ | 0.99 | 0.65 | 3.56 | - |
| YUV | 17.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 13 | 54 | 0.74 | 0.76 | 0 | 0.79 | 241.46 | 0.61 | 0.13 |
| Hex | E | D | 36 | 4A | 4C | 0 | 4F | F1 | 3D | D |
| Octal | 16 | 15 | 66 | 112 | 114 | 0 | 117 | 361 | 75 | 15 |
| Binary | 1110 | 1101 | 110110 | 1001010 | 1001100 | 0 | 1001111 | 11110001 | 111101 | 1101 |
Color Harmonies of #0E0D36
Complementary color
Monochromatic Colors of #0E0D36
Black with #0E0D36
Text Example
Text Example
White with #0E0D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0D36; }
p { color: rgb(14,13,54); }
H1.HeaderClassName
{
color: #0E0D36;
}
.AnyTagClassName
{
color: #0E0D36;
}
</style>
background-color css
<style>
a { background-color: #0E0D36; }
a { background-color: rgb(14,13,54); }
div.DivClassName
{
background-color: #0E0D36;
}
.BgClassName
{
background-color: #0E0D36;
}
</style>
border-color css
<style>
span { border-color: #0E0D36; }
span { border-color: rgb(14,13,54); }
td.TdClassName
{
border-color: #0E0D36;
}
.TagClassName
{
border-color: #0E0D36;
}
</style>