#1E022A

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

Shades of Blackcurrant #1E022A

Tints of Blackcurrant #1E022A

Color information

#1E022A (or 0x1E022A) is unknown color: approx Blackcurrant. HEX triplet: 1E, 02 and 2A. RGB value is (30,2,42). Sum of RGB (Red+Green+Blue) = 30+2+42=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #1E022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E022A is #E1FDD5. Grayscale: #0E0E0E. Windows color (decimal): -14810582 or 2753054. OLE color: 2753054.

HSL color Cylindrical-coordinate representation of color #1E022A: hue angle of 282º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E022A is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB30242-
CMYK0.290.9500.84
HSL282º90.91%8.63%-
HSV(B)282º95.24%16.47%-
XYZ0.980.492.23-
YUV14.93143.28138.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40.54%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 42 (16.80% from 255) = 56.76%
R=40.54%
G=2.70%
B=56.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal302420.290.9500.8428290.918.63
Hex1E22A1D5F05411a5b9
Octal3625235137012443213311
Binary11110101010101110110111110101010010001101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,2,42); }

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

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

 a { background-color: rgb(30,2,42); }

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

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

 span { border-color: rgb(30,2,42); }

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