#1E1325

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

Shades of Blackcurrant #1E1325

Tints of Blackcurrant #1E1325

Color information

#1E1325 (or 0x1E1325) is unknown color: approx Blackcurrant. HEX triplet: 1E, 13 and 25. RGB value is (30,19,37). Sum of RGB (Red+Green+Blue) = 30+19+37=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E1325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1325 is #E1ECDA. Grayscale: #181818. Windows color (decimal): -14806235 or 2429726. OLE color: 2429726.

HSL color Cylindrical-coordinate representation of color #1E1325: hue angle of 276.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1E1325 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB301937-
CMYK0.190.4900.85
HSL276.67º32.14%10.98%-
HSV(B)276.67º48.65%14.51%-
XYZ1.10.881.86-
YUV24.34135.14132.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.88%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=34.88%
G=22.09%
B=43.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3019370.190.4900.85276.6732.1410.98
Hex1E1325133105511520b
Octal362345236101254254013
Binary111101001110010110011110001010101011000101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,19,37); }

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

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

 a { background-color: rgb(30,19,37); }

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

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

 span { border-color: rgb(30,19,37); }

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