#1E1225

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

Shades of Blackcurrant #1E1225

Tints of Blackcurrant #1E1225

Color information

#1E1225 (or 0x1E1225) is unknown color: approx Blackcurrant. HEX triplet: 1E, 12 and 25. RGB value is (30,18,37). Sum of RGB (Red+Green+Blue) = 30+18+37=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E1225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1225 is #E1EDDA. Grayscale: #171717. Windows color (decimal): -14806491 or 2429470. OLE color: 2429470.

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

Color convert

RGB301837-
CMYK0.190.5100.85
HSL277.89º34.55%10.78%-
HSV(B)277.89º51.35%14.51%-
XYZ1.090.841.86-
YUV23.75135.48132.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.29%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 37 (14.84% from 255) = 43.53%
R=35.29%
G=21.18%
B=43.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3018370.190.5100.85277.8934.5510.78
Hex1E1225133305511623b
Octal362245236301254264313
Binary111101001010010110011110011010101011000101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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