#1E032A

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

Shades of Blackcurrant #1E032A

Tints of Blackcurrant #1E032A

Color information

#1E032A (or 0x1E032A) is unknown color: approx Blackcurrant. HEX triplet: 1E, 03 and 2A. RGB value is (30,3,42). Sum of RGB (Red+Green+Blue) = 30+3+42=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #1E032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E032A is #E1FCD5. Grayscale: #0F0F0F. Windows color (decimal): -14810326 or 2753310. OLE color: 2753310.

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

Color convert

RGB30342-
CMYK0.290.9300.84
HSL281.54º86.67%8.82%-
HSV(B)281.54º92.86%16.47%-
XYZ0.990.512.24-
YUV15.52142.95138.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 42 (16.80% from 255) = 56%
R=40%
G=4%
B=56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal303420.290.9300.84281.5486.678.82
Hex1E32A1D5D05411a579
Octal3635235135012443212711
Binary11110111010101110110111010101010010001101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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