#17121A

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

Shades of Blackcurrant #17121A

Tints of Blackcurrant #17121A

Color information

#17121A (or 0x17121A) is unknown color: approx Blackcurrant. HEX triplet: 17, 12 and 1A. RGB value is (23,18,26). Sum of RGB (Red+Green+Blue) = 23+18+26=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 26 - color contains mainly: blue. Hex color #17121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17121A is #E8EDE5. Grayscale: #141414. Windows color (decimal): -15265254 or 1708567. OLE color: 1708567.

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

Color convert

RGB231826-
CMYK0.120.3100.90
HSL277.5º18.18%8.63%-
HSV(B)277.5º30.77%10.2%-
XYZ0.760.691.07-
YUV20.41131.16129.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 34.33%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=34.33%
G=26.87%
B=38.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2318260.120.3100.90277.518.188.63
Hex17121AC1F05A116129
Octal272232143701324262211
Binary10111100101101011001111101011010100010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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