#1E1921

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

Shades of Blackcurrant #1E1921

Tints of Blackcurrant #1E1921

Color information

#1E1921 (or 0x1E1921) is unknown color: approx Blackcurrant. HEX triplet: 1E, 19 and 21. RGB value is (30,25,33). Sum of RGB (Red+Green+Blue) = 30+25+33=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 33 - color contains mainly: blue. Hex color #1E1921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1921 is #E1E6DE. Grayscale: #1B1B1B. Windows color (decimal): -14804703 or 2169118. OLE color: 2169118.

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

Color convert

RGB302533-
CMYK0.090.2400.87
HSL277.5º13.79%11.37%-
HSV(B)277.5º24.24%12.94%-
XYZ1.161.081.59-
YUV27.41131.16129.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.09%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 33 (13.28% from 255) = 37.5%
R=34.09%
G=28.41%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3025330.090.2400.87277.513.7911.37
Hex1E1921918057116eb
Octal363141113001274261613
Binary11110110011000011001110000101011110001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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