#1E1721

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

Shades of Blackcurrant #1E1721

Tints of Blackcurrant #1E1721

Color information

#1E1721 (or 0x1E1721) is unknown color: approx Blackcurrant. HEX triplet: 1E, 17 and 21. RGB value is (30,23,33). Sum of RGB (Red+Green+Blue) = 30+23+33=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 33 - color contains mainly: blue. Hex color #1E1721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1721 is #E1E8DE. Grayscale: #1A1A1A. Windows color (decimal): -14805215 or 2168606. OLE color: 2168606.

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

Color convert

RGB302333-
CMYK0.090.3000.87
HSL282º17.86%10.98%-
HSV(B)282º30.3%12.94%-
XYZ1.1211.57-
YUV26.23131.82130.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.88%
GREEN value IS 23 (9.38% from 255) = 26.74%
BLUE value IS 33 (13.28% from 255) = 38.37%
R=34.88%
G=26.74%
B=38.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3023330.090.3000.8728217.8610.98
Hex1E172191E05711a12b
Octal362741113601274322213
Binary111101011110000110011111001010111100011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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