COLOR #1E131B

HEX: #1E131B RGB: (30,19,27)

Color info

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

RGB color model

#1E131B color RGB value is (30,19,27).

RGB: (30,19,27) (12%, 7%, 11%)

RGB channels and saturation

R 30 of 255 = 12%
G 19 of 255 = 7%
B 27 of 255 = 11%

30
19
27

R + G + B ~ 10%. #1E131B is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 19 + 27 = 76 (100%)
R 30 of 76 ~ 39.47%
G 19 of 76 ~ 25%
B 27 of 76 ~ 35.53'%

%39.47
%25
%35.53

CMYK color model

#1E131B color CMYK value is (0,37,10,88).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 10.00%
  • key color value is 88.24%

CMYK: (0,37,10,88)
C0M37Y10K88 (0%, 37%, 10%, 88%)
(0.00 / 0.37 / 0.10 / 0.88)

CMYK percentages

%0
%36.67
%10
%88.24

Codes

Color #1E131B in popluar color models

1E 13 1B
RGB 30 19 27
HSL 316° 22.45% 9.61%
HSB/HSV 316° 36.67% 11.76%
CMYK 0.00% 36.67% 10.00%
88.24%

Color #1E131B in popluar number systems.

HEX 1E 13 1B
Decimal 30 19 27
Binary 11110 10011 11011
Octal 36 23 33

Shades and tints

Shades of #1E131B

#1E131B
(30,19,27)
#1C1219
(28,18,25)
#1A1117
(26,17,23)
#181015
(24,16,21)
#160F13
(22,15,19)
#140E11
(20,14,17)
#120D0F
(18,13,15)
#100C0D
(16,12,13)
#0E0B0B
(14,11,11)
#0C0A09
(12,10,9)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #1E131B

#1E131B
(30,19,27)
#32282F
(50,40,47)
#463D43
(70,61,67)
#5A5257
(90,82,87)
#6E676B
(110,103,107)
#827C7F
(130,124,127)
#969193
(150,145,147)
#AAA6A7
(170,166,167)
#BEBBBB
(190,187,187)
#D2D0CF
(210,208,207)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E131B; }

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

This text font color is #1E131B.

Background Color

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

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

This div background color is #1E131B.

Border color

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

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

This div border color is #1E131B.

Opacity

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

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

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

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

This text has shadow with #1E131B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E131B.

Preview

Color preview on black background

This text has color #1E131B on black background.


Color preview on white background

This text has color #1E131B on white background.


Black color preview on #1E131B background

This text has black color on #1E131B background.


White color preview on #1E131B background

This text has white color on #1E131B background.


Related colors

Complementary color

Complementary color for #hex is #E1ECE4.


I love getcolorcode.com

Triadic colors

1 #1B1E13 and #131B1E with #1E131B are triadic colors.

2 #1B131E and #131E1B with #1E131B are triadic colors.