#17131D

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

Shades of Blackcurrant #17131D

Tints of Blackcurrant #17131D

Color information

#17131D (or 0x17131D) is unknown color: approx Blackcurrant. HEX triplet: 17, 13 and 1D. RGB value is (23,19,29). Sum of RGB (Red+Green+Blue) = 23+19+29=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #17131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17131D is #E8ECE2. Grayscale: #151515. Windows color (decimal): -15264995 or 1905431. OLE color: 1905431.

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

Color convert

RGB231929-
CMYK0.210.3400.89
HSL264º20.83%9.41%-
HSV(B)264º34.48%11.37%-
XYZ0.810.741.26-
YUV21.34132.33129.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 32.39%
GREEN value IS 19 (7.81% from 255) = 26.76%
BLUE value IS 29 (11.72% from 255) = 40.85%
R=32.39%
G=26.76%
B=40.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2319290.210.3400.8926420.839.41
Hex17131D1522059108159
Octal272335254201314102511
Binary1011110011111011010110001001011001100001000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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