#17141A

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

Shades of Blackcurrant #17141A

Tints of Blackcurrant #17141A

Color information

#17141A (or 0x17141A) is unknown color: approx Blackcurrant. HEX triplet: 17, 14 and 1A. RGB value is (23,20,26). Sum of RGB (Red+Green+Blue) = 23+20+26=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 26 - color contains mainly: blue. Hex color #17141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17141A is #E8EBE5. Grayscale: #151515. Windows color (decimal): -15264742 or 1709079. OLE color: 1709079.

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

Color convert

RGB232026-
CMYK0.120.2300.90
HSL270º13.04%9.02%-
HSV(B)270º23.08%10.2%-
XYZ0.790.761.08-
YUV21.58130.49129.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=33.33%
G=28.99%
B=37.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2320260.120.2300.9027013.049.02
Hex17141AC1705A10ed9
Octal272432142701324161511
Binary1011110100110101100101110101101010000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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