#1E0725

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

Shades of Blackcurrant #1E0725

Tints of Blackcurrant #1E0725

Color information

#1E0725 (or 0x1E0725) is unknown color: approx Blackcurrant. HEX triplet: 1E, 07 and 25. RGB value is (30,7,37). Sum of RGB (Red+Green+Blue) = 30+7+37=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E0725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0725 is #E1F8DA. Grayscale: #111111. Windows color (decimal): -14809307 or 2426654. OLE color: 2426654.

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

Color convert

RGB30737-
CMYK0.190.8100.85
HSL286º68.18%8.63%-
HSV(B)286º81.08%14.51%-
XYZ0.950.561.81-
YUV17.3139.12137.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40.54%
GREEN value IS 7 (3.12% from 255) = 9.46%
BLUE value IS 37 (14.84% from 255) = 50%
R=40.54%
G=9.46%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal307370.190.8100.8528668.188.63
Hex1E725135105511e449
Octal3674523121012543610411
Binary111101111001011001110100010101010110001111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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