#141916

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

Shades of Midnight Moss #141916

Tints of Midnight Moss #141916

Color information

#141916 (or 0x141916) is unknown color: approx Midnight Moss. HEX triplet: 14, 19 and 16. RGB value is (20,25,22). Sum of RGB (Red+Green+Blue) = 20+25+22=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 25 - color contains mainly: green. Hex color #141916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141916 is #EBE6E9. Grayscale: #171717. Windows color (decimal): -15460074 or 1448212. OLE color: 1448212.

HSL color Cylindrical-coordinate representation of color #141916: hue angle of 144º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #141916 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB202522-
CMYK0.2000.120.90
HSL144º11.11%8.82%-
HSV(B)144º20%9.8%-
XYZ0.780.90.89-
YUV23.16127.34125.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 25 (10.16% from 255) = 37.31%
BLUE value IS 22 (8.98% from 255) = 32.84%
R=29.85%
G=37.31%
B=32.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2025220.2000.120.9014411.118.82
Hex141916140C5A90b9
Octal243126240141322201311
Binary101001100110110101000110010110101001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141916; }

 p { color: rgb(20,25,22); }

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

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

 a { background-color: rgb(20,25,22); }

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

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

 span { border-color: rgb(20,25,22); }

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