COLOR #011B1F

HEX: #011B1F
RGB: (1,27,31)

Color info

#011B1F contains red, green and blue colors in about the same proportion. Web safe color of #011B1F is #003333 (or #033).

RGB color model

#011B1F color RGB value is (1,27,31).

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

RGB channels and saturation

R 1 of 255 = 0%
G 27 of 255 = 11%
B 31 of 255 = 12%

1
27
31

R + G + B ~ 8%. #011B1F is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 27 + 31 = 59 (100%)
R 1 of 59 ~ 1.69%
G 27 of 59 ~ 45.76%
B 31 of 59 ~ 52.54%

%45.76
%52.54

CMYK color model

#011B1F color CMYK value is (97,13,0,88).

  • cyan value is 96.77%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(97,13,0,88)
C97M13Y0K88 
(97%,13%,0%,88%)
(0.97/0.13/0.00/0.88)	

CMYK percentages

%96.77
%12.9
%0
%87.84

Codes

Color #011B1F in popluar color models

011B1F
RGB12731
HSL188°93.75%6.27%
HSB/HSV188°96.77%12.16%
CMYK96.77%12.90%0.00%
87.84%

Color #011B1F in popluar number systems.

HEX011B1F
Decimal12731
Binary11101111111
Octal13337

Shades and tints

Shades of #011B1F

#011B1F
(1,27,31)
#01191D
(1,25,29)
#01171B
(1,23,27)
#011519
(1,21,25)
#011317
(1,19,23)
#011115
(1,17,21)
#010F13
(1,15,19)
#010D11
(1,13,17)
#010B0F
(1,11,15)
#01090D
(1,9,13)
#01070B
(1,7,11)
#000000
(0,0,0)

Tints of #011B1F

#011B1F
(1,27,31)
#182F33
(24,47,51)
#2F4347
(47,67,71)
#46575B
(70,87,91)
#5D6B6F
(93,107,111)
#747F83
(116,127,131)
#8B9397
(139,147,151)
#A2A7AB
(162,167,171)
#B9BBBF
(185,187,191)
#D0CFD3
(208,207,211)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011B1F; }

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

This text font color is #011B1F.


Background Color

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

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

This div background color is #011B1F.


Border color

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

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

This div border color is #011B1F.


Opacity

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

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

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

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

This text has shadow with #011B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011B1F on black background.


Color preview on white background

This text has color #011B1F on white background.



Black color preview on #011B1F background

This text has black color on #011B1F background.


White color preview on #011B1F background

This text has white color on #011B1F background.