#140A16

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

Shades of Blackcurrant #140A16

Tints of Blackcurrant #140A16

Color information

#140A16 (or 0x140A16) is unknown color: approx Blackcurrant. HEX triplet: 14, 0A and 16. RGB value is (20,10,22). Sum of RGB (Red+Green+Blue) = 20+10+22=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: blue. Hex color #140A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A16 is #EBF5E9. Grayscale: #0E0E0E. Windows color (decimal): -15463914 or 1444372. OLE color: 1444372.

HSL color Cylindrical-coordinate representation of color #140A16: hue angle of 290º degrees, saturation: 0.37, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #140A16 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB201022-
CMYK0.090.5500.91
HSL290º37.5%6.27%-
HSV(B)290º54.55%8.63%-
XYZ0.540.420.81-
YUV14.36132.31132.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 10 (4.30% from 255) = 19.23%
BLUE value IS 22 (8.98% from 255) = 42.31%
R=38.46%
G=19.23%
B=42.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2010220.090.5500.9129037.56.27
Hex14A1693705B122256
Octal24122611670133442456
Binary10100101010110100111011101011011100100010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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