#17111D

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

Shades of Blackcurrant #17111D

Tints of Blackcurrant #17111D

Color information

#17111D (or 0x17111D) is unknown color: approx Blackcurrant. HEX triplet: 17, 11 and 1D. RGB value is (23,17,29). Sum of RGB (Red+Green+Blue) = 23+17+29=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 29 - color contains mainly: blue. Hex color #17111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17111D is #E8EEE2. Grayscale: #141414. Windows color (decimal): -15265507 or 1904919. OLE color: 1904919.

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

Color convert

RGB231729-
CMYK0.210.4100.89
HSL270º26.09%9.02%-
HSV(B)270º41.38%11.37%-
XYZ0.780.671.25-
YUV20.16132.99130.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 29 (11.72% from 255) = 42.03%
R=33.33%
G=24.64%
B=42.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2317290.210.4100.8927026.099.02
Hex17111D152905910e1a9
Octal272135255101314163211
Binary1011110001111011010110100101011001100001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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