#1E0347

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

Shades of Blackcurrant #1E0347

Tints of Blackcurrant #1E0347

Color information

#1E0347 (or 0x1E0347) is unknown color: approx Blackcurrant. HEX triplet: 1E, 03 and 47. RGB value is (30,3,71). Sum of RGB (Red+Green+Blue) = 30+3+71=104 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.85% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #1E0347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0347 is #E1FCB8. Grayscale: #121212. Windows color (decimal): -14810297 or 4653854. OLE color: 4653854.

HSL color Cylindrical-coordinate representation of color #1E0347: hue angle of 263.82º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0347 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB30371-
CMYK0.580.9600.72
HSL263.82º91.89%14.51%-
HSV(B)263.82º95.77%27.84%-
XYZ1.710.86.03-
YUV18.82157.45135.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.85%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 71 (28.12% from 255) = 68.27%
R=28.85%
G=2.88%
B=68.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal303710.580.9600.72263.8291.8914.51
Hex1E3473A600481085cf
Octal36310772140011041013417
Binary1111011100011111101011000000100100010000100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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