#141B17

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

Shades of Midnight Moss #141B17

Tints of Midnight Moss #141B17

Color information

#141B17 (or 0x141B17) is unknown color: approx Midnight Moss. HEX triplet: 14, 1B and 17. RGB value is (20,27,23). Sum of RGB (Red+Green+Blue) = 20+27+23=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 27 - color contains mainly: green. Hex color #141B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B17 is #EBE4E8. Grayscale: #181818. Windows color (decimal): -15459561 or 1514260. OLE color: 1514260.

HSL color Cylindrical-coordinate representation of color #141B17: hue angle of 145.71º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #141B17 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.89.

Color convert

RGB202723-
CMYK0.2600.150.89
HSL145.71º14.89%9.22%-
HSV(B)145.71º25.93%10.59%-
XYZ0.840.990.96-
YUV24.45127.18124.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.57%
GREEN value IS 27 (10.94% from 255) = 38.57%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=28.57%
G=38.57%
B=32.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2027230.2600.150.89145.7114.899.22
Hex141B171A0F5992f9
Octal243327320171312221711
Binary101001101110111110100111110110011001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141B17; }

 p { color: rgb(20,27,23); }

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

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

 a { background-color: rgb(20,27,23); }

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

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

 span { border-color: rgb(20,27,23); }

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