#1E152D

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

Shades of Blackcurrant #1E152D

Tints of Blackcurrant #1E152D

Color information

#1E152D (or 0x1E152D) is unknown color: approx Blackcurrant. HEX triplet: 1E, 15 and 2D. RGB value is (30,21,45). Sum of RGB (Red+Green+Blue) = 30+21+45=96 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.25% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E152D is #E1EAD2. Grayscale: #1A1A1A. Windows color (decimal): -14805715 or 2954526. OLE color: 2954526.

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

Color convert

RGB302145-
CMYK0.330.5300.82
HSL262.5º36.36%12.94%-
HSV(B)262.5º53.33%17.65%-
XYZ1.2812.61-
YUV26.43138.48130.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.25%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=31.25%
G=21.88%
B=46.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3021450.330.5300.82262.536.3612.94
Hex1E152D213505210624d
Octal362555416501224064415
Binary1111010101101101100001110101010100101000001101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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