#171020

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

Shades of Blackcurrant #171020

Tints of Blackcurrant #171020

Color information

#171020 (or 0x171020) is unknown color: approx Blackcurrant. HEX triplet: 17, 10 and 20. RGB value is (23,16,32). Sum of RGB (Red+Green+Blue) = 23+16+32=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 32 (12.89% from 255 or 45.07% from 71); Max value from RGB is 32 - color contains mainly: blue. Hex color #171020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171020 is #E8EFDF. Grayscale: #131313. Windows color (decimal): -15265760 or 2101271. OLE color: 2101271.

HSL color Cylindrical-coordinate representation of color #171020: hue angle of 266.25º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #171020 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB231632-
CMYK0.280.500.87
HSL266.25º33.33%9.41%-
HSV(B)266.25º50%12.55%-
XYZ0.80.661.45-
YUV19.92134.82130.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 32.39%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 32 (12.89% from 255) = 45.07%
R=32.39%
G=22.54%
B=45.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2316320.280.500.87266.2533.339.41
Hex1710201C3205710a219
Octal272040346201274124111
Binary101111000010000011100110010010101111000010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171020; }

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

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

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

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

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

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

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

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