#17131B

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

Shades of Blackcurrant #17131B

Tints of Blackcurrant #17131B

Color information

#17131B (or 0x17131B) is unknown color: approx Blackcurrant. HEX triplet: 17, 13 and 1B. RGB value is (23,19,27). Sum of RGB (Red+Green+Blue) = 23+19+27=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 27 - color contains mainly: blue. Hex color #17131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17131B is #E8ECE4. Grayscale: #151515. Windows color (decimal): -15264997 or 1774359. OLE color: 1774359.

HSL color Cylindrical-coordinate representation of color #17131B: hue angle of 270º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #17131B is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB231927-
CMYK0.150.3000.89
HSL270º17.39%9.02%-
HSV(B)270º29.63%10.59%-
XYZ0.780.731.14-
YUV21.11131.33129.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=33.33%
G=27.54%
B=39.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2319270.150.3000.8927017.399.02
Hex17131BF1E05910e119
Octal272333173601314162111
Binary10111100111101111111111001011001100001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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