#140F19

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

Shades of Blackcurrant #140F19

Tints of Blackcurrant #140F19

Color information

#140F19 (or 0x140F19) is unknown color: approx Blackcurrant. HEX triplet: 14, 0F and 19. RGB value is (20,15,25). Sum of RGB (Red+Green+Blue) = 20+15+25=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 25 - color contains mainly: blue. Hex color #140F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F19 is #EBF0E6. Grayscale: #111111. Windows color (decimal): -15462631 or 1642260. OLE color: 1642260.

HSL color Cylindrical-coordinate representation of color #140F19: hue angle of 270º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #140F19 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB201525-
CMYK0.200.4000.90
HSL270º25%7.84%-
HSV(B)270º40%9.8%-
XYZ0.630.560.99-
YUV17.64132.16129.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2015250.200.4000.90270257.84
Hex14F19142805A10e198
Octal241731245001324163110
Binary101001111110011010010100001011010100001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140F19; }

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

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

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

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

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

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

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

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