#1A111E

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

Shades of Blackcurrant #1A111E

Tints of Blackcurrant #1A111E

Color information

#1A111E (or 0x1A111E) is unknown color: approx Blackcurrant. HEX triplet: 1A, 11 and 1E. RGB value is (26,17,30). Sum of RGB (Red+Green+Blue) = 26+17+30=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A111E is #E5EEE1. Grayscale: #151515. Windows color (decimal): -15068898 or 1970458. OLE color: 1970458.

HSL color Cylindrical-coordinate representation of color #1A111E: hue angle of 281.54º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A111E is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB261730-
CMYK0.130.4300.88
HSL281.54º27.66%9.22%-
HSV(B)281.54º43.33%11.76%-
XYZ0.860.711.32-
YUV21.17132.98131.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.62%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 30 (12.11% from 255) = 41.10%
R=35.62%
G=23.29%
B=41.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2617300.130.4300.88281.5427.669.22
Hex1A111ED2B05811a1c9
Octal322136155301304323411
Binary110101000111110110110101101011000100011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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