#141441

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

Shades of Midnight Express #141441

Tints of Midnight Express #141441

Color information

#141441 (or 0x141441) is unknown color: approx Midnight Express. HEX triplet: 14, 14 and 41. RGB value is (20,20,65). Sum of RGB (Red+Green+Blue) = 20+20+65=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #141441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141441 is #EBEBBE. Grayscale: #181818. Windows color (decimal): -15461311 or 4264980. OLE color: 4264980.

HSL color Cylindrical-coordinate representation of color #141441: hue angle of 240º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141441 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB202065-
CMYK0.690.6900.75
HSL240º52.94%16.67%-
HSV(B)240º69.23%25.49%-
XYZ1.491.035.12-
YUV25.13150.5124.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 65 (25.78% from 255) = 61.90%
R=19.05%
G=19.05%
B=61.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2020650.690.6900.7524052.9416.67
Hex141441454504Bf03511
Octal242410110510501133606521
Binary1010010100100000110001011000101010010111111000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141441; }

 p { color: rgb(20,20,65); }

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

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

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

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

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

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

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