#1E0246

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

Shades of Blackcurrant #1E0246

Tints of Blackcurrant #1E0246

Color information

#1E0246 (or 0x1E0246) is unknown color: approx Blackcurrant. HEX triplet: 1E, 02 and 46. RGB value is (30,2,70). Sum of RGB (Red+Green+Blue) = 30+2+70=102 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.41% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E0246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0246 is #E1FDB9. Grayscale: #111111. Windows color (decimal): -14810554 or 4588062. OLE color: 4588062.

HSL color Cylindrical-coordinate representation of color #1E0246: hue angle of 264.71º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0246 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB30270-
CMYK0.570.9700.73
HSL264.71º94.44%14.12%-
HSV(B)264.71º97.14%27.45%-
XYZ1.660.765.85-
YUV18.12157.28136.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.41%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 70 (27.73% from 255) = 68.63%
R=29.41%
G=1.96%
B=68.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal302700.570.9700.73264.7194.4414.12
Hex1E24639610491095ee
Octal36210671141011141113616
Binary1111010100011011100111000010100100110000100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,2,70); }

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

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

 a { background-color: rgb(30,2,70); }

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

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

 span { border-color: rgb(30,2,70); }

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