#170D1C

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

Shades of Blackcurrant #170D1C

Tints of Blackcurrant #170D1C

Color information

#170D1C (or 0x170D1C) is unknown color: approx Blackcurrant. HEX triplet: 17, 0D and 1C. RGB value is (23,13,28). Sum of RGB (Red+Green+Blue) = 23+13+28=64 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.94% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #170D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170D1C is #E8F2E3. Grayscale: #111111. Windows color (decimal): -15266532 or 1838359. OLE color: 1838359.

HSL color Cylindrical-coordinate representation of color #170D1C: hue angle of 280º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #170D1C is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB231328-
CMYK0.180.5400.89
HSL280º36.59%8.04%-
HSV(B)280º53.57%10.98%-
XYZ0.710.551.17-
YUV17.7133.81131.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 35.94%
GREEN value IS 13 (5.47% from 255) = 20.31%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=35.94%
G=20.31%
B=43.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2313280.180.5400.8928036.598.04
Hex17D1C1236059118258
Octal271534226601314304510
Binary1011111011110010010110110010110011000110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,13,28); }

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

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

 a { background-color: rgb(23,13,28); }

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

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

 span { border-color: rgb(23,13,28); }

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