#1E1030

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

Shades of Blackcurrant #1E1030

Tints of Blackcurrant #1E1030

Color information

#1E1030 (or 0x1E1030) is unknown color: approx Blackcurrant. HEX triplet: 1E, 10 and 30. RGB value is (30,16,48). Sum of RGB (Red+Green+Blue) = 30+16+48=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #1E1030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1030 is #E1EFCF. Grayscale: #171717. Windows color (decimal): -14806992 or 3149854. OLE color: 3149854.

HSL color Cylindrical-coordinate representation of color #1E1030: hue angle of 266.25º degrees, saturation: 0.5, 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 #1E1030 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB301648-
CMYK0.370.6700.81
HSL266.25º50%12.55%-
HSV(B)266.25º66.67%18.82%-
XYZ1.250.862.9-
YUV23.83141.64132.4-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.91%
GREEN value IS 16 (6.64% from 255) = 17.02%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=31.91%
G=17.02%
B=51.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3016480.370.6700.81266.255012.55
Hex1E1030254305110a32d
Octal3620604510301214126215
Binary11110100001100001001011000011010100011000010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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