#140134

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

Shades of Blackcurrant #140134

Tints of Blackcurrant #140134

Color information

#140134 (or 0x140134) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 34. RGB value is (20,1,52). Sum of RGB (Red+Green+Blue) = 20+1+52=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #140134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140134 is #EBFECB. Grayscale: #0C0C0C. Windows color (decimal): -15466188 or 3408148. OLE color: 3408148.

HSL color Cylindrical-coordinate representation of color #140134: hue angle of 262.35º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140134 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB20152-
CMYK0.620.9800.80
HSL262.35º96.23%10.39%-
HSV(B)262.35º98.08%20.39%-
XYZ0.920.423.28-
YUV12.5150.29133.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 52 (20.70% from 255) = 71.23%
R=27.40%
G=1.37%
B=71.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal201520.620.9800.80262.3596.2310.39
Hex141343E6205010660a
Octal2416476142012040614012
Binary10100111010011111011000100101000010000011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140134; }

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

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

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

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

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

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

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

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