#1E1031

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

Shades of Blackcurrant #1E1031

Tints of Blackcurrant #1E1031

Color information

#1E1031 (or 0x1E1031) is unknown color: approx Blackcurrant. HEX triplet: 1E, 10 and 31. RGB value is (30,16,49). Sum of RGB (Red+Green+Blue) = 30+16+49=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E1031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1031 is #E1EFCE. Grayscale: #171717. Windows color (decimal): -14806991 or 3215390. OLE color: 3215390.

HSL color Cylindrical-coordinate representation of color #1E1031: hue angle of 265.45º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E1031 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB301649-
CMYK0.390.6700.81
HSL265.45º50.77%12.75%-
HSV(B)265.45º67.35%19.22%-
XYZ1.280.873.01-
YUV23.95142.14132.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.58%
GREEN value IS 16 (6.64% from 255) = 16.84%
BLUE value IS 49 (19.53% from 255) = 51.58%
R=31.58%
G=16.84%
B=51.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3016490.390.6700.81265.4550.7712.75
Hex1E1031274305110933d
Octal3620614710301214116315
Binary11110100001100011001111000011010100011000010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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