#17121B

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

Shades of Blackcurrant #17121B

Tints of Blackcurrant #17121B

Color information

#17121B (or 0x17121B) is unknown color: approx Blackcurrant. HEX triplet: 17, 12 and 1B. RGB value is (23,18,27). Sum of RGB (Red+Green+Blue) = 23+18+27=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #17121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17121B is #E8EDE4. Grayscale: #141414. Windows color (decimal): -15265253 or 1774103. OLE color: 1774103.

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

Color convert

RGB231827-
CMYK0.150.3300.89
HSL273.33º20%8.82%-
HSV(B)273.33º33.33%10.59%-
XYZ0.770.691.13-
YUV20.52131.66129.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 33.82%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=33.82%
G=26.47%
B=39.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2318270.150.3300.89273.33208.82
Hex17121BF21059111149
Octal272233174101314212411
Binary101111001011011111110000101011001100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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