COLOR #011F15

HEX: #011F15
RGB: (1,31,21)

Color info

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

RGB color model

#011F15 color RGB value is (1,31,21).

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

RGB channels and saturation

R 1 of 255 = 0%
G 31 of 255 = 12%
B 21 of 255 = 8%

1
31
21

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

Portions of RGB colors in percentages

R + G + B =
1 + 31 + 21 = 53 (100%)
R 1 of 53 ~ 1.89%
G 31 of 53 ~ 58.49%
B 21 of 53 ~ 39.62%

%58.49
%39.62

CMYK color model

#011F15 color CMYK value is (97,0,32,88).

  • cyan value is 96.77%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 87.84%
CMYK:
(97,0,32,88)
C97M0Y32K88 
(97%,0%,32%,88%)
(0.97/0.00/0.32/0.88)	

CMYK percentages

%96.77
%0
%32.26
%87.84

Codes

Color #011F15 in popluar color models

011F15
RGB13121
HSL160°93.75%6.27%
HSB/HSV160°96.77%12.16%
CMYK96.77%0.00%32.26%
87.84%

Color #011F15 in popluar number systems.

HEX011F15
Decimal13121
Binary11111110101
Octal13725

Shades and tints

Shades of #011F15

#011F15
(1,31,21)
#011D14
(1,29,20)
#011B13
(1,27,19)
#011912
(1,25,18)
#011711
(1,23,17)
#011510
(1,21,16)
#01130F
(1,19,15)
#01110E
(1,17,14)
#010F0D
(1,15,13)
#010D0C
(1,13,12)
#010B0B
(1,11,11)
#000000
(0,0,0)

Tints of #011F15

#011F15
(1,31,21)
#18332A
(24,51,42)
#2F473F
(47,71,63)
#465B54
(70,91,84)
#5D6F69
(93,111,105)
#74837E
(116,131,126)
#8B9793
(139,151,147)
#A2ABA8
(162,171,168)
#B9BFBD
(185,191,189)
#D0D3D2
(208,211,210)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011F15; }

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

This text font color is #011F15.


Background Color

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

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

This div background color is #011F15.


Border color

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

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

This div border color is #011F15.


Opacity

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

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

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

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

This text has shadow with #011F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011F15 on black background.


Color preview on white background

This text has color #011F15 on white background.



Black color preview on #011F15 background

This text has black color on #011F15 background.


White color preview on #011F15 background

This text has white color on #011F15 background.