#1A1026

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

Shades of Blackcurrant #1A1026

Tints of Blackcurrant #1A1026

Color information

#1A1026 (or 0x1A1026) is unknown color: approx Blackcurrant. HEX triplet: 1A, 10 and 26. RGB value is (26,16,38). Sum of RGB (Red+Green+Blue) = 26+16+38=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #1A1026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1026 is #E5EFD9. Grayscale: #151515. Windows color (decimal): -15069146 or 2494490. OLE color: 2494490.

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

Color convert

RGB261638-
CMYK0.320.5800.85
HSL267.27º40.74%10.59%-
HSV(B)267.27º57.89%14.9%-
XYZ0.960.731.92-
YUV21.5137.31131.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.5%
GREEN value IS 16 (6.64% from 255) = 20%
BLUE value IS 38 (15.23% from 255) = 47.5%
R=32.5%
G=20%
B=47.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2616380.320.5800.85267.2740.7410.59
Hex1A1026203A05510b29b
Octal322046407201254135113
Binary1101010000100110100000111010010101011000010111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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