#1E1822

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

Shades of Blackcurrant #1E1822

Tints of Blackcurrant #1E1822

Color information

#1E1822 (or 0x1E1822) is unknown color: approx Blackcurrant. HEX triplet: 1E, 18 and 22. RGB value is (30,24,34). Sum of RGB (Red+Green+Blue) = 30+24+34=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 34 - color contains mainly: blue. Hex color #1E1822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1822 is #E1E7DD. Grayscale: #1A1A1A. Windows color (decimal): -14804958 or 2234398. OLE color: 2234398.

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

Color convert

RGB302434-
CMYK0.120.2900.87
HSL276º17.24%11.37%-
HSV(B)276º29.41%13.33%-
XYZ1.151.041.65-
YUV26.93131.99130.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.09%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 34 (13.67% from 255) = 38.64%
R=34.09%
G=27.27%
B=38.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3024340.120.2900.8727617.2411.37
Hex1E1822C1D05711411b
Octal363042143501274242113
Binary111101100010001011001110101010111100010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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