#1A161B

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

Shades of Blackcurrant #1A161B

Tints of Blackcurrant #1A161B

Color information

#1A161B (or 0x1A161B) is unknown color: approx Blackcurrant. HEX triplet: 1A, 16 and 1B. RGB value is (26,22,27). Sum of RGB (Red+Green+Blue) = 26+22+27=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A161B is #E5E9E4. Grayscale: #171717. Windows color (decimal): -15067621 or 1775130. OLE color: 1775130.

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

Color convert

RGB262227-
CMYK0.040.1900.89
HSL288º10.2%9.61%-
HSV(B)288º18.52%10.59%-
XYZ0.910.871.16-
YUV23.77129.83129.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 22 (8.98% from 255) = 29.33%
BLUE value IS 27 (10.94% from 255) = 36%
R=34.67%
G=29.33%
B=36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2622270.040.1900.8928810.29.61
Hex1A161B413059120aa
Octal32263342301314401212
Binary110101011011011100100110101100110010000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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