#1A1029

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

Shades of Blackcurrant #1A1029

Tints of Blackcurrant #1A1029

Color information

#1A1029 (or 0x1A1029) is unknown color: approx Blackcurrant. HEX triplet: 1A, 10 and 29. RGB value is (26,16,41). Sum of RGB (Red+Green+Blue) = 26+16+41=83 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.33% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: blue. Hex color #1A1029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1029 is #E5EFD6. Grayscale: #151515. Windows color (decimal): -15069143 or 2691098. OLE color: 2691098.

HSL color Cylindrical-coordinate representation of color #1A1029: hue angle of 264º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A1029 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB261641-
CMYK0.370.6100.84
HSL264º43.86%11.18%-
HSV(B)264º60.98%16.08%-
XYZ1.010.752.19-
YUV21.84138.81130.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 31.33%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 41 (16.41% from 255) = 49.40%
R=31.33%
G=19.28%
B=49.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2616410.370.6100.8426443.8611.18
Hex1A1029253D0541082cb
Octal322051457501244105413
Binary1101010000101001100101111101010101001000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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