#1E132D

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

Shades of Blackcurrant #1E132D

Tints of Blackcurrant #1E132D

Color information

#1E132D (or 0x1E132D) is unknown color: approx Blackcurrant. HEX triplet: 1E, 13 and 2D. RGB value is (30,19,45). Sum of RGB (Red+Green+Blue) = 30+19+45=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E132D is #E1ECD2. Grayscale: #191919. Windows color (decimal): -14806227 or 2954014. OLE color: 2954014.

HSL color Cylindrical-coordinate representation of color #1E132D: hue angle of 265.38º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E132D is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB301945-
CMYK0.330.5800.82
HSL265.38º40.62%12.55%-
HSV(B)265.38º57.78%17.65%-
XYZ1.240.932.6-
YUV25.25139.14131.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.91%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 45 (17.97% from 255) = 47.87%
R=31.91%
G=20.21%
B=47.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3019450.330.5800.82265.3840.6212.55
Hex1E132D213A05210929d
Octal362355417201224115115
Binary1111010011101101100001111010010100101000010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,19,45); }

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

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

 a { background-color: rgb(30,19,45); }

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

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

 span { border-color: rgb(30,19,45); }

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