#170122

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

Shades of Blackcurrant #170122

Tints of Blackcurrant #170122

Color information

#170122 (or 0x170122) is unknown color: approx Blackcurrant. HEX triplet: 17, 01 and 22. RGB value is (23,1,34). Sum of RGB (Red+Green+Blue) = 23+1+34=58 (7% of max value = 765). Red value is 23 (9.38% from 255 or 39.66% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 34 (13.67% from 255 or 58.62% from 58); Max value from RGB is 34 - color contains mainly: blue. Hex color #170122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170122 is #E8FEDD. Grayscale: #0B0B0B. Windows color (decimal): -15269598 or 2228503. OLE color: 2228503.

HSL color Cylindrical-coordinate representation of color #170122: hue angle of 280º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #170122 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB23134-
CMYK0.320.9700.87
HSL280º94.29%6.86%-
HSV(B)280º97.06%13.33%-
XYZ0.650.321.54-
YUV11.34140.79136.32-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 39.66%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 34 (13.67% from 255) = 58.62%
R=39.66%
G=1.72%
B=58.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal231340.320.9700.8728094.296.86
Hex1712220610571185e7
Octal271424014101274301367
Binary1011111000101000001100001010101111000110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170122; }

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

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

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

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

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

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

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

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