#1E0427

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

Shades of Blackcurrant #1E0427

Tints of Blackcurrant #1E0427

Color information

#1E0427 (or 0x1E0427) is unknown color: approx Blackcurrant. HEX triplet: 1E, 04 and 27. RGB value is (30,4,39). Sum of RGB (Red+Green+Blue) = 30+4+39=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #1E0427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0427 is #E1FBD8. Grayscale: #0F0F0F. Windows color (decimal): -14810073 or 2556958. OLE color: 2556958.

HSL color Cylindrical-coordinate representation of color #1E0427: hue angle of 284.57º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0427 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB30439-
CMYK0.230.9000.85
HSL284.57º81.4%8.43%-
HSV(B)284.57º89.74%15.29%-
XYZ0.950.511.97-
YUV15.76141.11138.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.10%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 39 (15.62% from 255) = 53.42%
R=41.10%
G=5.48%
B=53.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal304390.230.9000.85284.5781.48.43
Hex1E427175A05511d518
Octal3644727132012543512110
Binary111101001001111011110110100101010110001110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,4,39); }

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

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

 a { background-color: rgb(30,4,39); }

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

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

 span { border-color: rgb(30,4,39); }

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