COLOR #011511

HEX: #011511 RGB: (1,21,17)

Color info

#011511 contains red, green and blue colors in about the same proportion. Web safe color of #011511 is #000000 (or #000).

RGB color model

#011511 color RGB value is (1,21,17).

RGB: (1,21,17) (0%, 8%, 7%)

RGB channels and saturation

R 1 of 255 = 0%
G 21 of 255 = 8%
B 17 of 255 = 7%

1
21
17

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

Portions of RGB colors in percentages

R + G + B = 1 + 21 + 17 = 39 (100%)
R 1 of 39 ~ 2.56%
G 21 of 39 ~ 53.85%
B 17 of 39 ~ 43.59'%

%53.85
%43.59

CMYK color model

#011511 color CMYK value is (95,0,19,92).

  • cyan value is 95.24%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 91.76%

CMYK: (95,0,19,92)
C95M0Y19K92 (95%, 0%, 19%, 92%)
(0.95 / 0.00 / 0.19 / 0.92)

CMYK percentages

%95.24
%0
%19.05
%91.76

Codes

Color #011511 in popluar color models

01 15 11
RGB 1 21 17
HSL 168° 90.91% 4.31%
HSB/HSV 168° 95.24% 8.24%
CMYK 95.24% 0.00% 19.05%
91.76%

Color #011511 in popluar number systems.

HEX 01 15 11
Decimal 1 21 17
Binary 1 10101 10001
Octal 1 25 21

Shades and tints

Shades of #011511

#011511
(1,21,17)
#011410
(1,20,16)
#01130F
(1,19,15)
#01120E
(1,18,14)
#01110D
(1,17,13)
#01100C
(1,16,12)
#010F0B
(1,15,11)
#010E0A
(1,14,10)
#010D09
(1,13,9)
#010C08
(1,12,8)
#010B07
(1,11,7)
#000000
(0,0,0)

Tints of #011511

#011511
(1,21,17)
#182A26
(24,42,38)
#2F3F3B
(47,63,59)
#465450
(70,84,80)
#5D6965
(93,105,101)
#747E7A
(116,126,122)
#8B938F
(139,147,143)
#A2A8A4
(162,168,164)
#B9BDB9
(185,189,185)
#D0D2CE
(208,210,206)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011511; }

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

This text font color is #011511.

Background Color

.myBgColor { background-color: #011511; }

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

This div background color is #011511.

Border color

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

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

This div border color is #011511.

Opacity

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

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

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

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

This text has shadow with #011511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011511.

Preview

Color preview on black background

This text has color #011511 on black background.


Color preview on white background

This text has color #011511 on white background.


Black color preview on #011511 background

This text has black color on #011511 background.


White color preview on #011511 background

This text has white color on #011511 background.


Related colors

Complementary color

Complementary color for #hex is #FEEAEE.


I love getcolorcode.com

Triadic colors

1 #110115 and #151101 with #011511 are triadic colors.

2 #111501 and #150111 with #011511 are triadic colors.