#171318

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

Shades of Blackcurrant #171318

Tints of Blackcurrant #171318

Color information

#171318 (or 0x171318) is unknown color: approx Blackcurrant. HEX triplet: 17, 13 and 18. RGB value is (23,19,24). Sum of RGB (Red+Green+Blue) = 23+19+24=66 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.85% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 24 - color contains mainly: blue. Hex color #171318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171318 is #E8ECE7. Grayscale: #141414. Windows color (decimal): -15265000 or 1577751. OLE color: 1577751.

HSL color Cylindrical-coordinate representation of color #171318: hue angle of 288º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #171318 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB231924-
CMYK0.040.2100.91
HSL288º11.63%8.43%-
HSV(B)288º20.83%9.41%-
XYZ0.750.710.96-
YUV20.77129.83129.59-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 34.85%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=34.85%
G=28.79%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2319240.040.2100.9128811.638.43
Hex17131841505B120c8
Octal27233042501334401410
Binary101111001111000100101010101101110010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171318; }

 p { color: rgb(23,19,24); }

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

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

 a { background-color: rgb(23,19,24); }

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

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

 span { border-color: rgb(23,19,24); }

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