#140518

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

Shades of Blackcurrant #140518

Tints of Blackcurrant #140518

Color information

#140518 (or 0x140518) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 18. RGB value is (20,5,24). Sum of RGB (Red+Green+Blue) = 20+5+24=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #140518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140518 is #EBFAE7. Grayscale: #0B0B0B. Windows color (decimal): -15465192 or 1574164. OLE color: 1574164.

HSL color Cylindrical-coordinate representation of color #140518: hue angle of 287.37º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #140518 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB20524-
CMYK0.170.7900.91
HSL287.37º65.52%5.69%-
HSV(B)287.37º79.17%9.41%-
XYZ0.510.320.9-
YUV11.65134.97133.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 24 (9.77% from 255) = 48.98%
R=40.82%
G=10.20%
B=48.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal205240.170.7900.91287.3765.525.69
Hex14518114F05B11f426
Octal245302111701334371026
Binary1010010111000100011001111010110111000111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140518; }

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

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

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

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

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

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

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

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