#161F1A

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

Shades of Midnight Moss #161F1A

Tints of Midnight Moss #161F1A

Color information

#161F1A (or 0x161F1A) is unknown color: approx Midnight Moss. HEX triplet: 16, 1F and 1A. RGB value is (22,31,26). Sum of RGB (Red+Green+Blue) = 22+31+26=79 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.85% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 31 - color contains mainly: green. Hex color #161F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161F1A is #E9E0E5. Grayscale: #1B1B1B. Windows color (decimal): -15327462 or 1711894. OLE color: 1711894.

HSL color Cylindrical-coordinate representation of color #161F1A: hue angle of 146.67º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #161F1A is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.88.

Color convert

RGB223126-
CMYK0.2900.160.88
HSL146.67º16.98%10.39%-
HSV(B)146.67º29.03%12.16%-
XYZ1.011.231.16-
YUV27.74127.02123.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.85%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=27.85%
G=39.24%
B=32.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2231260.2900.160.88146.6716.9810.39
Hex161F1A1D010589311a
Octal263732350201302232112
Binary10110111111101011101010000101100010010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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