#111814

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

Shades of Midnight Moss #111814

Tints of Midnight Moss #111814

Color information

#111814 (or 0x111814) is unknown color: approx Midnight Moss. HEX triplet: 11, 18 and 14. RGB value is (17,24,20). Sum of RGB (Red+Green+Blue) = 17+24+20=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #111814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111814 is #EEE7EB. Grayscale: #151515. Windows color (decimal): -15656940 or 1316881. OLE color: 1316881.

HSL color Cylindrical-coordinate representation of color #111814: hue angle of 145.71º degrees, saturation: 0.17, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #111814 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB172420-
CMYK0.2900.170.91
HSL145.71º17.07%8.04%-
HSV(B)145.71º29.17%9.41%-
XYZ0.680.820.78-
YUV21.45127.18124.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.87%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 20 (8.20% from 255) = 32.79%
R=27.87%
G=39.34%
B=32.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1724200.2900.170.91145.7117.078.04
Hex1118141D0115B92118
Octal213024350211332222110
Binary10001110001010011101010001101101110010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111814; }

 p { color: rgb(17,24,20); }

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

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

 a { background-color: rgb(17,24,20); }

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

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

 span { border-color: rgb(17,24,20); }

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