Shades of Midnight Express #030E2D
Tints of Midnight Express #030E2D
RGB
CMYK
RGB Variations
Color information
#030E2D (or 0x030E2D) is known color: Midnight Express. HEX triplet: 03, 0E and 2D. RGB value is (3,14,45). Sum of RGB (Red+Green+Blue) = 3+14+45=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 45 (17.97% from 255 or 72.58% from 62); Max value from RGB is 45 - color contains mainly: blue. Hex color #030E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E2D is #FCF1D2. Grayscale: #0E0E0E. Windows color (decimal): -16576979 or 2952707. OLE color: 2952707.
HSL color Cylindrical-coordinate representation of color #030E2D: hue angle of 224.29º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030E2D is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 14 | 45 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.82 |
| HSL | 224.29º | 0.88% | 0.09% | - |
| HSV(B) | 224.29º | 0.93% | 0.18% | - |
| XYZ | 0.67 | 0.52 | 2.55 | - |
| YUV | 14.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 45 | 0.93 | 0.69 | 0 | 0.82 | 224.29 | 0.88 | 0.09 |
| Hex | 3 | E | 2D | 5D | 45 | 0 | 52 | E0 | 58 | 9 |
| Octal | 3 | 16 | 55 | 135 | 105 | 0 | 122 | 340 | 130 | 11 |
| Binary | 11 | 1110 | 101101 | 1011101 | 1000101 | 0 | 1010010 | 11100000 | 1011000 | 1001 |
Color Harmonies of #030E2D
Complementary color
Monochromatic Colors of #030E2D
Black with #030E2D
Text Example
Text Example
White with #030E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E2D; }
p { color: rgb(3,14,45); }
H1.HeaderClassName
{
color: #030E2D;
}
.AnyTagClassName
{
color: #030E2D;
}
</style>
background-color css
<style>
a { background-color: #030E2D; }
a { background-color: rgb(3,14,45); }
div.DivClassName
{
background-color: #030E2D;
}
.BgClassName
{
background-color: #030E2D;
}
</style>
border-color css
<style>
span { border-color: #030E2D; }
span { border-color: rgb(3,14,45); }
td.TdClassName
{
border-color: #030E2D;
}
.TagClassName
{
border-color: #030E2D;
}
</style>