COLOR #1E251B

HEX: #1E251B RGB: (30,37,27)

Color info

#1E251B contains red, green and blue colors in about the same proportion. Web safe color of #1E251B is #333333 (or #333).

RGB color model

#1E251B color RGB value is (30,37,27).

RGB: (30,37,27) (12%, 15%, 11%)

RGB channels and saturation

R 30 of 255 = 12%
G 37 of 255 = 15%
B 27 of 255 = 11%

30
37
27

R + G + B ~ 13%. #1E251B is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 37 + 27 = 94 (100%)
R 30 of 94 ~ 31.91%
G 37 of 94 ~ 39.36%
B 27 of 94 ~ 28.72'%

%31.91
%39.36
%28.72

CMYK color model

#1E251B color CMYK value is (19,0,27,85).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 85.49%
CMYK: (19,0,27,85) C19M0Y27K85 (19%,0%,27%,85%) (0.19/0.00/0.27/0.85) 

CMYK percentages

%18.92
%0
%27.03
%85.49

Codes

Color #1E251B in popluar color models

1E 25 1B
RGB 30 37 27
HSL 102° 15.63% 12.55%
HSB/HSV 102° 27.03% 14.51%
CMYK 18.92% 0.00% 27.03%
85.49%

Color #1E251B in popluar number systems.

HEX 1E 25 1B
Decimal 30 37 27
Binary 11110 100101 11011
Octal 36 45 33

Shades and tints

Shades of #1E251B

#1E251B
(30,37,27)
#1C2219
(28,34,25)
#1A1F17
(26,31,23)
#181C15
(24,28,21)
#161913
(22,25,19)
#141611
(20,22,17)
#12130F
(18,19,15)
#10100D
(16,16,13)
#0E0D0B
(14,13,11)
#0C0A09
(12,10,9)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #1E251B

#1E251B
(30,37,27)
#32382F
(50,56,47)
#464B43
(70,75,67)
#5A5E57
(90,94,87)
#6E716B
(110,113,107)
#82847F
(130,132,127)
#969793
(150,151,147)
#AAAAA7
(170,170,167)
#BEBDBB
(190,189,187)
#D2D0CF
(210,208,207)
#E6E3E3
(230,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E251B; }

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

This text font color is #1E251B.

Background Color

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

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

This div background color is #1E251B.

Border color

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

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

This div border color is #1E251B.

Opacity

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

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

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

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

This text has shadow with #1E251B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E251B.

Preview

Color preview on black background

This text has color #1E251B on black background.


Color preview on white background

This text has color #1E251B on white background.


Black color preview on #1E251B background

This text has black color on #1E251B background.


White color preview on #1E251B background

This text has white color on #1E251B background.


Related colors

Complementary color

Complementary color for #hex is #E1DAE4.


I love getcolorcode.com

Triadic colors

1 #1B1E25 and #251B1E with #1E251B are triadic colors.

2 #1B251E and #251E1B with #1E251B are triadic colors.