#140B19

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

Shades of Blackcurrant #140B19

Tints of Blackcurrant #140B19

Color information

#140B19 (or 0x140B19) is unknown color: approx Blackcurrant. HEX triplet: 14, 0B and 19. RGB value is (20,11,25). Sum of RGB (Red+Green+Blue) = 20+11+25=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #140B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B19 is #EBF4E6. Grayscale: #0F0F0F. Windows color (decimal): -15463655 or 1641236. OLE color: 1641236.

HSL color Cylindrical-coordinate representation of color #140B19: hue angle of 278.57º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #140B19 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB201125-
CMYK0.200.5600.90
HSL278.57º38.89%7.06%-
HSV(B)278.57º56%9.8%-
XYZ0.580.460.98-
YUV15.29133.48131.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 25 (10.16% from 255) = 44.64%
R=35.71%
G=19.64%
B=44.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2011250.200.5600.90278.5738.897.06
Hex14B19143805A117277
Octal24133124700132427477
Binary101001011110011010011100001011010100010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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