#1E1228

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

Shades of Blackcurrant #1E1228

Tints of Blackcurrant #1E1228

Color information

#1E1228 (or 0x1E1228) is unknown color: approx Blackcurrant. HEX triplet: 1E, 12 and 28. RGB value is (30,18,40). Sum of RGB (Red+Green+Blue) = 30+18+40=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E1228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1228 is #E1EDD7. Grayscale: #181818. Windows color (decimal): -14806488 or 2626078. OLE color: 2626078.

HSL color Cylindrical-coordinate representation of color #1E1228: hue angle of 272.73º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E1228 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB301840-
CMYK0.250.5500.84
HSL272.73º37.93%11.37%-
HSV(B)272.73º55%15.69%-
XYZ1.130.862.11-
YUV24.1136.98132.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.09%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=34.09%
G=20.45%
B=45.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3018400.250.5500.84272.7337.9311.37
Hex1E1228193705411126b
Octal362250316701244214613
Binary111101001010100011001110111010101001000100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,18,40); }

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

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

 a { background-color: rgb(30,18,40); }

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

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

 span { border-color: rgb(30,18,40); }

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