#1E0148

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

Shades of Blackcurrant #1E0148

Tints of Blackcurrant #1E0148

Color information

#1E0148 (or 0x1E0148) is unknown color: approx Blackcurrant. HEX triplet: 1E, 01 and 48. RGB value is (30,1,72). Sum of RGB (Red+Green+Blue) = 30+1+72=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 72 (28.52% from 255 or 69.90% from 103); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0148 is #E1FEB7. Grayscale: #111111. Windows color (decimal): -14810808 or 4718878. OLE color: 4718878.

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

Color convert

RGB30172-
CMYK0.580.9900.72
HSL264.51º97.26%14.31%-
HSV(B)264.51º98.61%28.24%-
XYZ1.720.776.19-
YUV17.76158.61136.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.13%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 72 (28.52% from 255) = 69.90%
R=29.13%
G=0.97%
B=69.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal301720.580.9900.72264.5197.2614.31
Hex1E1483A6304810961e
Octal36111072143011041114116
Binary111101100100011101011000110100100010000100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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