#1E1221

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

Shades of Blackcurrant #1E1221

Tints of Blackcurrant #1E1221

Color information

#1E1221 (or 0x1E1221) is unknown color: approx Blackcurrant. HEX triplet: 1E, 12 and 21. RGB value is (30,18,33). Sum of RGB (Red+Green+Blue) = 30+18+33=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 33 - color contains mainly: blue. Hex color #1E1221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1221 is #E1EDDE. Grayscale: #171717. Windows color (decimal): -14806495 or 2167326. OLE color: 2167326.

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

Color convert

RGB301833-
CMYK0.090.4500.87
HSL288º29.41%10%-
HSV(B)288º45.45%12.94%-
XYZ1.030.821.54-
YUV23.3133.48132.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.04%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 33 (13.28% from 255) = 40.74%
R=37.04%
G=22.22%
B=40.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3018330.090.4500.8728829.4110
Hex1E122192D0571201da
Octal362241115501274403512
Binary1111010010100001100110110101010111100100000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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