#140119

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

Shades of Blackcurrant #140119

Tints of Blackcurrant #140119

Color information

#140119 (or 0x140119) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 19. RGB value is (20,1,25). Sum of RGB (Red+Green+Blue) = 20+1+25=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #140119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140119 is #EBFEE6. Grayscale: #090909. Windows color (decimal): -15466215 or 1638676. OLE color: 1638676.

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

Color convert

RGB20125-
CMYK0.200.9600.90
HSL287.5º92.31%5.1%-
HSV(B)287.5º96%9.8%-
XYZ0.470.240.94-
YUV9.42136.79135.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 25 (10.16% from 255) = 54.35%
R=43.48%
G=2.17%
B=54.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal201250.200.9600.90287.592.315.1
Hex14119146005A1205c5
Octal241312414001324401345
Binary10100111001101001100000010110101001000001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140119; }

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

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

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

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

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

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

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

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