#140517

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

Shades of Blackcurrant #140517

Tints of Blackcurrant #140517

Color information

#140517 (or 0x140517) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 17. RGB value is (20,5,23). Sum of RGB (Red+Green+Blue) = 20+5+23=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #140517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140517 is #EBFAE8. Grayscale: #0B0B0B. Windows color (decimal): -15465193 or 1508628. OLE color: 1508628.

HSL color Cylindrical-coordinate representation of color #140517: hue angle of 290º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #140517 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB20523-
CMYK0.130.7800.91
HSL290º64.29%5.49%-
HSV(B)290º78.26%9.02%-
XYZ0.50.320.85-
YUV11.54134.47134.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 41.67%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 23 (9.38% from 255) = 47.92%
R=41.67%
G=10.42%
B=47.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal205230.130.7800.9129064.295.49
Hex14517D4E05B122405
Octal245271511601334421005
Binary101001011011111011001110010110111001000101000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140517; }

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

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

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

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

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

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

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

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