#160735

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

Shades of Blackcurrant #160735

Tints of Blackcurrant #160735

Color information

#160735 (or 0x160735) is unknown color: approx Blackcurrant. HEX triplet: 16, 07 and 35. RGB value is (22,7,53). Sum of RGB (Red+Green+Blue) = 22+7+53=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #160735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160735 is #E9F8CA. Grayscale: #101010. Windows color (decimal): -15333579 or 3475222. OLE color: 3475222.

HSL color Cylindrical-coordinate representation of color #160735: hue angle of 259.57º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #160735 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB22753-
CMYK0.580.8700.79
HSL259.57º76.67%11.76%-
HSV(B)259.57º86.79%20.78%-
XYZ1.050.583.42-
YUV16.73148.47131.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.83%
GREEN value IS 7 (3.12% from 255) = 8.54%
BLUE value IS 53 (21.09% from 255) = 64.63%
R=26.83%
G=8.54%
B=64.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal227530.580.8700.79259.5776.6711.76
Hex167353A5704F1044dc
Octal2676572127011740411514
Binary1011011111010111101010101110100111110000010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160735; }

 p { color: rgb(22,7,53); }

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

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

 a { background-color: rgb(22,7,53); }

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

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

 span { border-color: rgb(22,7,53); }

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