#140D18

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

Shades of Blackcurrant #140D18

Tints of Blackcurrant #140D18

Color information

#140D18 (or 0x140D18) is unknown color: approx Blackcurrant. HEX triplet: 14, 0D and 18. RGB value is (20,13,24). Sum of RGB (Red+Green+Blue) = 20+13+24=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #140D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D18 is #EBF2E7. Grayscale: #101010. Windows color (decimal): -15463144 or 1576212. OLE color: 1576212.

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

Color convert

RGB201324-
CMYK0.170.4600.91
HSL278.18º29.73%7.25%-
HSV(B)278.18º45.83%9.41%-
XYZ0.60.50.93-
YUV16.35132.32130.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 13 (5.47% from 255) = 22.81%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=35.09%
G=22.81%
B=42.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2013240.170.4600.91278.1829.737.25
Hex14D18112E05B1161e7
Octal24153021560133426367
Binary10100110111000100011011100101101110001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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