COLOR #17121D

HEX: #17121D
RGB: (23,18,29)

Color info

#17121D contains red, green and blue colors in about the same proportion. Web safe color of #17121D is #000033 (or #003).

RGB color model

#17121D color RGB value is (23,18,29).

  • red value is 23;
  • green value is 18;
  • blue value is 29.
RGB:
(23,18,29)
(9%,7%,11%)

RGB channels and saturation

R 23 of 255 = 9%
G 18 of 255 = 7%
B 29 of 255 = 11%

23
18
29

R + G + B ~ 9%. #17121D is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 18 + 29 = 70 (100%)
R 23 of 70 ~ 32.86%
G 18 of 70 ~ 25.71%
B 29 of 70 ~ 41.43%

%32.86
%25.71
%41.43

CMYK color model

#17121D color CMYK value is (21,38,0,89).

  • cyan value is 20.69%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(21,38,0,89)
C21M38Y0K89 
(21%,38%,0%,89%)
(0.21/0.38/0.00/0.89)	

CMYK percentages

%20.69
%37.93
%0
%88.63

Codes

Color #17121D in popluar color models

17121D
RGB231829
HSL267°23.40%9.22%
HSB/HSV267°37.93%11.37%
CMYK20.69%37.93%0.00%
88.63%

Color #17121D in popluar number systems.

HEX17121D
Decimal231829
Binary101111001011101
Octal272235

Shades and tints

Shades of #17121D

#17121D
(23,18,29)
#15111B
(21,17,27)
#131019
(19,16,25)
#110F17
(17,15,23)
#0F0E15
(15,14,21)
#0D0D13
(13,13,19)
#0B0C11
(11,12,17)
#090B0F
(9,11,15)
#070A0D
(7,10,13)
#05090B
(5,9,11)
#030809
(3,8,9)
#000000
(0,0,0)

Tints of #17121D

#17121D
(23,18,29)
#2C2731
(44,39,49)
#413C45
(65,60,69)
#565159
(86,81,89)
#6B666D
(107,102,109)
#807B81
(128,123,129)
#959095
(149,144,149)
#AAA5A9
(170,165,169)
#BFBABD
(191,186,189)
#D4CFD1
(212,207,209)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17121D color. Also use rgb(23,18,29) instead hex code.

Text Font Color

.myTextColor { color: #17121D; }

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

This text font color is #17121D.


Background Color

.myBgColor { background-color: #17121D; }

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

This div background color is #17121D.


Border color

.myBorderColor { border: 1px solid #17121D; }

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

This div border color is #17121D.


Opacity

.myOpacity80 { color: #17121D; opacity: 0.8; }

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

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

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

This text has shadow with #17121D color.

.textShadow {text-shadow: 3px 3px 1px #17121D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17121D on black background.


Color preview on white background

This text has color #17121D on white background.



Black color preview on #17121D background

This text has black color on #17121D background.


White color preview on #17121D background

This text has white color on #17121D background.