COLOR #011E19

HEX: #011E19
RGB: (1,30,25)

Color info

#011E19 contains red, green and blue colors in about the same proportion. Web safe color of #011E19 is #003300 (or #030).

RGB color model

#011E19 color RGB value is (1,30,25).

  • red value is 1;
  • green value is 30;
  • blue value is 25.
RGB:
(1,30,25)
(0%,12%,10%)

RGB channels and saturation

R 1 of 255 = 0%
G 30 of 255 = 12%
B 25 of 255 = 10%

1
30
25

R + G + B ~ 7%. #011E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 30 + 25 = 56 (100%)
R 1 of 56 ~ 1.79%
G 30 of 56 ~ 53.57%
B 25 of 56 ~ 44.64%

%53.57
%44.64

CMYK color model

#011E19 color CMYK value is (97,0,17,88).

  • cyan value is 96.67%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 88.24%
CMYK:
(97,0,17,88)
C97M0Y17K88 
(97%,0%,17%,88%)
(0.97/0.00/0.17/0.88)	

CMYK percentages

%96.67
%0
%16.67
%88.24

Codes

Color #011E19 in popluar color models

011E19
RGB13025
HSL170°93.55%6.08%
HSB/HSV170°96.67%11.76%
CMYK96.67%0.00%16.67%
88.24%

Color #011E19 in popluar number systems.

HEX011E19
Decimal13025
Binary11111011001
Octal13631

Shades and tints

Shades of #011E19

#011E19
(1,30,25)
#011C17
(1,28,23)
#011A15
(1,26,21)
#011813
(1,24,19)
#011611
(1,22,17)
#01140F
(1,20,15)
#01120D
(1,18,13)
#01100B
(1,16,11)
#010E09
(1,14,9)
#010C07
(1,12,7)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #011E19

#011E19
(1,30,25)
#18322D
(24,50,45)
#2F4641
(47,70,65)
#465A55
(70,90,85)
#5D6E69
(93,110,105)
#74827D
(116,130,125)
#8B9691
(139,150,145)
#A2AAA5
(162,170,165)
#B9BEB9
(185,190,185)
#D0D2CD
(208,210,205)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011E19; }

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

This text font color is #011E19.


Background Color

.myBgColor { background-color: #011E19; }

<div style="background-color:#011E19">Inner text</div>

This div background color is #011E19.


Border color

.myBorderColor { border: 1px solid #011E19; }

<div style="border:3px solid #011E19">Div</div>

This div border color is #011E19.


Opacity

.myOpacity80 { color: #011E19; opacity: 0.8; }

<p style="color:#011E19;opacity:0.8;">80%</p>

Text with #011E19 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 #011E19;}

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

This text has shadow with #011E19 color.

.textShadow {text-shadow: 3px 3px 1px #011E19, 3px 3px 1px red;}

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

This text has shadow with #011E19 primary color and red secondary color.


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

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

This text has shadow with #011E19 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #011E19;
-webkit-box-shadow: 1px 1px 3px 2px #011E19;
box-shadow:1px 1px 3px 2px #011E19;">
Div content here</div>
This div box has shadow with color #011E19.

Preview

Color preview on black background

This text has color #011E19 on black background.


Color preview on white background

This text has color #011E19 on white background.



Black color preview on #011E19 background

This text has black color on #011E19 background.


White color preview on #011E19 background

This text has white color on #011E19 background.