#162238

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

Shades of Midnight Express #162238

Tints of Midnight Express #162238

Color information

#162238 (or 0x162238) is unknown color: approx Midnight Express. HEX triplet: 16, 22 and 38. RGB value is (22,34,56). Sum of RGB (Red+Green+Blue) = 22+34+56=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #162238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162238 is #E9DDC7. Grayscale: #202020. Windows color (decimal): -15326664 or 3678742. OLE color: 3678742.

HSL color Cylindrical-coordinate representation of color #162238: hue angle of 218.82º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #162238 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB223456-
CMYK0.610.3900.78
HSL218.82º43.59%15.29%-
HSV(B)218.82º60.71%21.96%-
XYZ1.621.63.97-
YUV32.92141.02120.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 56 (22.27% from 255) = 50%
R=19.64%
G=30.36%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2234560.610.3900.78218.8243.5915.29
Hex1622383D2704Edb2cf
Octal264270754701163335417
Binary1011010001011100011110110011101001110110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162238; }

 p { color: rgb(22,34,56); }

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

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

 a { background-color: rgb(22,34,56); }

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

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

 span { border-color: rgb(22,34,56); }

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