#1E0224

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

Shades of Blackcurrant #1E0224

Tints of Blackcurrant #1E0224

Color information

#1E0224 (or 0x1E0224) is unknown color: approx Blackcurrant. HEX triplet: 1E, 02 and 24. RGB value is (30,2,36). Sum of RGB (Red+Green+Blue) = 30+2+36=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #1E0224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0224 is #E1FDDB. Grayscale: #0E0E0E. Windows color (decimal): -14810588 or 2359838. OLE color: 2359838.

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

Color convert

RGB30236-
CMYK0.170.9400.86
HSL289.41º89.47%7.45%-
HSV(B)289.41º94.44%14.12%-
XYZ0.880.451.71-
YUV14.25140.28139.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.12%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 36 (14.45% from 255) = 52.94%
R=44.12%
G=2.94%
B=52.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal302360.170.9400.86289.4189.477.45
Hex1E224115E056121597
Octal362442113601264411317
Binary1111010100100100011011110010101101001000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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