#170140

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

Shades of Blackcurrant #170140

Tints of Blackcurrant #170140

Color information

#170140 (or 0x170140) is unknown color: approx Blackcurrant. HEX triplet: 17, 01 and 40. RGB value is (23,1,64). Sum of RGB (Red+Green+Blue) = 23+1+64=88 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.14% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 64 (25.39% from 255 or 72.73% from 88); Max value from RGB is 64 - color contains mainly: blue. Hex color #170140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170140 is #E8FEBF. Grayscale: #0E0E0E. Windows color (decimal): -15269568 or 4194583. OLE color: 4194583.

HSL color Cylindrical-coordinate representation of color #170140: hue angle of 260.95º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #170140 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB23164-
CMYK0.640.9800.75
HSL260.95º96.92%12.75%-
HSV(B)260.95º98.44%25.1%-
XYZ1.290.574.89-
YUV14.76155.79133.88-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 26.14%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 64 (25.39% from 255) = 72.73%
R=26.14%
G=1.14%
B=72.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal231640.640.9800.75260.9596.9212.75
Hex17140406204B10561d
Octal271100100142011340514115
Binary1011111000000100000011000100100101110000010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170140; }

 p { color: rgb(23,1,64); }

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

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

 a { background-color: rgb(23,1,64); }

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

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

 span { border-color: rgb(23,1,64); }

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