COLOR #191721

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

25
23
33

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

Portions of RGB colors in percentages

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

%30.86
%28.4
%40.74

CMYK color model

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

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

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

CMYK percentages

%24.24
%30.3
%0
%87.06

Codes

Color #191721 in popluar color models

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

Color #191721 in popluar number systems.

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

Shades and tints

Shades of #191721

#191721
(25,23,33)
#17151E
(23,21,30)
#15131B
(21,19,27)
#131118
(19,17,24)
#110F15
(17,15,21)
#0F0D12
(15,13,18)
#0D0B0F
(13,11,15)
#0B090C
(11,9,12)
#090709
(9,7,9)
#070506
(7,5,6)
#050303
(5,3,3)
#000000
(0,0,0)

Tints of #191721

#191721
(25,23,33)
#2D2C35
(45,44,53)
#414149
(65,65,73)
#55565D
(85,86,93)
#696B71
(105,107,113)
#7D8085
(125,128,133)
#919599
(145,149,153)
#A5AAAD
(165,170,173)
#B9BFC1
(185,191,193)
#CDD4D5
(205,212,213)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191721; }

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

This text font color is #191721.

Background Color

.myBgColor { background-color: #191721; }

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

This div background color is #191721.

Border color

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

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

This div border color is #191721.

Opacity

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

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

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

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

This text has shadow with #191721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #191721.

Preview

Color preview on black background

This text has color #191721 on black background.


Color preview on white background

This text has color #191721 on white background.


Black color preview on #191721 background

This text has black color on #191721 background.


White color preview on #191721 background

This text has white color on #191721 background.


Related colors

Complementary color

Complementary color for #hex is #E6E8DE.


I love getcolorcode.com

Triadic colors

1 #211917 and #172119 with #191721 are triadic colors.

2 #211719 and #171921 with #191721 are triadic colors.