#161D2E

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

Shades of Midnight Express #161D2E

Tints of Midnight Express #161D2E

Color information

#161D2E (or 0x161D2E) is unknown color: approx Midnight Express. HEX triplet: 16, 1D and 2E. RGB value is (22,29,46). Sum of RGB (Red+Green+Blue) = 22+29+46=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #161D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D2E is #E9E2D1. Grayscale: #1C1C1C. Windows color (decimal): -15327954 or 3022102. OLE color: 3022102.

HSL color Cylindrical-coordinate representation of color #161D2E: hue angle of 222.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #161D2E is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB222946-
CMYK0.520.3700.82
HSL222.5º35.29%13.33%-
HSV(B)222.5º52.17%18.04%-
XYZ1.261.252.76-
YUV28.84137.68123.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.68%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 46 (18.36% from 255) = 47.42%
R=22.68%
G=29.90%
B=47.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2229460.520.3700.82222.535.2913.33
Hex161D2E3425052de23d
Octal263556644501223364315
Binary101101110110111011010010010101010010110111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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