#160730

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

Shades of Blackcurrant #160730

Tints of Blackcurrant #160730

Color information

#160730 (or 0x160730) is unknown color: approx Blackcurrant. HEX triplet: 16, 07 and 30. RGB value is (22,7,48). Sum of RGB (Red+Green+Blue) = 22+7+48=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #160730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160730 is #E9F8CF. Grayscale: #101010. Windows color (decimal): -15333584 or 3147542. OLE color: 3147542.

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

Color convert

RGB22748-
CMYK0.540.8500.81
HSL261.95º74.55%10.78%-
HSV(B)261.95º85.42%18.82%-
XYZ0.940.542.85-
YUV16.16145.97132.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.57%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 48 (19.14% from 255) = 62.34%
R=28.57%
G=9.09%
B=62.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal227480.540.8500.81261.9574.5510.78
Hex1673036550511064bb
Octal2676066125012140611313
Binary1011011111000011011010101010101000110000011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160730; }

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

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

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

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

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

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

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

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