#161441

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

Shades of Midnight Express #161441

Tints of Midnight Express #161441

Color information

#161441 (or 0x161441) is unknown color: approx Midnight Express. HEX triplet: 16, 14 and 41. RGB value is (22,20,65). Sum of RGB (Red+Green+Blue) = 22+20+65=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #161441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161441 is #E9EBBE. Grayscale: #191919. Windows color (decimal): -15330239 or 4264982. OLE color: 4264982.

HSL color Cylindrical-coordinate representation of color #161441: hue angle of 242.67º 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 #161441 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB222065-
CMYK0.660.6900.75
HSL242.67º52.94%16.67%-
HSV(B)242.67º69.23%25.49%-
XYZ1.541.055.12-
YUV25.73150.16125.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.56%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 65 (25.78% from 255) = 60.75%
R=20.56%
G=18.69%
B=60.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2220650.660.6900.75242.6752.9416.67
Hex161441424504Bf33511
Octal262410110210501133636521
Binary1011010100100000110000101000101010010111111001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161441; }

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

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

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

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

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

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

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

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