#292E40

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

Shades of Midnight Express #292E40

Tints of Midnight Express #292E40

Color information

#292E40 (or 0x292E40) is unknown color: approx Midnight Express. HEX triplet: 29, 2E and 40. RGB value is (41,46,64). Sum of RGB (Red+Green+Blue) = 41+46+64=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #292E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E40 is #D6D1BF. Grayscale: #2E2E2E. Windows color (decimal): -14078400 or 4206121. OLE color: 4206121.

HSL color Cylindrical-coordinate representation of color #292E40: hue angle of 226.96º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #292E40 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB414664-
CMYK0.360.2800.75
HSL226.96º21.9%20.59%-
HSV(B)226.96º35.94%25.1%-
XYZ2.822.85.24-
YUV46.56137.84124.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=27.15%
G=30.46%
B=42.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4146640.360.2800.75226.9621.920.59
Hex292E40241C04Be31615
Octal5156100443401133432625
Binary10100110111010000001001001110001001011111000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292E40; }

 p { color: rgb(41,46,64); }

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

<style>
 a { background-color: #292E40; }

 a { background-color: rgb(41,46,64); }

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

<style>
 span { border-color: #292E40; }

 span { border-color: rgb(41,46,64); }

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