#121714

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

Shades of Midnight Moss #121714

Tints of Midnight Moss #121714

Color information

#121714 (or 0x121714) is unknown color: approx Midnight Moss. HEX triplet: 12, 17 and 14. RGB value is (18,23,20). Sum of RGB (Red+Green+Blue) = 18+23+20=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 23 - color contains mainly: green. Hex color #121714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121714 is #EDE8EB. Grayscale: #151515. Windows color (decimal): -15591660 or 1316626. OLE color: 1316626.

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

Color convert

RGB182320-
CMYK0.2200.130.91
HSL144º12.2%8.04%-
HSV(B)144º21.74%9.02%-
XYZ0.680.790.78-
YUV21.16127.34125.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 20 (8.20% from 255) = 32.79%
R=29.51%
G=37.70%
B=32.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1823200.2200.130.9114412.28.04
Hex121714160D5B90c8
Octal222724260151332201410
Binary100101011110100101100110110110111001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121714; }

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

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

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

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

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

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

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

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