COLOR #171B01

HEX: #171B01
RGB: (23,27,1)

Color info

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

RGB color model

#171B01 color RGB value is (23,27,1).

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

RGB channels and saturation

R 23 of 255 = 9%
G 27 of 255 = 11%
B 1 of 255 = 0%

23
27
1

R + G + B ~ 7%. #171B01 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 27 + 1 = 51 (100%)
R 23 of 51 ~ 45.1%
G 27 of 51 ~ 52.94%
B 1 of 51 ~ 1.96%

%45.1
%52.94

CMYK color model

#171B01 color CMYK value is (15,0,96,89).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 96.30%
  • key color value is 89.41%
CMYK:
(15,0,96,89)
C15M0Y96K89 
(15%,0%,96%,89%)
(0.15/0.00/0.96/0.89)	

CMYK percentages

%14.81
%0
%96.3
%89.41

Codes

Color #171B01 in popluar color models

171B01
RGB23271
HSL69°92.86%5.49%
HSB/HSV69°96.30%10.59%
CMYK14.81%0.00%96.30%
89.41%

Color #171B01 in popluar number systems.

HEX171B01
Decimal23271
Binary10111110111
Octal27331

Shades and tints

Shades of #171B01

#171B01
(23,27,1)
#151901
(21,25,1)
#131701
(19,23,1)
#111501
(17,21,1)
#0F1301
(15,19,1)
#0D1101
(13,17,1)
#0B0F01
(11,15,1)
#090D01
(9,13,1)
#070B01
(7,11,1)
#050901
(5,9,1)
#030701
(3,7,1)
#000000
(0,0,0)

Tints of #171B01

#171B01
(23,27,1)
#2C2F18
(44,47,24)
#41432F
(65,67,47)
#565746
(86,87,70)
#6B6B5D
(107,107,93)
#807F74
(128,127,116)
#95938B
(149,147,139)
#AAA7A2
(170,167,162)
#BFBBB9
(191,187,185)
#D4CFD0
(212,207,208)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171B01 color. Also use rgb(23,27,1) instead hex code.

Text Font Color

.myTextColor { color: #171B01; }

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

This text font color is #171B01.


Background Color

.myBgColor { background-color: #171B01; }

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

This div background color is #171B01.


Border color

.myBorderColor { border: 1px solid #171B01; }

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

This div border color is #171B01.


Opacity

.myOpacity80 { color: #171B01; opacity: 0.8; }

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

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

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

This text has shadow with #171B01 color.

.textShadow {text-shadow: 3px 3px 1px #171B01, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171B01 on black background.


Color preview on white background

This text has color #171B01 on white background.



Black color preview on #171B01 background

This text has black color on #171B01 background.


White color preview on #171B01 background

This text has white color on #171B01 background.