#140017

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

Shades of Blackcurrant #140017

Tints of Blackcurrant #140017

Color information

#140017 (or 0x140017) is unknown color: approx Blackcurrant. HEX triplet: 14, 00 and 17. RGB value is (20,0,23). Sum of RGB (Red+Green+Blue) = 20+0+23=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #140017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140017 is #EBFFE8. Grayscale: #080808. Windows color (decimal): -15466473 or 1507348. OLE color: 1507348.

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

Color convert

RGB20023-
CMYK0.13100.91
HSL292.17º100%4.51%-
HSV(B)292.17º100%9.02%-
XYZ0.440.210.83-
YUV8.6136.13136.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=46.51%
G=0%
B=53.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal200230.13100.91292.171004.51
Hex14017D6405B124645
Octal240271514401334441445
Binary1010001011111011100100010110111001001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140017; }

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

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

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

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

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

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

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

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