#140219

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

Shades of Blackcurrant #140219

Tints of Blackcurrant #140219

Color information

#140219 (or 0x140219) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 19. RGB value is (20,2,25). Sum of RGB (Red+Green+Blue) = 20+2+25=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #140219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140219 is #EBFDE6. Grayscale: #090909. Windows color (decimal): -15465959 or 1638932. OLE color: 1638932.

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

Color convert

RGB20225-
CMYK0.200.9200.90
HSL286.96º85.19%5.29%-
HSV(B)286.96º92%9.8%-
XYZ0.490.260.94-
YUV10136.46135.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 25 (10.16% from 255) = 53.19%
R=42.55%
G=4.26%
B=53.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202250.200.9200.90286.9685.195.29
Hex14219145C05A11f555
Octal242312413401324371255
Binary101001011001101001011100010110101000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140219; }

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

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

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

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

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

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

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

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