#17121F

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

Shades of Blackcurrant #17121F

Tints of Blackcurrant #17121F

Color information

#17121F (or 0x17121F) is unknown color: approx Blackcurrant. HEX triplet: 17, 12 and 1F. RGB value is (23,18,31). Sum of RGB (Red+Green+Blue) = 23+18+31=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 31 - color contains mainly: blue. Hex color #17121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17121F is #E8EDE0. Grayscale: #141414. Windows color (decimal): -15265249 or 2036247. OLE color: 2036247.

HSL color Cylindrical-coordinate representation of color #17121F: hue angle of 263.08º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #17121F is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB231831-
CMYK0.260.4200.88
HSL263.08º26.53%9.61%-
HSV(B)263.08º41.94%12.16%-
XYZ0.820.711.39-
YUV20.98133.66129.44-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.94%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 43.06%
R=31.94%
G=25%
B=43.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2318310.260.4200.88263.0826.539.61
Hex17121F1A2A0581071ba
Octal272237325201304073312
Binary1011110010111111101010101001011000100000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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