#161D30

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

Shades of Midnight Express #161D30

Tints of Midnight Express #161D30

Color information

#161D30 (or 0x161D30) is unknown color: approx Midnight Express. HEX triplet: 16, 1D and 30. RGB value is (22,29,48). Sum of RGB (Red+Green+Blue) = 22+29+48=99 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22.22% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #161D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D30 is #E9E2CF. Grayscale: #1C1C1C. Windows color (decimal): -15327952 or 3153174. OLE color: 3153174.

HSL color Cylindrical-coordinate representation of color #161D30: hue angle of 223.85º 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 #161D30 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB222948-
CMYK0.540.4000.81
HSL223.85º37.14%13.73%-
HSV(B)223.85º54.17%18.82%-
XYZ1.31.262.97-
YUV29.07138.68122.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.22%
GREEN value IS 29 (11.72% from 255) = 29.29%
BLUE value IS 48 (19.14% from 255) = 48.48%
R=22.22%
G=29.29%
B=48.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2229480.540.4000.81223.8537.1413.73
Hex161D303628051e025e
Octal263560665001213404516
Binary101101110111000011011010100001010001111000001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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