COLOR #1E190B

HEX: #1E190B RGB: (30,25,11)

Color info

#1E190B contains red, green and blue colors in about the same proportion. Web safe color of #1E190B is #330000 (or #300).

RGB color model

#1E190B color RGB value is (30,25,11).

RGB: (30,25,11) (12%, 10%, 4%)

RGB channels and saturation

R 30 of 255 = 12%
G 25 of 255 = 10%
B 11 of 255 = 4%

30
25
11

R + G + B ~ 9%. #1E190B is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 25 + 11 = 66 (100%)
R 30 of 66 ~ 45.45%
G 25 of 66 ~ 37.88%
B 11 of 66 ~ 16.67'%

%45.45
%37.88
%16.67

CMYK color model

#1E190B color CMYK value is (0,17,63,88).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 63.33%
  • key color value is 88.24%

CMYK: (0,17,63,88)
C0M17Y63K88 (0%, 17%, 63%, 88%)
(0.00 / 0.17 / 0.63 / 0.88)

CMYK percentages

%0
%16.67
%63.33
%88.24

Codes

Color #1E190B in popluar color models

1E 19 0B
RGB 30 25 11
HSL 44° 46.34% 8.04%
HSB/HSV 44° 63.33% 11.76%
CMYK 0.00% 16.67% 63.33%
88.24%

Color #1E190B in popluar number systems.

HEX 1E 19 0B
Decimal 30 25 11
Binary 11110 11001 1011
Octal 36 31 13

Shades and tints

Shades of #1E190B

#1E190B
(30,25,11)
#1C170A
(28,23,10)
#1A1509
(26,21,9)
#181308
(24,19,8)
#161107
(22,17,7)
#140F06
(20,15,6)
#120D05
(18,13,5)
#100B04
(16,11,4)
#0E0903
(14,9,3)
#0C0702
(12,7,2)
#0A0501
(10,5,1)
#000000
(0,0,0)

Tints of #1E190B

#1E190B
(30,25,11)
#322D21
(50,45,33)
#464137
(70,65,55)
#5A554D
(90,85,77)
#6E6963
(110,105,99)
#827D79
(130,125,121)
#96918F
(150,145,143)
#AAA5A5
(170,165,165)
#BEB9BB
(190,185,187)
#D2CDD1
(210,205,209)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E190B color. Also use rgb(30,25,11) instead hex code.

Text Font Color

.myTextColor { color: #1E190B; }

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

This text font color is #1E190B.

Background Color

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

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

This div background color is #1E190B.

Border color

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

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

This div border color is #1E190B.

Opacity

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

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

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

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

This text has shadow with #1E190B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E190B.

Preview

Color preview on black background

This text has color #1E190B on black background.


Color preview on white background

This text has color #1E190B on white background.


Black color preview on #1E190B background

This text has black color on #1E190B background.


White color preview on #1E190B background

This text has white color on #1E190B background.


Related colors

Complementary color

Complementary color for #hex is #E1E6F4.


I love getcolorcode.com

Triadic colors

1 #0B1E19 and #190B1E with #1E190B are triadic colors.

2 #0B191E and #191E0B with #1E190B are triadic colors.