COLOR #001B1B

HEX: #001B1B
RGB: (0,27,27)

Color info

#001B1B contains only green and blue colors. Web safe color of #001B1B is #003333 (or #033).

RGB color model

#001B1B color RGB value is (0,27,27).

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

RGB channels and saturation

R 0 of 255 = 0%
G 27 of 255 = 11%
B 27 of 255 = 11%

0
27
27

R + G + B ~ 7%. #001B1B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 27 = 54 (100%)
R 0 of 54 ~ 0%
G 27 of 54 ~ 50%
B 27 of 54 ~ 50%

%50
%50

CMYK color model

#001B1B color CMYK value is (100,0,0,89).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(100,0,0,89)
C100M0Y0K89 
(100%,0%,0%,89%)
(1.00/0.00/0.00/0.89)	

CMYK percentages

%100
%0
%0
%89.41

Codes

Color #001B1B in popluar color models

001B1B
RGB02727
HSL180°100.00%5.29%
HSB/HSV180°100.00%10.59%
CMYK100.00%0.00%0.00%
89.41%

Color #001B1B in popluar number systems.

HEX001B1B
Decimal02727
Binary01101111011
Octal03333

Shades and tints

Shades of #001B1B

#001B1B
(0,27,27)
#001919
(0,25,25)
#001717
(0,23,23)
#001515
(0,21,21)
#001313
(0,19,19)
#001111
(0,17,17)
#000F0F
(0,15,15)
#000D0D
(0,13,13)
#000B0B
(0,11,11)
#000909
(0,9,9)
#000707
(0,7,7)
#000000
(0,0,0)

Tints of #001B1B

#001B1B
(0,27,27)
#172F2F
(23,47,47)
#2E4343
(46,67,67)
#455757
(69,87,87)
#5C6B6B
(92,107,107)
#737F7F
(115,127,127)
#8A9393
(138,147,147)
#A1A7A7
(161,167,167)
#B8BBBB
(184,187,187)
#CFCFCF
(207,207,207)
#E6E3E3
(230,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001B1B color. Also use rgb(0,27,27) instead hex code.

Text Font Color

.myTextColor { color: #001B1B; }

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

This text font color is #001B1B.


Background Color

.myBgColor { background-color: #001B1B; }

<div style="background-color:#001B1B">Inner text</div>

This div background color is #001B1B.


Border color

.myBorderColor { border: 1px solid #001B1B; }

<div style="border:3px solid #001B1B">Div</div>

This div border color is #001B1B.


Opacity

.myOpacity80 { color: #001B1B; opacity: 0.8; }

<p style="color:#001B1B;opacity:0.8;">80%</p>

Text with #001B1B 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 #001B1B;}

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

This text has shadow with #001B1B color.

.textShadow {text-shadow: 3px 3px 1px #001B1B, 3px 3px 1px red;}

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

This text has shadow with #001B1B primary color and red secondary color.


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

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

This text has shadow with #001B1B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B1B on black background.


Color preview on white background

This text has color #001B1B on white background.



Black color preview on #001B1B background

This text has black color on #001B1B background.


White color preview on #001B1B background

This text has white color on #001B1B background.