COLOR #001111

HEX: #001111 RGB: (0,17,17)

Color info

#001111 contains only green and blue colors. Web safe color of #001111 is #000000 (or #000).

RGB color model

#001111 color RGB value is (0,17,17).

RGB: (0,17,17) (0%, 7%, 7%)

RGB channels and saturation

R 0 of 255 = 0%
G 17 of 255 = 7%
B 17 of 255 = 7%

0
17
17

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

Portions of RGB colors in percentages

R + G + B = 0 + 17 + 17 = 34 (100%)
R 0 of 34 ~ 0%
G 17 of 34 ~ 50%
B 17 of 34 ~ 50'%

%50
%50

CMYK color model

#001111 color CMYK value is (100,0,0,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 93.33%

CMYK: (100,0,0,93)
C100M0Y0K93 (100%, 0%, 0%, 93%)
(1.00 / 0.00 / 0.00 / 0.93)

CMYK percentages

%100
%0
%0
%93.33

Codes

Color #001111 in popluar color models

00 11 11
RGB 0 17 17
HSL 180° 100.00% 3.33%
HSB/HSV 180° 100.00% 6.67%
CMYK 100.00% 0.00% 0.00%
93.33%

Color #001111 in popluar number systems.

HEX 00 11 11
Decimal 0 17 17
Binary 0 10001 10001
Octal 0 21 21

Shades and tints

Shades of #001111

#001111
(0,17,17)
#001010
(0,16,16)
#000F0F
(0,15,15)
#000E0E
(0,14,14)
#000D0D
(0,13,13)
#000C0C
(0,12,12)
#000B0B
(0,11,11)
#000A0A
(0,10,10)
#000909
(0,9,9)
#000808
(0,8,8)
#000707
(0,7,7)
#000000
(0,0,0)

Tints of #001111

#001111
(0,17,17)
#172626
(23,38,38)
#2E3B3B
(46,59,59)
#455050
(69,80,80)
#5C6565
(92,101,101)
#737A7A
(115,122,122)
#8A8F8F
(138,143,143)
#A1A4A4
(161,164,164)
#B8B9B9
(184,185,185)
#CFCECE
(207,206,206)
#E6E3E3
(230,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001111; }

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

This text font color is #001111.

Background Color

.myBgColor { background-color: #001111; }

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

This div background color is #001111.

Border color

.myBorderColor { border: 1px solid #001111; }

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

This div border color is #001111.

Opacity

.myOpacity80 { color: #001111; opacity: 0.8; }

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

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

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

This text has shadow with #001111 color.


.textShadow {text-shadow: 3px 3px 1px #001111', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #001111; -webkit-box-shadow: 1px 1px 3px 2px #001111; box-shadow:1px 1px 3px 2px #001111;">
Div content here
</div>

This div box has shadow with color #001111.

Preview

Color preview on black background

This text has color #001111 on black background.


Color preview on white background

This text has color #001111 on white background.


Black color preview on #001111 background

This text has black color on #001111 background.


White color preview on #001111 background

This text has white color on #001111 background.


Related colors

Complementary color

Complementary color for #hex is #FFEEEE.


I love getcolorcode.com