#140534

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

Shades of Blackcurrant #140534

Tints of Blackcurrant #140534

Color information

#140534 (or 0x140534) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 34. RGB value is (20,5,52). Sum of RGB (Red+Green+Blue) = 20+5+52=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 52 (20.70% from 255 or 67.53% from 77); Max value from RGB is 52 - color contains mainly: blue. Hex color #140534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140534 is #EBFACB. Grayscale: #0E0E0E. Windows color (decimal): -15465164 or 3409172. OLE color: 3409172.

HSL color Cylindrical-coordinate representation of color #140534: hue angle of 259.15º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140534 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB20552-
CMYK0.620.9000.80
HSL259.15º82.46%11.18%-
HSV(B)259.15º90.38%20.39%-
XYZ0.960.513.3-
YUV14.84148.97131.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 52 (20.70% from 255) = 67.53%
R=25.97%
G=6.49%
B=67.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal205520.620.9000.80259.1582.4611.18
Hex145343E5A05010352b
Octal2456476132012040312213
Binary1010010111010011111010110100101000010000001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140534; }

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

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

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

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

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

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

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

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