#1A111C

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

Shades of Blackcurrant #1A111C

Tints of Blackcurrant #1A111C

Color information

#1A111C (or 0x1A111C) is unknown color: approx Blackcurrant. HEX triplet: 1A, 11 and 1C. RGB value is (26,17,28). Sum of RGB (Red+Green+Blue) = 26+17+28=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A111C is #E5EEE3. Grayscale: #141414. Windows color (decimal): -15068900 or 1839386. OLE color: 1839386.

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

Color convert

RGB261728-
CMYK0.070.3900.89
HSL289.09º24.44%8.82%-
HSV(B)289.09º39.29%10.98%-
XYZ0.840.71.19-
YUV20.94131.98131.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.62%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 28 (11.33% from 255) = 39.44%
R=36.62%
G=23.94%
B=39.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2617280.070.3900.89289.0924.448.82
Hex1A111C727059121189
Octal32213474701314413011
Binary11010100011110011110011101011001100100001110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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