#160630

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

Shades of Blackcurrant #160630

Tints of Blackcurrant #160630

Color information

#160630 (or 0x160630) is unknown color: approx Blackcurrant. HEX triplet: 16, 06 and 30. RGB value is (22,6,48). Sum of RGB (Red+Green+Blue) = 22+6+48=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #160630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160630 is #E9F9CF. Grayscale: #0F0F0F. Windows color (decimal): -15333840 or 3147286. OLE color: 3147286.

HSL color Cylindrical-coordinate representation of color #160630: hue angle of 262.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160630 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB22648-
CMYK0.540.8700.81
HSL262.86º77.78%10.59%-
HSV(B)262.86º87.5%18.82%-
XYZ0.930.512.85-
YUV15.57146.3132.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.95%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=28.95%
G=7.89%
B=63.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal226480.540.8700.81262.8677.7810.59
Hex1663036570511074eb
Octal2666066127012140711613
Binary1011011011000011011010101110101000110000011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160630; }

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

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

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

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

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

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

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

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