#1E1323

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

Shades of Blackcurrant #1E1323

Tints of Blackcurrant #1E1323

Color information

#1E1323 (or 0x1E1323) is unknown color: approx Blackcurrant. HEX triplet: 1E, 13 and 23. RGB value is (30,19,35). Sum of RGB (Red+Green+Blue) = 30+19+35=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 35 - color contains mainly: blue. Hex color #1E1323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1323 is #E1ECDC. Grayscale: #181818. Windows color (decimal): -14806237 or 2298654. OLE color: 2298654.

HSL color Cylindrical-coordinate representation of color #1E1323: hue angle of 281.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E1323 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB301935-
CMYK0.140.4600.86
HSL281.25º29.63%10.59%-
HSV(B)281.25º45.71%13.73%-
XYZ1.070.861.7-
YUV24.11134.14132.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 35 (14.06% from 255) = 41.67%
R=35.71%
G=22.62%
B=41.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3019350.140.4600.86281.2529.6310.59
Hex1E1323E2E0561191eb
Octal362343165601264313613
Binary1111010011100011111010111001010110100011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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