#1E032C

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

Shades of Blackcurrant #1E032C

Tints of Blackcurrant #1E032C

Color information

#1E032C (or 0x1E032C) is unknown color: approx Blackcurrant. HEX triplet: 1E, 03 and 2C. RGB value is (30,3,44). Sum of RGB (Red+Green+Blue) = 30+3+44=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #1E032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E032C is #E1FCD3. Grayscale: #0F0F0F. Windows color (decimal): -14810324 or 2884382. OLE color: 2884382.

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

Color convert

RGB30344-
CMYK0.320.9300.83
HSL279.51º87.23%9.22%-
HSV(B)279.51º93.18%17.25%-
XYZ1.020.522.43-
YUV15.75143.95138.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 38.96%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 44 (17.58% from 255) = 57.14%
R=38.96%
G=3.90%
B=57.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal303440.320.9300.83279.5187.239.22
Hex1E32C205D053118579
Octal3635440135012343012711
Binary111101110110010000010111010101001110001100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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