#161C30

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

Shades of Midnight Express #161C30

Tints of Midnight Express #161C30

Color information

#161C30 (or 0x161C30) is unknown color: approx Midnight Express. HEX triplet: 16, 1C and 30. RGB value is (22,28,48). Sum of RGB (Red+Green+Blue) = 22+28+48=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #161C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C30 is #E9E3CF. Grayscale: #1C1C1C. Windows color (decimal): -15328208 or 3152918. OLE color: 3152918.

HSL color Cylindrical-coordinate representation of color #161C30: hue angle of 226.15º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #161C30 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB222848-
CMYK0.540.4200.81
HSL226.15º37.14%13.73%-
HSV(B)226.15º54.17%18.82%-
XYZ1.281.212.96-
YUV28.49139.01123.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.45%
GREEN value IS 28 (11.33% from 255) = 28.57%
BLUE value IS 48 (19.14% from 255) = 48.98%
R=22.45%
G=28.57%
B=48.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2228480.540.4200.81226.1537.1413.73
Hex161C30362A051e225e
Octal263460665201213424516
Binary101101110011000011011010101001010001111000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161C30; }

 p { color: rgb(22,28,48); }

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

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

 a { background-color: rgb(22,28,48); }

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

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

 span { border-color: rgb(22,28,48); }

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