#1E1726

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

Shades of Blackcurrant #1E1726

Tints of Blackcurrant #1E1726

Color information

#1E1726 (or 0x1E1726) is unknown color: approx Blackcurrant. HEX triplet: 1E, 17 and 26. RGB value is (30,23,38). Sum of RGB (Red+Green+Blue) = 30+23+38=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E1726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1726 is #E1E8D9. Grayscale: #1A1A1A. Windows color (decimal): -14805210 or 2496286. OLE color: 2496286.

HSL color Cylindrical-coordinate representation of color #1E1726: hue angle of 268º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E1726 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB302338-
CMYK0.210.3900.85
HSL268º24.59%11.96%-
HSV(B)268º39.47%14.9%-
XYZ1.191.031.97-
YUV26.8134.32130.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.97%
GREEN value IS 23 (9.38% from 255) = 25.27%
BLUE value IS 38 (15.23% from 255) = 41.76%
R=32.97%
G=25.27%
B=41.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3023380.210.3900.8526824.5911.96
Hex1E1726152705510c19c
Octal362746254701254143114
Binary11110101111001101010110011101010101100001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,23,38); }

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

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

 a { background-color: rgb(30,23,38); }

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

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

 span { border-color: rgb(30,23,38); }

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