#1E022C

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

Shades of Blackcurrant #1E022C

Tints of Blackcurrant #1E022C

Color information

#1E022C (or 0x1E022C) is unknown color: approx Blackcurrant. HEX triplet: 1E, 02 and 2C. RGB value is (30,2,44). Sum of RGB (Red+Green+Blue) = 30+2+44=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #1E022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E022C is #E1FDD3. Grayscale: #0F0F0F. Windows color (decimal): -14810580 or 2884126. OLE color: 2884126.

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

Color convert

RGB30244-
CMYK0.320.9500.83
HSL280º91.3%9.02%-
HSV(B)280º95.45%17.25%-
XYZ1.010.52.43-
YUV15.16144.28138.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 39.47%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 44 (17.58% from 255) = 57.89%
R=39.47%
G=2.63%
B=57.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal302440.320.9500.8328091.39.02
Hex1E22C205F0531185b9
Octal3625440137012343013311
Binary111101010110010000010111110101001110001100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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