#170B20

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

Shades of Blackcurrant #170B20

Tints of Blackcurrant #170B20

Color information

#170B20 (or 0x170B20) is unknown color: approx Blackcurrant. HEX triplet: 17, 0B and 20. RGB value is (23,11,32). Sum of RGB (Red+Green+Blue) = 23+11+32=66 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.85% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #170B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170B20 is #E8F4DF. Grayscale: #101010. Windows color (decimal): -15267040 or 2099991. OLE color: 2099991.

HSL color Cylindrical-coordinate representation of color #170B20: hue angle of 274.29º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #170B20 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB231132-
CMYK0.280.6600.87
HSL274.29º48.84%8.43%-
HSV(B)274.29º65.62%12.55%-
XYZ0.730.531.43-
YUV16.98136.48132.29-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 34.85%
GREEN value IS 11 (4.69% from 255) = 16.67%
BLUE value IS 32 (12.89% from 255) = 48.48%
R=34.85%
G=16.67%
B=48.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2311320.280.6600.87274.2948.848.43
Hex17B201C42057112318
Octal2713403410201274226110
Binary101111011100000111001000010010101111000100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170B20; }

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

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

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

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

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

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

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

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