#1E1125

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

Shades of Blackcurrant #1E1125

Tints of Blackcurrant #1E1125

Color information

#1E1125 (or 0x1E1125) is unknown color: approx Blackcurrant. HEX triplet: 1E, 11 and 25. RGB value is (30,17,37). Sum of RGB (Red+Green+Blue) = 30+17+37=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E1125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1125 is #E1EEDA. Grayscale: #171717. Windows color (decimal): -14806747 or 2429214. OLE color: 2429214.

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

Color convert

RGB301737-
CMYK0.190.5400.85
HSL279º37.04%10.59%-
HSV(B)279º54.05%14.51%-
XYZ1.070.811.85-
YUV23.17135.81132.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 37 (14.84% from 255) = 44.05%
R=35.71%
G=20.24%
B=44.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3017370.190.5400.8527937.0410.59
Hex1E1125133605511725b
Octal362145236601254274513
Binary111101000110010110011110110010101011000101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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