#141017

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

Shades of Blackcurrant #141017

Tints of Blackcurrant #141017

Color information

#141017 (or 0x141017) is unknown color: approx Blackcurrant. HEX triplet: 14, 10 and 17. RGB value is (20,16,23). Sum of RGB (Red+Green+Blue) = 20+16+23=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 23 - color contains mainly: blue. Hex color #141017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141017 is #EBEFE8. Grayscale: #111111. Windows color (decimal): -15462377 or 1511444. OLE color: 1511444.

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

Color convert

RGB201623-
CMYK0.130.3000.91
HSL274.29º17.95%7.65%-
HSV(B)274.29º30.43%9.02%-
XYZ0.630.580.89-
YUV17.99130.83129.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 16 (6.64% from 255) = 27.12%
BLUE value IS 23 (9.38% from 255) = 38.98%
R=33.90%
G=27.12%
B=38.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2016230.130.3000.91274.2917.957.65
Hex141017D1E05B112128
Octal242027153601334222210
Binary10100100001011111011111001011011100010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141017; }

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

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

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

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

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

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

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

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