#1A161C

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

Shades of Blackcurrant #1A161C

Tints of Blackcurrant #1A161C

Color information

#1A161C (or 0x1A161C) is unknown color: approx Blackcurrant. HEX triplet: 1A, 16 and 1C. RGB value is (26,22,28). Sum of RGB (Red+Green+Blue) = 26+22+28=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A161C is #E5E9E3. Grayscale: #171717. Windows color (decimal): -15067620 or 1840666. OLE color: 1840666.

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

Color convert

RGB262228-
CMYK0.070.2100.89
HSL280º12%9.8%-
HSV(B)280º21.43%10.98%-
XYZ0.920.881.22-
YUV23.88130.33129.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.21%
GREEN value IS 22 (8.98% from 255) = 28.95%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=34.21%
G=28.95%
B=36.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2622280.070.2100.89280129.8
Hex1A161C715059118ca
Octal32263472501314301412
Binary110101011011100111101010101100110001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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