#160525

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

Shades of Blackcurrant #160525

Tints of Blackcurrant #160525

Color information

#160525 (or 0x160525) is unknown color: approx Blackcurrant. HEX triplet: 16, 05 and 25. RGB value is (22,5,37). Sum of RGB (Red+Green+Blue) = 22+5+37=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #160525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160525 is #E9FADA. Grayscale: #0D0D0D. Windows color (decimal): -15334107 or 2426134. OLE color: 2426134.

HSL color Cylindrical-coordinate representation of color #160525: hue angle of 271.88º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #160525 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB22537-
CMYK0.410.8600.85
HSL271.88º76.19%8.24%-
HSV(B)271.88º86.49%14.51%-
XYZ0.720.411.79-
YUV13.73141.13133.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.38%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 37 (14.84% from 255) = 57.81%
R=34.38%
G=7.81%
B=57.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal225370.410.8600.85271.8876.198.24
Hex1652529560551104c8
Octal2654551126012542011410
Binary1011010110010110100110101100101010110001000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160525; }

 p { color: rgb(22,5,37); }

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

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

 a { background-color: rgb(22,5,37); }

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

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

 span { border-color: rgb(22,5,37); }

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