#160536

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

Shades of Blackcurrant #160536

Tints of Blackcurrant #160536

Color information

#160536 (or 0x160536) is unknown color: approx Blackcurrant. HEX triplet: 16, 05 and 36. RGB value is (22,5,54). Sum of RGB (Red+Green+Blue) = 22+5+54=81 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.16% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 54 (21.48% from 255 or 66.67% from 81); Max value from RGB is 54 - color contains mainly: blue. Hex color #160536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160536 is #E9FAC9. Grayscale: #0F0F0F. Windows color (decimal): -15334090 or 3540246. OLE color: 3540246.

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

Color convert

RGB22554-
CMYK0.590.9100.79
HSL260.82º83.05%11.57%-
HSV(B)260.82º90.74%21.18%-
XYZ1.050.553.54-
YUV15.67149.63132.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.16%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 54 (21.48% from 255) = 66.67%
R=27.16%
G=6.17%
B=66.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal225540.590.9100.79260.8283.0511.57
Hex165363B5B04F10553c
Octal2656673133011740512314
Binary1011010111011011101110110110100111110000010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160536; }

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

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

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

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

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

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

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

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