#1E0124

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

Shades of Blackcurrant #1E0124

Tints of Blackcurrant #1E0124

Color information

#1E0124 (or 0x1E0124) is unknown color: approx Blackcurrant. HEX triplet: 1E, 01 and 24. RGB value is (30,1,36). Sum of RGB (Red+Green+Blue) = 30+1+36=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #1E0124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0124 is #E1FEDB. Grayscale: #0D0D0D. Windows color (decimal): -14810844 or 2359582. OLE color: 2359582.

HSL color Cylindrical-coordinate representation of color #1E0124: hue angle of 289.71º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0124 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB30136-
CMYK0.170.9700.86
HSL289.71º94.59%7.25%-
HSV(B)289.71º97.22%14.12%-
XYZ0.860.431.71-
YUV13.66140.61139.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.78%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 36 (14.45% from 255) = 53.73%
R=44.78%
G=1.49%
B=53.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal301360.170.9700.86289.7194.597.25
Hex1E12411610561225f7
Octal361442114101264421377
Binary111101100100100011100001010101101001000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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