#170019

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

Shades of Blackcurrant #170019

Tints of Blackcurrant #170019

Color information

#170019 (or 0x170019) is unknown color: approx Blackcurrant. HEX triplet: 17, 00 and 19. RGB value is (23,0,25). Sum of RGB (Red+Green+Blue) = 23+0+25=48 (6% of max value = 765). Red value is 23 (9.38% from 255 or 47.92% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #170019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170019 is #E8FFE6. Grayscale: #090909. Windows color (decimal): -15269863 or 1638423. OLE color: 1638423.

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

Color convert

RGB23025-
CMYK0.08100.90
HSL295.2º100%4.9%-
HSV(B)295.2º100%9.8%-
XYZ0.530.250.94-
YUV9.73136.62137.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 47.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 52.08%
R=47.92%
G=0%
B=52.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal230250.08100.90295.21004.9
Hex1701986405A127645
Octal270311014401324471445
Binary1011101100110001100100010110101001001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170019; }

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

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

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

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

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

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

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

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