#161A18

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

Shades of Midnight Moss #161A18

Tints of Midnight Moss #161A18

Color information

#161A18 (or 0x161A18) is unknown color: approx Midnight Moss. HEX triplet: 16, 1A and 18. RGB value is (22,26,24). Sum of RGB (Red+Green+Blue) = 22+26+24=72 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.56% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 26 - color contains mainly: green. Hex color #161A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161A18 is #E9E5E7. Grayscale: #181818. Windows color (decimal): -15328744 or 1579542. OLE color: 1579542.

HSL color Cylindrical-coordinate representation of color #161A18: hue angle of 150º degrees, saturation: 0.08, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #161A18 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB222624-
CMYK0.1500.080.90
HSL150º8.33%9.41%-
HSV(B)150º15.38%10.2%-
XYZ0.870.981.01-
YUV24.58127.67126.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.56%
GREEN value IS 26 (10.55% from 255) = 36.11%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=30.56%
G=36.11%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2226240.1500.080.901508.339.41
Hex161A18F085A9689
Octal263230170101322261011
Binary10110110101100011110100010110101001011010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,26,24); }

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

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

 a { background-color: rgb(22,26,24); }

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

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

 span { border-color: rgb(22,26,24); }

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