#160530

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

Shades of Blackcurrant #160530

Tints of Blackcurrant #160530

Color information

#160530 (or 0x160530) is unknown color: approx Blackcurrant. HEX triplet: 16, 05 and 30. RGB value is (22,5,48). Sum of RGB (Red+Green+Blue) = 22+5+48=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #160530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160530 is #E9FACF. Grayscale: #0E0E0E. Windows color (decimal): -15334096 or 3147030. OLE color: 3147030.

HSL color Cylindrical-coordinate representation of color #160530: hue angle of 263.72º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #160530 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB22548-
CMYK0.540.9000.81
HSL263.72º81.13%10.39%-
HSV(B)263.72º89.58%18.82%-
XYZ0.920.492.84-
YUV14.98146.63133-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.33%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 48 (19.14% from 255) = 64%
R=29.33%
G=6.67%
B=64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal225480.540.9000.81263.7281.1310.39
Hex16530365A05110851a
Octal2656066132012141012112
Binary1011010111000011011010110100101000110000100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160530; }

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

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

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

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

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

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

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

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