COLOR #1E061B

HEX: #1E061B RGB: (30,6,27)

Color info

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

RGB color model

#1E061B color RGB value is (30,6,27).

RGB: (30,6,27) (12%, 2%, 11%)

RGB channels and saturation

R 30 of 255 = 12%
G 6 of 255 = 2%
B 27 of 255 = 11%

30
6
27

R + G + B ~ 8%. #1E061B is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 6 + 27 = 63 (100%)
R 30 of 63 ~ 47.62%
G 6 of 63 ~ 9.52%
B 27 of 63 ~ 42.86'%

%47.62
%42.86

CMYK color model

#1E061B color CMYK value is (0,80,10,88).

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

CMYK: (0,80,10,88)
C0M80Y10K88 (0%, 80%, 10%, 88%)
(0.00 / 0.80 / 0.10 / 0.88)

CMYK percentages

%0
%80
%10
%88.24

Codes

Color #1E061B in popluar color models

1E 06 1B
RGB 30 6 27
HSL 308° 66.67% 7.06%
HSB/HSV 308° 80.00% 11.76%
CMYK 0.00% 80.00% 10.00%
88.24%

Color #1E061B in popluar number systems.

HEX 1E 06 1B
Decimal 30 6 27
Binary 11110 110 11011
Octal 36 6 33

Shades and tints

Shades of #1E061B

#1E061B
(30,6,27)
#1C0619
(28,6,25)
#1A0617
(26,6,23)
#180615
(24,6,21)
#160613
(22,6,19)
#140611
(20,6,17)
#12060F
(18,6,15)
#10060D
(16,6,13)
#0E060B
(14,6,11)
#0C0609
(12,6,9)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #1E061B

#1E061B
(30,6,27)
#321C2F
(50,28,47)
#463243
(70,50,67)
#5A4857
(90,72,87)
#6E5E6B
(110,94,107)
#82747F
(130,116,127)
#968A93
(150,138,147)
#AAA0A7
(170,160,167)
#BEB6BB
(190,182,187)
#D2CCCF
(210,204,207)
#E6E2E3
(230,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E061B; }

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

This text font color is #1E061B.

Background Color

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

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

This div background color is #1E061B.

Border color

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

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

This div border color is #1E061B.

Opacity

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

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

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

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

This text has shadow with #1E061B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E061B.

Preview

Color preview on black background

This text has color #1E061B on black background.


Color preview on white background

This text has color #1E061B on white background.


Black color preview on #1E061B background

This text has black color on #1E061B background.


White color preview on #1E061B background

This text has white color on #1E061B background.


Related colors

Complementary color

Complementary color for #hex is #E1F9E4.


I love getcolorcode.com

Triadic colors

1 #1B1E06 and #061B1E with #1E061B are triadic colors.

2 #1B061E and #061E1B with #1E061B are triadic colors.