#160327

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

Shades of Blackcurrant #160327

Tints of Blackcurrant #160327

Color information

#160327 (or 0x160327) is unknown color: approx Blackcurrant. HEX triplet: 16, 03 and 27. RGB value is (22,3,39). Sum of RGB (Red+Green+Blue) = 22+3+39=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #160327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160327 is #E9FCD8. Grayscale: #0C0C0C. Windows color (decimal): -15334617 or 2556694. OLE color: 2556694.

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

Color convert

RGB22339-
CMYK0.440.9200.85
HSL271.67º85.71%8.24%-
HSV(B)271.67º92.31%15.29%-
XYZ0.730.381.95-
YUV12.78142.79134.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.38%
GREEN value IS 3 (1.56% from 255) = 4.69%
BLUE value IS 39 (15.62% from 255) = 60.94%
R=34.38%
G=4.69%
B=60.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal223390.440.9200.85271.6785.718.24
Hex163272C5C055110568
Octal2634754134012542012610
Binary101101110011110110010111000101010110001000010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160327; }

 p { color: rgb(22,3,39); }

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

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

 a { background-color: rgb(22,3,39); }

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

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

 span { border-color: rgb(22,3,39); }

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