#140A18

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

Shades of Blackcurrant #140A18

Tints of Blackcurrant #140A18

Color information

#140A18 (or 0x140A18) is unknown color: approx Blackcurrant. HEX triplet: 14, 0A and 18. RGB value is (20,10,24). Sum of RGB (Red+Green+Blue) = 20+10+24=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: blue. Hex color #140A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A18 is #EBF5E7. Grayscale: #0E0E0E. Windows color (decimal): -15463912 or 1575444. OLE color: 1575444.

HSL color Cylindrical-coordinate representation of color #140A18: hue angle of 282.86º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #140A18 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB201024-
CMYK0.170.5800.91
HSL282.86º41.18%6.67%-
HSV(B)282.86º58.33%9.41%-
XYZ0.560.430.92-
YUV14.59133.31131.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 10 (4.30% from 255) = 18.52%
BLUE value IS 24 (9.77% from 255) = 44.44%
R=37.04%
G=18.52%
B=44.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2010240.170.5800.91282.8641.186.67
Hex14A18113A05B11b297
Octal24123021720133433517
Binary101001010110001000111101001011011100011011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,10,24); }

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

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

 a { background-color: rgb(20,10,24); }

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

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

 span { border-color: rgb(20,10,24); }

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