#140519

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

Shades of Blackcurrant #140519

Tints of Blackcurrant #140519

Color information

#140519 (or 0x140519) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 19. RGB value is (20,5,25). Sum of RGB (Red+Green+Blue) = 20+5+25=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #140519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140519 is #EBFAE6. Grayscale: #0B0B0B. Windows color (decimal): -15465191 or 1639700. OLE color: 1639700.

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

Color convert

RGB20525-
CMYK0.200.8000.90
HSL285º66.67%5.88%-
HSV(B)285º80%9.8%-
XYZ0.520.330.96-
YUV11.76135.47133.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 25 (10.16% from 255) = 50%
R=40%
G=10%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal205250.200.8000.9028566.675.88
Hex14519145005A11d436
Octal245312412001324351036
Binary1010010111001101001010000010110101000111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140519; }

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

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

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

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

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

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

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

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