COLOR #192117

HEX: #192117 RGB: (25,33,23)

Color info

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

RGB color model

#192117 color RGB value is (25,33,23).

RGB: (25,33,23) (10%, 13%, 9%)

RGB channels and saturation

R 25 of 255 = 10%
G 33 of 255 = 13%
B 23 of 255 = 9%

25
33
23

R + G + B ~ 11%. #192117 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 33 + 23 = 81 (100%)
R 25 of 81 ~ 30.86%
G 33 of 81 ~ 40.74%
B 23 of 81 ~ 28.4'%

%30.86
%40.74
%28.4

CMYK color model

#192117 color CMYK value is (24,0,30,87).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 87.06%

CMYK: (24,0,30,87)
C24M0Y30K87 (24%, 0%, 30%, 87%)
(0.24 / 0.00 / 0.30 / 0.87)

CMYK percentages

%24.24
%0
%30.3
%87.06

Codes

Color #192117 in popluar color models

19 21 17
RGB 25 33 23
HSL 108° 17.86% 10.98%
HSB/HSV 108° 30.30% 12.94%
CMYK 24.24% 0.00% 30.30%
87.06%

Color #192117 in popluar number systems.

HEX 19 21 17
Decimal 25 33 23
Binary 11001 100001 10111
Octal 31 41 27

Shades and tints

Shades of #192117

#192117
(25,33,23)
#171E15
(23,30,21)
#151B13
(21,27,19)
#131811
(19,24,17)
#11150F
(17,21,15)
#0F120D
(15,18,13)
#0D0F0B
(13,15,11)
#0B0C09
(11,12,9)
#090907
(9,9,7)
#070605
(7,6,5)
#050303
(5,3,3)
#000000
(0,0,0)

Tints of #192117

#192117
(25,33,23)
#2D352C
(45,53,44)
#414941
(65,73,65)
#555D56
(85,93,86)
#69716B
(105,113,107)
#7D8580
(125,133,128)
#919995
(145,153,149)
#A5ADAA
(165,173,170)
#B9C1BF
(185,193,191)
#CDD5D4
(205,213,212)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #192117 color. Also use rgb(25,33,23) instead hex code.

Text Font Color

.myTextColor { color: #192117; }

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

This text font color is #192117.

Background Color

.myBgColor { background-color: #192117; }

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

This div background color is #192117.

Border color

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

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

This div border color is #192117.

Opacity

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

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

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

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

This text has shadow with #192117 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #192117.

Preview

Color preview on black background

This text has color #192117 on black background.


Color preview on white background

This text has color #192117 on white background.


Black color preview on #192117 background

This text has black color on #192117 background.


White color preview on #192117 background

This text has white color on #192117 background.


Related colors

Complementary color

Complementary color for #hex is #E6DEE8.


I love getcolorcode.com

Triadic colors

1 #171921 and #211719 with #192117 are triadic colors.

2 #172119 and #211917 with #192117 are triadic colors.