#140C19

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

Shades of Blackcurrant #140C19

Tints of Blackcurrant #140C19

Color information

#140C19 (or 0x140C19) is unknown color: approx Blackcurrant. HEX triplet: 14, 0C and 19. RGB value is (20,12,25). Sum of RGB (Red+Green+Blue) = 20+12+25=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 25 - color contains mainly: blue. Hex color #140C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C19 is #EBF3E6. Grayscale: #0F0F0F. Windows color (decimal): -15463399 or 1641492. OLE color: 1641492.

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

Color convert

RGB201225-
CMYK0.200.5200.90
HSL276.92º35.14%7.25%-
HSV(B)276.92º52%9.8%-
XYZ0.60.480.98-
YUV15.87133.15130.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 12 (5.08% from 255) = 21.05%
BLUE value IS 25 (10.16% from 255) = 43.86%
R=35.09%
G=21.05%
B=43.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2012250.200.5200.90276.9235.147.25
Hex14C19143405A115237
Octal24143124640132425437
Binary101001100110011010011010001011010100010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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