#1E1032

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

Shades of Blackcurrant #1E1032

Tints of Blackcurrant #1E1032

Color information

#1E1032 (or 0x1E1032) is unknown color: approx Blackcurrant. HEX triplet: 1E, 10 and 32. RGB value is (30,16,50). Sum of RGB (Red+Green+Blue) = 30+16+50=96 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.25% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #1E1032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1032 is #E1EFCD. Grayscale: #171717. Windows color (decimal): -14806990 or 3280926. OLE color: 3280926.

HSL color Cylindrical-coordinate representation of color #1E1032: hue angle of 264.71º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E1032 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB301650-
CMYK0.400.6800.80
HSL264.71º51.52%12.94%-
HSV(B)264.71º68%19.61%-
XYZ1.30.883.12-
YUV24.06142.64132.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.25%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 50 (19.92% from 255) = 52.08%
R=31.25%
G=16.67%
B=52.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3016500.400.6800.80264.7151.5212.94
Hex1E1032284405010934d
Octal3620625010401204116415
Binary11110100001100101010001000100010100001000010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,16,50); }

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

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

 a { background-color: rgb(30,16,50); }

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

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

 span { border-color: rgb(30,16,50); }

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