#140419

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

Shades of Blackcurrant #140419

Tints of Blackcurrant #140419

Color information

#140419 (or 0x140419) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 19. RGB value is (20,4,25). Sum of RGB (Red+Green+Blue) = 20+4+25=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #140419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140419 is #EBFBE6. Grayscale: #0B0B0B. Windows color (decimal): -15465447 or 1639444. OLE color: 1639444.

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

Color convert

RGB20425-
CMYK0.200.8400.90
HSL285.71º72.41%5.69%-
HSV(B)285.71º84%9.8%-
XYZ0.510.310.95-
YUV11.18135.8134.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 4 (1.95% from 255) = 8.16%
BLUE value IS 25 (10.16% from 255) = 51.02%
R=40.82%
G=8.16%
B=51.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal204250.200.8400.90285.7172.415.69
Hex14419145405A11e486
Octal244312412401324361106
Binary1010010011001101001010100010110101000111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140419; }

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

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

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

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

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

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

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

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