#140523

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

Shades of Blackcurrant #140523

Tints of Blackcurrant #140523

Color information

#140523 (or 0x140523) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 23. RGB value is (20,5,35). Sum of RGB (Red+Green+Blue) = 20+5+35=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 35 (14.06% from 255 or 58.33% from 60); Max value from RGB is 35 - color contains mainly: blue. Hex color #140523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140523 is #EBFADC. Grayscale: #0C0C0C. Windows color (decimal): -15465181 or 2295060. OLE color: 2295060.

HSL color Cylindrical-coordinate representation of color #140523: hue angle of 270º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #140523 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB20535-
CMYK0.430.8600.86
HSL270º75%7.84%-
HSV(B)270º85.71%13.73%-
XYZ0.650.381.63-
YUV12.9140.47133.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 35 (14.06% from 255) = 58.33%
R=33.33%
G=8.33%
B=58.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal205350.430.8600.86270757.84
Hex145232B5605610e4b8
Octal2454353126012641611310
Binary1010010110001110101110101100101011010000111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140523; }

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

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

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

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

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

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

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

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