#171419

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

Shades of Blackcurrant #171419

Tints of Blackcurrant #171419

Color information

#171419 (or 0x171419) is unknown color: approx Blackcurrant. HEX triplet: 17, 14 and 19. RGB value is (23,20,25). Sum of RGB (Red+Green+Blue) = 23+20+25=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 25 - color contains mainly: blue. Hex color #171419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171419 is #E8EBE6. Grayscale: #151515. Windows color (decimal): -15264743 or 1643543. OLE color: 1643543.

HSL color Cylindrical-coordinate representation of color #171419: hue angle of 276º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #171419 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB232025-
CMYK0.080.2000.90
HSL276º11.11%8.82%-
HSV(B)276º20%9.8%-
XYZ0.780.751.02-
YUV21.47129.99129.09-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 33.82%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 25 (10.16% from 255) = 36.76%
R=33.82%
G=29.41%
B=36.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2320250.080.2000.9027611.118.82
Hex17141981405A114b9
Octal272431102401324241311
Binary1011110100110011000101000101101010001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171419; }

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

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

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

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

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

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

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

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