#140116

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

Shades of Blackcurrant #140116

Tints of Blackcurrant #140116

Color information

#140116 (or 0x140116) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 16. RGB value is (20,1,22). Sum of RGB (Red+Green+Blue) = 20+1+22=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #140116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140116 is #EBFEE9. Grayscale: #090909. Windows color (decimal): -15466218 or 1442068. OLE color: 1442068.

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

Color convert

RGB20122-
CMYK0.090.9500.91
HSL294.29º91.3%4.51%-
HSV(B)294.29º95.45%8.63%-
XYZ0.440.230.78-
YUV9.07135.29135.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=46.51%
G=2.33%
B=51.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal201220.090.9500.91294.2991.34.51
Hex1411695F05B1265b5
Octal241261113701334461335
Binary1010011011010011011111010110111001001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140116; }

 p { color: rgb(20,1,22); }

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

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

 a { background-color: rgb(20,1,22); }

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

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

 span { border-color: rgb(20,1,22); }

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