COLOR #011F09

HEX: #011F09
RGB: (1,31,9)

Color info

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

RGB color model

#011F09 color RGB value is (1,31,9).

  • red value is 1;
  • green value is 31;
  • blue value is 9.
RGB:
(1,31,9)
(0%,12%,4%)

RGB channels and saturation

R 1 of 255 = 0%
G 31 of 255 = 12%
B 9 of 255 = 4%

1
31
9

R + G + B ~ 5%. #011F09 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 31 + 9 = 41 (100%)
R 1 of 41 ~ 2.44%
G 31 of 41 ~ 75.61%
B 9 of 41 ~ 21.95%

%75.61
%21.95

CMYK color model

#011F09 color CMYK value is (97,0,71,88).

  • cyan value is 96.77%
  • magenta value is 0.00%
  • yellow value is 70.97%
  • key color value is 87.84%
CMYK:
(97,0,71,88)
C97M0Y71K88 
(97%,0%,71%,88%)
(0.97/0.00/0.71/0.88)	

CMYK percentages

%96.77
%0
%70.97
%87.84

Codes

Color #011F09 in popluar color models

011F09
RGB1319
HSL136°93.75%6.27%
HSB/HSV136°96.77%12.16%
CMYK96.77%0.00%70.97%
87.84%

Color #011F09 in popluar number systems.

HEX011F09
Decimal1319
Binary1111111001
Octal13711

Shades and tints

Shades of #011F09

#011F09
(1,31,9)
#011D09
(1,29,9)
#011B09
(1,27,9)
#011909
(1,25,9)
#011709
(1,23,9)
#011509
(1,21,9)
#011309
(1,19,9)
#011109
(1,17,9)
#010F09
(1,15,9)
#010D09
(1,13,9)
#010B09
(1,11,9)
#000000
(0,0,0)

Tints of #011F09

#011F09
(1,31,9)
#18331F
(24,51,31)
#2F4735
(47,71,53)
#465B4B
(70,91,75)
#5D6F61
(93,111,97)
#748377
(116,131,119)
#8B978D
(139,151,141)
#A2ABA3
(162,171,163)
#B9BFB9
(185,191,185)
#D0D3CF
(208,211,207)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011F09 color. Also use rgb(1,31,9) instead hex code.

Text Font Color

.myTextColor { color: #011F09; }

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

This text font color is #011F09.


Background Color

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

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

This div background color is #011F09.


Border color

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

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

This div border color is #011F09.


Opacity

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

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

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

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

This text has shadow with #011F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011F09 on black background.


Color preview on white background

This text has color #011F09 on white background.



Black color preview on #011F09 background

This text has black color on #011F09 background.


White color preview on #011F09 background

This text has white color on #011F09 background.