#1A161F

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

Shades of Blackcurrant #1A161F

Tints of Blackcurrant #1A161F

Color information

#1A161F (or 0x1A161F) is unknown color: approx Blackcurrant. HEX triplet: 1A, 16 and 1F. RGB value is (26,22,31). Sum of RGB (Red+Green+Blue) = 26+22+31=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A161F is #E5E9E0. Grayscale: #181818. Windows color (decimal): -15067617 or 2037274. OLE color: 2037274.

HSL color Cylindrical-coordinate representation of color #1A161F: hue angle of 266.67º 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 #1A161F is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB262231-
CMYK0.160.2900.88
HSL266.67º16.98%10.39%-
HSV(B)266.67º29.03%12.16%-
XYZ0.960.891.42-
YUV24.22131.83129.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.91%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 31 (12.5% from 255) = 39.24%
R=32.91%
G=27.85%
B=39.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2622310.160.2900.88266.6716.9810.39
Hex1A161F101D05810b11a
Octal322637203501304132112
Binary110101011011111100001110101011000100001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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