#1E0149

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

Shades of Blackcurrant #1E0149

Tints of Blackcurrant #1E0149

Color information

#1E0149 (or 0x1E0149) is unknown color: approx Blackcurrant. HEX triplet: 1E, 01 and 49. RGB value is (30,1,73). Sum of RGB (Red+Green+Blue) = 30+1+73=104 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.85% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 73 (28.91% from 255 or 70.19% from 104); Max value from RGB is 73 - color contains mainly: blue. Hex color #1E0149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0149 is #E1FEB6. Grayscale: #111111. Windows color (decimal): -14810807 or 4784414. OLE color: 4784414.

HSL color Cylindrical-coordinate representation of color #1E0149: hue angle of 264.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0149 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB30173-
CMYK0.590.9900.71
HSL264.17º97.3%14.51%-
HSV(B)264.17º98.63%28.63%-
XYZ1.750.786.36-
YUV17.88159.11136.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.85%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 73 (28.91% from 255) = 70.19%
R=28.85%
G=0.96%
B=70.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal301730.590.9900.71264.1797.314.51
Hex1E1493B6304710861f
Octal36111173143010741014117
Binary111101100100111101111000110100011110000100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,1,73); }

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

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

 a { background-color: rgb(30,1,73); }

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

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

 span { border-color: rgb(30,1,73); }

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