#1E1128

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

Shades of Blackcurrant #1E1128

Tints of Blackcurrant #1E1128

Color information

#1E1128 (or 0x1E1128) is unknown color: approx Blackcurrant. HEX triplet: 1E, 11 and 28. RGB value is (30,17,40). Sum of RGB (Red+Green+Blue) = 30+17+40=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E1128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1128 is #E1EED7. Grayscale: #171717. Windows color (decimal): -14806744 or 2625822. OLE color: 2625822.

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

Color convert

RGB301740-
CMYK0.250.5700.84
HSL273.91º40.35%11.18%-
HSV(B)273.91º57.5%15.69%-
XYZ1.120.832.11-
YUV23.51137.31132.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.48%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 40 (16.02% from 255) = 45.98%
R=34.48%
G=19.54%
B=45.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3017400.250.5700.84273.9140.3511.18
Hex1E1128193905411228b
Octal362150317101244225013
Binary111101000110100011001111001010101001000100101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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