COLOR #1E1225

HEX: #1E1225
RGB: (30,18,37)

Color info

#1E1225 contains red, green and blue colors in about the same proportion. Web safe color of #1E1225 is #330033 (or #303).

RGB color model

#1E1225 color RGB value is (30,18,37).

  • red value is 30;
  • green value is 18;
  • blue value is 37.
RGB:
(30,18,37)
(12%,7%,15%)

RGB channels and saturation

R 30 of 255 = 12%
G 18 of 255 = 7%
B 37 of 255 = 15%

30
18
37

R + G + B ~ 11%. #1E1225 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 18 + 37 = 85 (100%)
R 30 of 85 ~ 35.29%
G 18 of 85 ~ 21.18%
B 37 of 85 ~ 43.53%

%35.29
%21.18
%43.53

CMYK color model

#1E1225 color CMYK value is (19,51,0,85).

  • cyan value is 18.92%
  • magenta value is 51.35%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(19,51,0,85)
C19M51Y0K85 
(19%,51%,0%,85%)
(0.19/0.51/0.00/0.85)	

CMYK percentages

%18.92
%51.35
%0
%85.49

Codes

Color #1E1225 in popluar color models

1E1225
RGB301837
HSL278°34.55%10.78%
HSB/HSV278°51.35%14.51%
CMYK18.92%51.35%0.00%
85.49%

Color #1E1225 in popluar number systems.

HEX1E1225
Decimal301837
Binary1111010010100101
Octal362245

Shades and tints

Shades of #1E1225

#1E1225
(30,18,37)
#1C1122
(28,17,34)
#1A101F
(26,16,31)
#180F1C
(24,15,28)
#160E19
(22,14,25)
#140D16
(20,13,22)
#120C13
(18,12,19)
#100B10
(16,11,16)
#0E0A0D
(14,10,13)
#0C090A
(12,9,10)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #1E1225

#1E1225
(30,18,37)
#322738
(50,39,56)
#463C4B
(70,60,75)
#5A515E
(90,81,94)
#6E6671
(110,102,113)
#827B84
(130,123,132)
#969097
(150,144,151)
#AAA5AA
(170,165,170)
#BEBABD
(190,186,189)
#D2CFD0
(210,207,208)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E1225 color. Also use rgb(30,18,37) instead hex code.

Text Font Color

.myTextColor { color: #1E1225; }

<p style="color:#1E1225">This sample text font color is #1E1225.</p>

This text font color is #1E1225.


Background Color

.myBgColor { background-color: #1E1225; }

<div style="background-color:#1E1225">Inner text</div>

This div background color is #1E1225.


Border color

.myBorderColor { border: 1px solid #1E1225; }

<div style="border:3px solid #1E1225">Div</div>

This div border color is #1E1225.


Opacity

.myOpacity80 { color: #1E1225; opacity: 0.8; }

<p style="color:#1E1225;opacity:0.8;">80%</p>

Text with #1E1225 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1E1225;}

<p style="text-shadow: 3px 3px 1px #1E1225">Text here.</p>

This text has shadow with #1E1225 color.

.textShadow {text-shadow: 3px 3px 1px #1E1225, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1E1225, 5px 5px 20px red">Text here.</p>

This text has shadow with #1E1225 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1E1225, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1E1225, Direction=45, Strength=4)">Text</p>

This text has shadow with #1E1225 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1E1225;
  -webkit-box-shadow:	1px 1px 3px 2px #1E1225;
  box-shadow:		1px 1px 3px 2px #1E1225;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1E1225;
-webkit-box-shadow: 1px 1px 3px 2px #1E1225;
box-shadow:1px 1px 3px 2px #1E1225;">
Div content here</div>
This div box has shadow with color #1E1225.

Preview

Color preview on black background

This text has color #1E1225 on black background.


Color preview on white background

This text has color #1E1225 on white background.



Black color preview on #1E1225 background

This text has black color on #1E1225 background.


White color preview on #1E1225 background

This text has white color on #1E1225 background.