#1E1126

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

Shades of Blackcurrant #1E1126

Tints of Blackcurrant #1E1126

Color information

#1E1126 (or 0x1E1126) is unknown color: approx Blackcurrant. HEX triplet: 1E, 11 and 26. RGB value is (30,17,38). Sum of RGB (Red+Green+Blue) = 30+17+38=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E1126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1126 is #E1EED9. Grayscale: #171717. Windows color (decimal): -14806746 or 2494750. OLE color: 2494750.

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

Color convert

RGB301738-
CMYK0.210.5500.85
HSL277.14º38.18%10.78%-
HSV(B)277.14º55.26%14.9%-
XYZ1.090.821.93-
YUV23.28136.31132.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.29%
GREEN value IS 17 (7.03% from 255) = 20%
BLUE value IS 38 (15.23% from 255) = 44.71%
R=35.29%
G=20%
B=44.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3017380.210.5500.85277.1438.1810.78
Hex1E1126153705511526b
Octal362146256701254254613
Binary111101000110011010101110111010101011000101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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