#17131A

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

Shades of Blackcurrant #17131A

Tints of Blackcurrant #17131A

Color information

#17131A (or 0x17131A) is unknown color: approx Blackcurrant. HEX triplet: 17, 13 and 1A. RGB value is (23,19,26). Sum of RGB (Red+Green+Blue) = 23+19+26=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 26 - color contains mainly: blue. Hex color #17131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17131A is #E8ECE5. Grayscale: #141414. Windows color (decimal): -15264998 or 1708823. OLE color: 1708823.

HSL color Cylindrical-coordinate representation of color #17131A: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #17131A is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB231926-
CMYK0.120.2700.90
HSL274.29º15.56%8.82%-
HSV(B)274.29º26.92%10.2%-
XYZ0.770.721.08-
YUV20.99130.83129.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 33.82%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 26 (10.55% from 255) = 38.24%
R=33.82%
G=27.94%
B=38.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2319260.120.2700.90274.2915.568.82
Hex17131AC1B05A112109
Octal272332143301324222011
Binary10111100111101011001101101011010100010010100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17131A; }

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

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

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

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

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

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

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

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