#1E1629

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

Shades of Blackcurrant #1E1629

Tints of Blackcurrant #1E1629

Color information

#1E1629 (or 0x1E1629) is unknown color: approx Blackcurrant. HEX triplet: 1E, 16 and 29. RGB value is (30,22,41). Sum of RGB (Red+Green+Blue) = 30+22+41=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 41 - color contains mainly: blue. Hex color #1E1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1629 is #E1E9D6. Grayscale: #1A1A1A. Windows color (decimal): -14805463 or 2692638. OLE color: 2692638.

HSL color Cylindrical-coordinate representation of color #1E1629: hue angle of 265.26º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E1629 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB302241-
CMYK0.270.4600.84
HSL265.26º30.16%12.35%-
HSV(B)265.26º46.34%16.08%-
XYZ1.221.012.23-
YUV26.56136.15130.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.26%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 41 (16.41% from 255) = 44.09%
R=32.26%
G=23.66%
B=44.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3022410.270.4600.84265.2630.1612.35
Hex1E16291B2E0541091ec
Octal362651335601244113614
Binary11110101101010011101110111001010100100001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,22,41); }

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

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

 a { background-color: rgb(30,22,41); }

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

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

 span { border-color: rgb(30,22,41); }

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