#1E1521

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

Shades of Blackcurrant #1E1521

Tints of Blackcurrant #1E1521

Color information

#1E1521 (or 0x1E1521) is unknown color: approx Blackcurrant. HEX triplet: 1E, 15 and 21. RGB value is (30,21,33). Sum of RGB (Red+Green+Blue) = 30+21+33=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 33 - color contains mainly: blue. Hex color #1E1521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1521 is #E1EADE. Grayscale: #191919. Windows color (decimal): -14805727 or 2168094. OLE color: 2168094.

HSL color Cylindrical-coordinate representation of color #1E1521: hue angle of 285º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1E1521 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB302133-
CMYK0.090.3600.87
HSL285º22.22%10.59%-
HSV(B)285º36.36%12.94%-
XYZ1.080.921.56-
YUV25.06132.48131.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=35.71%
G=25%
B=39.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3021330.090.3600.8728522.2210.59
Hex1E152192405711d16b
Octal362541114401274352613
Binary1111010101100001100110010001010111100011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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