#292E3F

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

Shades of Midnight Express #292E3F

Tints of Midnight Express #292E3F

Color information

#292E3F (or 0x292E3F) is unknown color: approx Midnight Express. HEX triplet: 29, 2E and 3F. RGB value is (41,46,63). Sum of RGB (Red+Green+Blue) = 41+46+63=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #292E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E3F is #D6D1C0. Grayscale: #2E2E2E. Windows color (decimal): -14078401 or 4140585. OLE color: 4140585.

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

Color convert

RGB414663-
CMYK0.350.2700.75
HSL226.36º21.15%20.39%-
HSV(B)226.36º34.92%24.71%-
XYZ2.792.785.09-
YUV46.44137.34124.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 46 (18.36% from 255) = 30.67%
BLUE value IS 63 (25% from 255) = 42%
R=27.33%
G=30.67%
B=42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4146630.350.2700.75226.3621.1520.39
Hex292E3F231B04Be21514
Octal515677433301133422524
Binary1010011011101111111000111101101001011111000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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