#1A1123

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

Shades of Blackcurrant #1A1123

Tints of Blackcurrant #1A1123

Color information

#1A1123 (or 0x1A1123) is unknown color: approx Blackcurrant. HEX triplet: 1A, 11 and 23. RGB value is (26,17,35). Sum of RGB (Red+Green+Blue) = 26+17+35=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 35 (14.06% from 255 or 44.87% from 78); Max value from RGB is 35 - color contains mainly: blue. Hex color #1A1123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1123 is #E5EEDC. Grayscale: #151515. Windows color (decimal): -15068893 or 2298138. OLE color: 2298138.

HSL color Cylindrical-coordinate representation of color #1A1123: hue angle of 270º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A1123 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB261735-
CMYK0.260.5100.86
HSL270º34.62%10.2%-
HSV(B)270º51.43%13.73%-
XYZ0.930.741.68-
YUV21.74135.48131.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 35 (14.06% from 255) = 44.87%
R=33.33%
G=21.79%
B=44.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2617350.260.5100.8627034.6210.2
Hex1A11231A3305610e23a
Octal322143326301264164312
Binary110101000110001111010110011010101101000011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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