#1E0131

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

Shades of Blackcurrant #1E0131

Tints of Blackcurrant #1E0131

Color information

#1E0131 (or 0x1E0131) is unknown color: approx Blackcurrant. HEX triplet: 1E, 01 and 31. RGB value is (30,1,49). Sum of RGB (Red+Green+Blue) = 30+1+49=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E0131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0131 is #E1FECE. Grayscale: #0E0E0E. Windows color (decimal): -14810831 or 3211550. OLE color: 3211550.

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

Color convert

RGB30149-
CMYK0.390.9800.81
HSL276.25º96%9.8%-
HSV(B)276.25º97.96%19.22%-
XYZ1.10.522.95-
YUV15.14147.11138.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.5%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 49 (19.53% from 255) = 61.25%
R=37.5%
G=1.25%
B=61.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal301490.390.9800.81276.25969.8
Hex1E131276205111460a
Octal3616147142012142414012
Binary11110111000110011111000100101000110001010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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