#1B161D

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

Shades of Blackcurrant #1B161D

Tints of Blackcurrant #1B161D

Color information

#1B161D (or 0x1B161D) is unknown color: approx Blackcurrant. HEX triplet: 1B, 16 and 1D. RGB value is (27,22,29). Sum of RGB (Red+Green+Blue) = 27+22+29=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B161D is #E4E9E2. Grayscale: #181818. Windows color (decimal): -15002083 or 1906203. OLE color: 1906203.

HSL color Cylindrical-coordinate representation of color #1B161D: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1B161D is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB272229-
CMYK0.070.2400.89
HSL282.86º13.73%10%-
HSV(B)282.86º24.14%11.37%-
XYZ0.960.91.28-
YUV24.29130.66129.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.62%
GREEN value IS 22 (8.98% from 255) = 28.21%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=34.62%
G=28.21%
B=37.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2722290.070.2400.89282.8613.7310
Hex1B161D71805911bea
Octal33263573001314331612
Binary110111011011101111110000101100110001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B161D; }

 p { color: rgb(27,22,29); }

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

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

 a { background-color: rgb(27,22,29); }

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

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

 span { border-color: rgb(27,22,29); }

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