#171218

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

Shades of Blackcurrant #171218

Tints of Blackcurrant #171218

Color information

#171218 (or 0x171218) is unknown color: approx Blackcurrant. HEX triplet: 17, 12 and 18. RGB value is (23,18,24). Sum of RGB (Red+Green+Blue) = 23+18+24=65 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.38% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 24 - color contains mainly: blue. Hex color #171218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171218 is #E8EDE7. Grayscale: #141414. Windows color (decimal): -15265256 or 1577495. OLE color: 1577495.

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

Color convert

RGB231824-
CMYK0.040.2500.91
HSL290º14.29%8.24%-
HSV(B)290º25%9.41%-
XYZ0.730.680.96-
YUV20.18130.16130.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 35.38%
GREEN value IS 18 (7.42% from 255) = 27.69%
BLUE value IS 24 (9.77% from 255) = 36.92%
R=35.38%
G=27.69%
B=36.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2318240.040.2500.9129014.298.24
Hex17121841905B122e8
Octal27223043101334421610
Binary101111001011000100110010101101110010001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171218; }

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

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

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

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

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

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

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

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