#1D1E36

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

Shades of Midnight Express #1D1E36

Tints of Midnight Express #1D1E36

Color information

#1D1E36 (or 0x1D1E36) is unknown color: approx Midnight Express. HEX triplet: 1D, 1E and 36. RGB value is (29,30,54). Sum of RGB (Red+Green+Blue) = 29+30+54=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D1E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1E36 is #E2E1C9. Grayscale: #202020. Windows color (decimal): -14868938 or 3546653. OLE color: 3546653.

HSL color Cylindrical-coordinate representation of color #1D1E36: hue angle of 237.6º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D1E36 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB293054-
CMYK0.460.4400.79
HSL237.6º30.12%16.27%-
HSV(B)237.6º46.3%21.18%-
XYZ1.641.463.68-
YUV32.44140.17125.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.66%
GREEN value IS 30 (12.11% from 255) = 26.55%
BLUE value IS 54 (21.48% from 255) = 47.79%
R=25.66%
G=26.55%
B=47.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2930540.460.4400.79237.630.1216.27
Hex1D1E362E2C04Fee1e10
Octal353666565401173563620
Binary111011111011011010111010110001001111111011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D1E36; }

 p { color: rgb(29,30,54); }

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

<style>
 a { background-color: #1D1E36; }

 a { background-color: rgb(29,30,54); }

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

<style>
 span { border-color: #1D1E36; }

 span { border-color: rgb(29,30,54); }

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