#141733

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

Shades of Midnight Express #141733

Tints of Midnight Express #141733

Color information

#141733 (or 0x141733) is unknown color: approx Midnight Express. HEX triplet: 14, 17 and 33. RGB value is (20,23,51). Sum of RGB (Red+Green+Blue) = 20+23+51=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 51 (20.31% from 255 or 54.26% from 94); Max value from RGB is 51 - color contains mainly: blue. Hex color #141733 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141733 is #EBE8CC. Grayscale: #191919. Windows color (decimal): -15460557 or 3348244. OLE color: 3348244.

HSL color Cylindrical-coordinate representation of color #141733: hue angle of 234.19º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #141733 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB202351-
CMYK0.610.5500.8
HSL234.19º43.66%13.92%-
HSV(B)234.19º60.78%20%-
XYZ1.1913.26-
YUV25.3142.51124.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 51 (20.31% from 255) = 54.26%
R=21.28%
G=24.47%
B=54.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2023510.610.5500.8234.1943.6613.92
Hex1417333D37050ea2ce
Octal242763756701203525416
Binary101001011111001111110111011101010000111010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141733; }

 p { color: rgb(20,23,51); }

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

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

 a { background-color: rgb(20,23,51); }

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

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

 span { border-color: rgb(20,23,51); }

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