#040E3D

Color #040E3D Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #040E3D

Tints of Midnight Express #040E3D

Color information

#040E3D (or 0x040E3D) is unknown color: approx Midnight Express. HEX triplet: 04, 0E and 3D. RGB value is (4,14,61). Sum of RGB (Red+Green+Blue) = 4+14+61=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 61 (24.22% from 255 or 77.22% from 79); Max value from RGB is 61 - color contains mainly: blue. Hex color #040E3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E3D is #FBF1C2. Grayscale: #101010. Windows color (decimal): -16511427 or 4001284. OLE color: 4001284.

HSL color Cylindrical-coordinate representation of color #040E3D: hue angle of 229.47º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040E3D is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB41461-
CMYK0.930.7700.76
HSL229.47º87.69%12.75%-
HSV(B)229.47º93.44%23.92%-
XYZ1.050.684.49-
YUV16.37153.19119.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 5.06%
GREEN value IS 14 (5.86% from 255) = 17.72%
BLUE value IS 61 (24.22% from 255) = 77.22%
R=5.06%
G=17.72%
B=77.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal414610.930.7700.76229.4787.6912.75
Hex4E3D5D4D04Ce558d
Octal41675135115011434513015
Binary100111011110110111011001101010011001110010110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040E3D; }

 p { color: rgb(4,14,61); }

 H1.HeaderClassName
 {
   color: #040E3D;
 }
 .AnyTagClassName
 {
   color: #040E3D;
 }
</style>
background-color css

<style>
 a { background-color: #040E3D; }

 a { background-color: rgb(4,14,61); }

 div.DivClassName
 {
   background-color: #040E3D;
 }
 .BgClassName
 {
   background-color: #040E3D;
 }
</style>
border-color css

<style>
 span { border-color: #040E3D; }

 span { border-color: rgb(4,14,61); }

 td.TdClassName
 {
   border-color: #040E3D;
 }
 .TagClassName
 {
   border-color: #040E3D;
 }
</style>