#140A20

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

Shades of Blackcurrant #140A20

Tints of Blackcurrant #140A20

Color information

#140A20 (or 0x140A20) is unknown color: approx Blackcurrant. HEX triplet: 14, 0A and 20. RGB value is (20,10,32). Sum of RGB (Red+Green+Blue) = 20+10+32=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #140A20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A20 is #EBF5DF. Grayscale: #0F0F0F. Windows color (decimal): -15463904 or 2099732. OLE color: 2099732.

HSL color Cylindrical-coordinate representation of color #140A20: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #140A20 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB201032-
CMYK0.370.6900.87
HSL267.27º52.38%8.24%-
HSV(B)267.27º68.75%12.55%-
XYZ0.660.471.42-
YUV15.5137.31131.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 10 (4.30% from 255) = 16.13%
BLUE value IS 32 (12.89% from 255) = 51.61%
R=32.26%
G=16.13%
B=51.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2010320.370.6900.87267.2752.388.24
Hex14A20254505710b348
Octal2412404510501274136410
Binary1010010101000001001011000101010101111000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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