#140120

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

Shades of Blackcurrant #140120

Tints of Blackcurrant #140120

Color information

#140120 (or 0x140120) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 20. RGB value is (20,1,32). Sum of RGB (Red+Green+Blue) = 20+1+32=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 32 (12.89% from 255 or 60.38% from 53); Max value from RGB is 32 - color contains mainly: blue. Hex color #140120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140120 is #EBFEDF. Grayscale: #0A0A0A. Windows color (decimal): -15466208 or 2097428. OLE color: 2097428.

HSL color Cylindrical-coordinate representation of color #140120: hue angle of 276.77º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140120 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB20132-
CMYK0.370.9700.87
HSL276.77º93.94%6.47%-
HSV(B)276.77º96.88%12.55%-
XYZ0.560.271.39-
YUV10.22140.29134.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 32 (12.89% from 255) = 60.38%
R=37.74%
G=1.89%
B=60.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal201320.370.9700.87276.7793.946.47
Hex1412025610571155e6
Octal241404514101274251366
Binary1010011000001001011100001010101111000101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140120; }

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

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

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

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

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

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

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

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