#170C1C

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

Shades of Blackcurrant #170C1C

Tints of Blackcurrant #170C1C

Color information

#170C1C (or 0x170C1C) is unknown color: approx Blackcurrant. HEX triplet: 17, 0C and 1C. RGB value is (23,12,28). Sum of RGB (Red+Green+Blue) = 23+12+28=63 (8% of max value = 765). Red value is 23 (9.38% from 255 or 36.51% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #170C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C1C is #E8F3E3. Grayscale: #111111. Windows color (decimal): -15266788 or 1838103. OLE color: 1838103.

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

Color convert

RGB231228-
CMYK0.180.5700.89
HSL281.25º40%7.84%-
HSV(B)281.25º57.14%10.98%-
XYZ0.690.531.16-
YUV17.11134.14132.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 36.51%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 28 (11.33% from 255) = 44.44%
R=36.51%
G=19.05%
B=44.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2312280.180.5700.89281.25407.84
Hex17C1C1239059119288
Octal271434227101314315010
Binary1011111001110010010111001010110011000110011010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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