#1E0244

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

Shades of Blackcurrant #1E0244

Tints of Blackcurrant #1E0244

Color information

#1E0244 (or 0x1E0244) is unknown color: approx Blackcurrant. HEX triplet: 1E, 02 and 44. RGB value is (30,2,68). Sum of RGB (Red+Green+Blue) = 30+2+68=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 68 (26.95% from 255 or 68% from 100); Max value from RGB is 68 - color contains mainly: blue. Hex color #1E0244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0244 is #E1FDBB. Grayscale: #111111. Windows color (decimal): -14810556 or 4456990. OLE color: 4456990.

HSL color Cylindrical-coordinate representation of color #1E0244: hue angle of 265.45º 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 #1E0244 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB30268-
CMYK0.560.9700.73
HSL265.45º94.29%13.73%-
HSV(B)265.45º97.06%26.67%-
XYZ1.60.745.53-
YUV17.9156.28136.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30%
GREEN value IS 2 (1.17% from 255) = 2%
BLUE value IS 68 (26.95% from 255) = 68%
R=30%
G=2%
B=68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal302680.560.9700.73265.4594.2913.73
Hex1E24438610491095ee
Octal36210470141011141113616
Binary1111010100010011100011000010100100110000100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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