#161541

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

Shades of Midnight Express #161541

Tints of Midnight Express #161541

Color information

#161541 (or 0x161541) is unknown color: approx Midnight Express. HEX triplet: 16, 15 and 41. RGB value is (22,21,65). Sum of RGB (Red+Green+Blue) = 22+21+65=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #161541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161541 is #E9EABE. Grayscale: #1A1A1A. Windows color (decimal): -15329983 or 4265238. OLE color: 4265238.

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

Color convert

RGB222165-
CMYK0.660.6800.75
HSL241.36º51.16%16.86%-
HSV(B)241.36º67.69%25.49%-
XYZ1.551.095.13-
YUV26.32149.83124.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.37%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 65 (25.78% from 255) = 60.19%
R=20.37%
G=19.44%
B=60.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2221650.660.6800.75241.3651.1616.86
Hex161541424404Bf13311
Octal262510110210401133616321
Binary1011010101100000110000101000100010010111111000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161541; }

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

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

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

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

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

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

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

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