#1E002C

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

Shades of Blackcurrant #1E002C

Tints of Blackcurrant #1E002C

Color information

#1E002C (or 0x1E002C) is unknown color: approx Blackcurrant. HEX triplet: 1E, 00 and 2C. RGB value is (30,0,44). Sum of RGB (Red+Green+Blue) = 30+0+44=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #1E002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E002C is #E1FFD3. Grayscale: #0D0D0D. Windows color (decimal): -14811092 or 2883614. OLE color: 2883614.

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

Color convert

RGB30044-
CMYK0.32100.83
HSL280.91º100%8.63%-
HSV(B)280.91º100%17.25%-
XYZ0.990.462.42-
YUV13.99144.94139.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 59.46%
R=40.54%
G=0%
B=59.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal300440.32100.83280.911008.63
Hex1E02C2064053119649
Octal3605440144012343114411
Binary11110010110010000011001000101001110001100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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