#1A161D

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

Shades of Blackcurrant #1A161D

Tints of Blackcurrant #1A161D

Color information

#1A161D (or 0x1A161D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 16 and 1D. RGB value is (26,22,29). Sum of RGB (Red+Green+Blue) = 26+22+29=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A161D is #E5E9E2. Grayscale: #171717. Windows color (decimal): -15067619 or 1906202. OLE color: 1906202.

HSL color Cylindrical-coordinate representation of color #1A161D: hue angle of 274.29º 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 #1A161D is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB262229-
CMYK0.100.2400.89
HSL274.29º13.73%10%-
HSV(B)274.29º24.14%11.37%-
XYZ0.930.881.28-
YUV23.99130.83129.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.77%
GREEN value IS 22 (8.98% from 255) = 28.57%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=33.77%
G=28.57%
B=37.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2622290.100.2400.89274.2913.7310
Hex1A161DA18059112ea
Octal322635123001314221612
Binary1101010110111011010110000101100110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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