#1E1821

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

Shades of Blackcurrant #1E1821

Tints of Blackcurrant #1E1821

Color information

#1E1821 (or 0x1E1821) is unknown color: approx Blackcurrant. HEX triplet: 1E, 18 and 21. RGB value is (30,24,33). Sum of RGB (Red+Green+Blue) = 30+24+33=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: blue. Hex color #1E1821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1821 is #E1E7DE. Grayscale: #1A1A1A. Windows color (decimal): -14804959 or 2168862. OLE color: 2168862.

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

Color convert

RGB302433-
CMYK0.090.2700.87
HSL280º15.79%11.18%-
HSV(B)280º27.27%12.94%-
XYZ1.141.041.58-
YUV26.82131.49130.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.48%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=34.48%
G=27.59%
B=37.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3024330.090.2700.8728015.7911.18
Hex1E182191B05711810b
Octal363041113301274302013
Binary111101100010000110011101101010111100011000100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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