#160027

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

Shades of Blackcurrant #160027

Tints of Blackcurrant #160027

Color information

#160027 (or 0x160027) is unknown color: approx Blackcurrant. HEX triplet: 16, 00 and 27. RGB value is (22,0,39). Sum of RGB (Red+Green+Blue) = 22+0+39=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 39 (15.62% from 255 or 63.93% from 61); Max value from RGB is 39 - color contains mainly: blue. Hex color #160027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160027 is #E9FFD8. Grayscale: #0A0A0A. Windows color (decimal): -15335385 or 2555926. OLE color: 2555926.

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

Color convert

RGB22039-
CMYK0.44100.85
HSL273.85º100%7.65%-
HSV(B)273.85º100%15.29%-
XYZ0.70.321.94-
YUV11.02143.79135.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 63.93%
R=36.07%
G=0%
B=63.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal220390.44100.85273.851007.65
Hex160272C64055112648
Octal2604754144012542214410
Binary10110010011110110011001000101010110001001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160027; }

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

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

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

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

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

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

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

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