#1E022E

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

Shades of Blackcurrant #1E022E

Tints of Blackcurrant #1E022E

Color information

#1E022E (or 0x1E022E) is unknown color: approx Blackcurrant. HEX triplet: 1E, 02 and 2E. RGB value is (30,2,46). Sum of RGB (Red+Green+Blue) = 30+2+46=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #1E022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E022E is #E1FDD1. Grayscale: #0F0F0F. Windows color (decimal): -14810578 or 3015198. OLE color: 3015198.

HSL color Cylindrical-coordinate representation of color #1E022E: hue angle of 278.18º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E022E is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB30246-
CMYK0.350.9600.82
HSL278.18º91.67%9.41%-
HSV(B)278.18º95.65%18.04%-
XYZ1.050.522.63-
YUV15.39145.28138.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 38.46%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 46 (18.36% from 255) = 58.97%
R=38.46%
G=2.56%
B=58.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal302460.350.9600.82278.1891.679.41
Hex1E22E23600521165c9
Octal3625643140012242613411
Binary111101010111010001111000000101001010001011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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