Html Css Color HEX #141916 Midnight Moss

📋 copy color: '#141916'

red 20 ◦ green 25 ◦ blue 22

#141916
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Moss #141916

Tints of Midnight Moss #141916

RGB

 RED value IS 20 (8.2% 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 value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#141916 (or 0x141916) is known color: 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

RGB 20 25 22 -
CMYK 0.20 0 0.12 0.90
HSL 144º 0.11% 0.09% -
HSV(B) 144º 0.2% 0.1% -
XYZ 0.78 0.9 0.89 -
YUV 23.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 20 25 22 0.20 0 0.12 0.90 144 0.11 0.09
Hex 14 19 16 14 0 C 5A 90 B 9
Octal 24 31 26 24 0 14 132 220 13 11
Binary 10100 11001 10110 10100 0 1100 1011010 10010000 1011 1001

Color Harmonies of #141916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141916

Black with #141916

Text Example


Text Example

White with #141916

Text Example


Text Example

HTML Codes & Css Web 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>