#1A1120

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

Shades of Blackcurrant #1A1120

Tints of Blackcurrant #1A1120

Color information

#1A1120 (or 0x1A1120) is unknown color: approx Blackcurrant. HEX triplet: 1A, 11 and 20. RGB value is (26,17,32). Sum of RGB (Red+Green+Blue) = 26+17+32=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 32 - color contains mainly: blue. Hex color #1A1120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1120 is #E5EEDF. Grayscale: #151515. Windows color (decimal): -15068896 or 2101530. OLE color: 2101530.

HSL color Cylindrical-coordinate representation of color #1A1120: hue angle of 276º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A1120 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB261732-
CMYK0.190.4700.87
HSL276º30.61%9.61%-
HSV(B)276º46.88%12.55%-
XYZ0.890.721.46-
YUV21.4133.98131.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 32 (12.89% from 255) = 42.67%
R=34.67%
G=22.67%
B=42.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2617320.190.4700.8727630.619.61
Hex1A1120132F0571141fa
Octal322140235701274243712
Binary11010100011000001001110111101010111100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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