#1A1023

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

Shades of Blackcurrant #1A1023

Tints of Blackcurrant #1A1023

Color information

#1A1023 (or 0x1A1023) is unknown color: approx Blackcurrant. HEX triplet: 1A, 10 and 23. RGB value is (26,16,35). Sum of RGB (Red+Green+Blue) = 26+16+35=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 35 - color contains mainly: blue. Hex color #1A1023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1023 is #E5EFDC. Grayscale: #151515. Windows color (decimal): -15069149 or 2297882. OLE color: 2297882.

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

Color convert

RGB261635-
CMYK0.260.5400.86
HSL271.58º37.25%10%-
HSV(B)271.58º54.29%13.73%-
XYZ0.910.711.68-
YUV21.16135.81131.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.77%
GREEN value IS 16 (6.64% from 255) = 20.78%
BLUE value IS 35 (14.06% from 255) = 45.45%
R=33.77%
G=20.78%
B=45.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2616350.260.5400.86271.5837.2510
Hex1A10231A3605611025a
Octal322043326601264204512
Binary110101000010001111010110110010101101000100001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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