COLOR #1E251A

HEX: #1E251A RGB: (30,37,26)

Color info

#1E251A contains red, green and blue colors in about the same proportion. Web safe color of #1E251A is #333300 (or #330).

RGB color model

#1E251A color RGB value is (30,37,26).

RGB: (30,37,26) (12%, 15%, 10%)

RGB channels and saturation

R 30 of 255 = 12%
G 37 of 255 = 15%
B 26 of 255 = 10%

30
37
26

R + G + B ~ 12%. #1E251A is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 37 + 26 = 93 (100%)
R 30 of 93 ~ 32.26%
G 37 of 93 ~ 39.78%
B 26 of 93 ~ 27.96'%

%32.26
%39.78
%27.96

CMYK color model

#1E251A color CMYK value is (19,0,30,85).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 85.49%
CMYK: (19,0,30,85) C19M0Y30K85 (19%,0%,30%,85%) (0.19/0.00/0.30/0.85) 

CMYK percentages

%18.92
%0
%29.73
%85.49

Codes

Color #1E251A in popluar color models

1E 25 1A
RGB 30 37 26
HSL 98° 17.46% 12.35%
HSB/HSV 98° 29.73% 14.51%
CMYK 18.92% 0.00% 29.73%
85.49%

Color #1E251A in popluar number systems.

HEX 1E 25 1A
Decimal 30 37 26
Binary 11110 100101 11010
Octal 36 45 32

Shades and tints

Shades of #1E251A

#1E251A
(30,37,26)
#1C2218
(28,34,24)
#1A1F16
(26,31,22)
#181C14
(24,28,20)
#161912
(22,25,18)
#141610
(20,22,16)
#12130E
(18,19,14)
#10100C
(16,16,12)
#0E0D0A
(14,13,10)
#0C0A08
(12,10,8)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #1E251A

#1E251A
(30,37,26)
#32382E
(50,56,46)
#464B42
(70,75,66)
#5A5E56
(90,94,86)
#6E716A
(110,113,106)
#82847E
(130,132,126)
#969792
(150,151,146)
#AAAAA6
(170,170,166)
#BEBDBA
(190,189,186)
#D2D0CE
(210,208,206)
#E6E3E2
(230,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E251A; }

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

This text font color is #1E251A.

Background Color

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

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

This div background color is #1E251A.

Border color

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

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

This div border color is #1E251A.

Opacity

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

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

Text with #1E251A 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 #1E251A;}

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

This text has shadow with #1E251A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E251A.

Preview

Color preview on black background

This text has color #1E251A on black background.


Color preview on white background

This text has color #1E251A on white background.


Black color preview on #1E251A background

This text has black color on #1E251A background.


White color preview on #1E251A background

This text has white color on #1E251A background.


Related colors

Complementary color

Complementary color for #hex is #E1DAE5.


I love getcolorcode.com

Triadic colors

1 #1A1E25 and #251A1E with #1E251A are triadic colors.

2 #1A251E and #251E1A with #1E251A are triadic colors.