#140319

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

Shades of Blackcurrant #140319

Tints of Blackcurrant #140319

Color information

#140319 (or 0x140319) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 19. RGB value is (20,3,25). Sum of RGB (Red+Green+Blue) = 20+3+25=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #140319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140319 is #EBFCE6. Grayscale: #0A0A0A. Windows color (decimal): -15465703 or 1639188. OLE color: 1639188.

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

Color convert

RGB20325-
CMYK0.200.8800.90
HSL286.36º78.57%5.49%-
HSV(B)286.36º88%9.8%-
XYZ0.50.280.95-
YUV10.59136.13134.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 41.67%
GREEN value IS 3 (1.56% from 255) = 6.25%
BLUE value IS 25 (10.16% from 255) = 52.08%
R=41.67%
G=6.25%
B=52.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal203250.200.8800.90286.3678.575.49
Hex14319145805A11e4f5
Octal243312413001324361175
Binary101001111001101001011000010110101000111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140319; }

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

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

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

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

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

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

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

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