#1A1126

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

Shades of Blackcurrant #1A1126

Tints of Blackcurrant #1A1126

Color information

#1A1126 (or 0x1A1126) is unknown color: approx Blackcurrant. HEX triplet: 1A, 11 and 26. RGB value is (26,17,38). Sum of RGB (Red+Green+Blue) = 26+17+38=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #1A1126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1126 is #E5EED9. Grayscale: #161616. Windows color (decimal): -15068890 or 2494746. OLE color: 2494746.

HSL color Cylindrical-coordinate representation of color #1A1126: hue angle of 265.71º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A1126 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB261738-
CMYK0.320.5500.85
HSL265.71º38.18%10.78%-
HSV(B)265.71º55.26%14.9%-
XYZ0.980.761.93-
YUV22.08136.98130.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.10%
GREEN value IS 17 (7.03% from 255) = 20.99%
BLUE value IS 38 (15.23% from 255) = 46.91%
R=32.10%
G=20.99%
B=46.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2617380.320.5500.85265.7138.1810.78
Hex1A1126203705510a26b
Octal322146406701254124613
Binary1101010001100110100000110111010101011000010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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