#1E1029

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

Shades of Blackcurrant #1E1029

Tints of Blackcurrant #1E1029

Color information

#1E1029 (or 0x1E1029) is unknown color: approx Blackcurrant. HEX triplet: 1E, 10 and 29. RGB value is (30,16,41). Sum of RGB (Red+Green+Blue) = 30+16+41=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 41 (16.41% from 255 or 47.13% from 87); Max value from RGB is 41 - color contains mainly: blue. Hex color #1E1029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1029 is #E1EFD6. Grayscale: #161616. Windows color (decimal): -14806999 or 2691102. OLE color: 2691102.

HSL color Cylindrical-coordinate representation of color #1E1029: hue angle of 273.6º 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 #1E1029 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB301641-
CMYK0.270.6100.84
HSL273.6º43.86%11.18%-
HSV(B)273.6º60.98%16.08%-
XYZ1.120.812.19-
YUV23.04138.14132.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.48%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 41 (16.41% from 255) = 47.13%
R=34.48%
G=18.39%
B=47.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3016410.270.6100.84273.643.8611.18
Hex1E10291B3D0541122cb
Octal362051337501244225413
Binary111101000010100111011111101010101001000100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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