COLOR #17000B

HEX: #17000B
RGB: (23,0,11)

Color info

#17000B contains only red and blue colors. Web safe color of #17000B is #000000 (or #000).

RGB color model

#17000B color RGB value is (23,0,11).

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

RGB channels and saturation

R 23 of 255 = 9%
G 0 of 255 = 0%
B 11 of 255 = 4%

23
0
11

R + G + B ~ 4%. #17000B is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 0 + 11 = 34 (100%)
R 23 of 34 ~ 67.65%
G 0 of 34 ~ 0%
B 11 of 34 ~ 32.35%

%67.65
%32.35

CMYK color model

#17000B color CMYK value is (0,100,52,91).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 52.17%
  • key color value is 90.98%
CMYK:
(0,100,52,91)
C0M100Y52K91 
(0%,100%,52%,91%)
(0.00/1.00/0.52/0.91)	

CMYK percentages

%0
%100
%52.17
%90.98

Codes

Color #17000B in popluar color models

17000B
RGB23011
HSL331°100.00%4.51%
HSB/HSV331°100.00%9.02%
CMYK0.00%100.00%52.17%
90.98%

Color #17000B in popluar number systems.

HEX17000B
Decimal23011
Binary1011101011
Octal27013

Shades and tints

Shades of #17000B

#17000B
(23,0,11)
#15000A
(21,0,10)
#130009
(19,0,9)
#110008
(17,0,8)
#0F0007
(15,0,7)
#0D0006
(13,0,6)
#0B0005
(11,0,5)
#090004
(9,0,4)
#070003
(7,0,3)
#050002
(5,0,2)
#030001
(3,0,1)
#000000
(0,0,0)

Tints of #17000B

#17000B
(23,0,11)
#2C1721
(44,23,33)
#412E37
(65,46,55)
#56454D
(86,69,77)
#6B5C63
(107,92,99)
#807379
(128,115,121)
#958A8F
(149,138,143)
#AAA1A5
(170,161,165)
#BFB8BB
(191,184,187)
#D4CFD1
(212,207,209)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17000B color. Also use rgb(23,0,11) instead hex code.

Text Font Color

.myTextColor { color: #17000B; }

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

This text font color is #17000B.


Background Color

.myBgColor { background-color: #17000B; }

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

This div background color is #17000B.


Border color

.myBorderColor { border: 1px solid #17000B; }

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

This div border color is #17000B.


Opacity

.myOpacity80 { color: #17000B; opacity: 0.8; }

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

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

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

This text has shadow with #17000B color.

.textShadow {text-shadow: 3px 3px 1px #17000B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17000B on black background.


Color preview on white background

This text has color #17000B on white background.



Black color preview on #17000B background

This text has black color on #17000B background.


White color preview on #17000B background

This text has white color on #17000B background.