#170220

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

Shades of Blackcurrant #170220

Tints of Blackcurrant #170220

Color information

#170220 (or 0x170220) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 20. RGB value is (23,2,32). Sum of RGB (Red+Green+Blue) = 23+2+32=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #170220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170220 is #E8FDDF. Grayscale: #0B0B0B. Windows color (decimal): -15269344 or 2097687. OLE color: 2097687.

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

Color convert

RGB23232-
CMYK0.280.9400.87
HSL282º88.24%6.67%-
HSV(B)282º93.75%12.55%-
XYZ0.640.331.4-
YUV11.7139.46136.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 40.35%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 32 (12.89% from 255) = 56.14%
R=40.35%
G=3.51%
B=56.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal232320.280.9400.8728288.246.67
Hex172201C5E05711a587
Octal272403413601274321307
Binary1011110100000111001011110010101111000110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170220; }

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

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

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

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

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

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

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

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