#140617

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

Shades of Blackcurrant #140617

Tints of Blackcurrant #140617

Color information

#140617 (or 0x140617) is unknown color: approx Blackcurrant. HEX triplet: 14, 06 and 17. RGB value is (20,6,23). Sum of RGB (Red+Green+Blue) = 20+6+23=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #140617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140617 is #EBF9E8. Grayscale: #0C0C0C. Windows color (decimal): -15464937 or 1508884. OLE color: 1508884.

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

Color convert

RGB20623-
CMYK0.130.7400.91
HSL289.41º58.62%5.69%-
HSV(B)289.41º73.91%9.02%-
XYZ0.510.340.85-
YUV12.12134.14133.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 6 (2.73% from 255) = 12.24%
BLUE value IS 23 (9.38% from 255) = 46.94%
R=40.82%
G=12.24%
B=46.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal206230.130.7400.91289.4158.625.69
Hex14617D4A05B1213b6
Octal24627151120133441736
Binary10100110101111101100101001011011100100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140617; }

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

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

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

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

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

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

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

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