#1E142B

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

Shades of Blackcurrant #1E142B

Tints of Blackcurrant #1E142B

Color information

#1E142B (or 0x1E142B) is unknown color: approx Blackcurrant. HEX triplet: 1E, 14 and 2B. RGB value is (30,20,43). Sum of RGB (Red+Green+Blue) = 30+20+43=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #1E142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E142B is #E1EBD4. Grayscale: #191919. Windows color (decimal): -14805973 or 2823198. OLE color: 2823198.

HSL color Cylindrical-coordinate representation of color #1E142B: hue angle of 266.09º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E142B is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB302043-
CMYK0.300.5300.83
HSL266.09º36.51%12.35%-
HSV(B)266.09º53.49%16.86%-
XYZ1.220.952.4-
YUV25.61137.81131.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.26%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 43 (17.19% from 255) = 46.24%
R=32.26%
G=21.51%
B=46.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3020430.300.5300.83266.0936.5112.35
Hex1E142B1E3505310a25c
Octal362453366501234124514
Binary111101010010101111110110101010100111000010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,20,43); }

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

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

 a { background-color: rgb(30,20,43); }

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

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

 span { border-color: rgb(30,20,43); }

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