#131514

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

Shades of Midnight Moss #131514

Tints of Midnight Moss #131514

Color information

#131514 (or 0x131514) is unknown color: approx Midnight Moss. HEX triplet: 13, 15 and 14. RGB value is (19,21,20). Sum of RGB (Red+Green+Blue) = 19+21+20=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 21 - color contains mainly: green. Hex color #131514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131514 is #ECEAEB. Grayscale: #141414. Windows color (decimal): -15526636 or 1316115. OLE color: 1316115.

HSL color Cylindrical-coordinate representation of color #131514: hue angle of 150º degrees, saturation: 0.05, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #131514 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB192120-
CMYK0.1000.050.92
HSL150º5%7.84%-
HSV(B)150º9.52%8.24%-
XYZ0.660.730.77-
YUV20.29127.84127.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.67%
GREEN value IS 21 (8.59% from 255) = 35%
BLUE value IS 20 (8.20% from 255) = 33.33%
R=31.67%
G=35%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1921200.1000.050.9215057.84
Hex131514A055C9658
Octal2325241205134226510
Binary100111010110100101001011011100100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131514; }

 p { color: rgb(19,21,20); }

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

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

 a { background-color: rgb(19,21,20); }

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

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

 span { border-color: rgb(19,21,20); }

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