#1B161F

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

Shades of Blackcurrant #1B161F

Tints of Blackcurrant #1B161F

Color information

#1B161F (or 0x1B161F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 16 and 1F. RGB value is (27,22,31). Sum of RGB (Red+Green+Blue) = 27+22+31=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B161F is #E4E9E0. Grayscale: #181818. Windows color (decimal): -15002081 or 2037275. OLE color: 2037275.

HSL color Cylindrical-coordinate representation of color #1B161F: hue angle of 273.33º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1B161F is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB272231-
CMYK0.130.2900.88
HSL273.33º16.98%10.39%-
HSV(B)273.33º29.03%12.16%-
XYZ0.990.911.42-
YUV24.52131.66129.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 33.75%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=33.75%
G=27.5%
B=38.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2722310.130.2900.88273.3316.9810.39
Hex1B161FD1D05811111a
Octal332637153501304212112
Binary11011101101111111011110101011000100010001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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