#162141

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

Shades of Midnight Express #162141

Tints of Midnight Express #162141

Color information

#162141 (or 0x162141) is unknown color: approx Midnight Express. HEX triplet: 16, 21 and 41. RGB value is (22,33,65). Sum of RGB (Red+Green+Blue) = 22+33+65=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #162141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162141 is #E9DEBE. Grayscale: #212121. Windows color (decimal): -15326911 or 4268310. OLE color: 4268310.

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

Color convert

RGB223365-
CMYK0.660.4900.75
HSL224.65º49.43%17.06%-
HSV(B)224.65º66.15%25.49%-
XYZ1.831.645.22-
YUV33.36145.86119.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 65 (25.78% from 255) = 54.17%
R=18.33%
G=27.5%
B=54.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2233650.660.4900.75224.6549.4317.06
Hex162141423104Be13111
Octal26411011026101133416121
Binary1011010000110000011000010110001010010111110000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162141; }

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

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

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

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

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

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

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

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