#141343

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

Shades of Midnight Express #141343

Tints of Midnight Express #141343

Color information

#141343 (or 0x141343) is unknown color: approx Midnight Express. HEX triplet: 14, 13 and 43. RGB value is (20,19,67). Sum of RGB (Red+Green+Blue) = 20+19+67=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #141343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141343 is #EBECBC. Grayscale: #181818. Windows color (decimal): -15461565 or 4395796. OLE color: 4395796.

HSL color Cylindrical-coordinate representation of color #141343: hue angle of 241.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141343 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB201967-
CMYK0.700.7200.74
HSL241.25º55.81%16.86%-
HSV(B)241.25º71.64%26.27%-
XYZ1.531.025.43-
YUV24.77151.83124.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 67 (26.56% from 255) = 63.21%
R=18.87%
G=17.92%
B=63.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2019670.700.7200.74241.2555.8116.86
Hex141343464804Af13811
Octal242310310611001123617021
Binary1010010011100001110001101001000010010101111000111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141343; }

 p { color: rgb(20,19,67); }

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

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

 a { background-color: rgb(20,19,67); }

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

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

 span { border-color: rgb(20,19,67); }

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