#140019

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

Shades of Blackcurrant #140019

Tints of Blackcurrant #140019

Color information

#140019 (or 0x140019) is unknown color: approx Blackcurrant. HEX triplet: 14, 00 and 19. RGB value is (20,0,25). Sum of RGB (Red+Green+Blue) = 20+0+25=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #140019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140019 is #EBFFE6. Grayscale: #080808. Windows color (decimal): -15466471 or 1638420. OLE color: 1638420.

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

Color convert

RGB20025-
CMYK0.20100.90
HSL288º100%4.9%-
HSV(B)288º100%9.8%-
XYZ0.460.220.94-
YUV8.83137.13135.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 44.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 55.56%
R=44.44%
G=0%
B=55.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal200250.20100.902881004.9
Hex14019146405A120645
Octal240312414401324401445
Binary10100011001101001100100010110101001000001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140019; }

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

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

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

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

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

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

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

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