#140619

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

Shades of Blackcurrant #140619

Tints of Blackcurrant #140619

Color information

#140619 (or 0x140619) is unknown color: approx Blackcurrant. HEX triplet: 14, 06 and 19. RGB value is (20,6,25). Sum of RGB (Red+Green+Blue) = 20+6+25=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #140619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140619 is #EBF9E6. Grayscale: #0C0C0C. Windows color (decimal): -15464935 or 1639956. OLE color: 1639956.

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

Color convert

RGB20625-
CMYK0.200.7600.90
HSL284.21º61.29%6.08%-
HSV(B)284.21º76%9.8%-
XYZ0.530.350.96-
YUV12.35135.14133.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 6 (2.73% from 255) = 11.76%
BLUE value IS 25 (10.16% from 255) = 49.02%
R=39.22%
G=11.76%
B=49.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal206250.200.7600.90284.2161.296.08
Hex14619144C05A11c3d6
Octal24631241140132434756
Binary101001101100110100100110001011010100011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140619; }

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

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

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

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

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

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

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

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