#160123

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

Shades of Blackcurrant #160123

Tints of Blackcurrant #160123

Color information

#160123 (or 0x160123) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 23. RGB value is (22,1,35). Sum of RGB (Red+Green+Blue) = 22+1+35=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 35 (14.06% from 255 or 60.34% from 58); Max value from RGB is 35 - color contains mainly: blue. Hex color #160123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160123 is #E9FEDC. Grayscale: #0B0B0B. Windows color (decimal): -15335133 or 2294038. OLE color: 2294038.

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

Color convert

RGB22135-
CMYK0.370.9700.86
HSL277.06º94.44%7.06%-
HSV(B)277.06º97.14%13.73%-
XYZ0.650.311.62-
YUV11.16141.46135.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.93%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 35 (14.06% from 255) = 60.34%
R=37.93%
G=1.72%
B=60.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal221350.370.9700.86277.0694.447.06
Hex1612325610561155e7
Octal261434514101264251367
Binary1011011000111001011100001010101101000101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160123; }

 p { color: rgb(22,1,35); }

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

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

 a { background-color: rgb(22,1,35); }

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

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

 span { border-color: rgb(22,1,35); }

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