COLOR #192121

HEX: #192121
RGB: (25,33,33)

Color info

#192121 contains red, green and blue colors in about the same proportion. Web safe color of #192121 is #003333 (or #033).

RGB color model

#192121 color RGB value is (25,33,33).

  • red value is 25;
  • green value is 33;
  • blue value is 33.
RGB:
(25,33,33)
(10%,13%,13%)

RGB channels and saturation

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

25
33
33

R + G + B ~ 12%. #192121 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 33 + 33 = 91 (100%)
R 25 of 91 ~ 27.47%
G 33 of 91 ~ 36.26%
B 33 of 91 ~ 36.26%

%27.47
%36.26
%36.26

CMYK color model

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

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(24,0,0,87)
C24M0Y0K87 
(24%,0%,0%,87%)
(0.24/0.00/0.00/0.87)	

CMYK percentages

%24.24
%0
%0
%87.06

Codes

Color #192121 in popluar color models

192121
RGB253333
HSL180°13.79%11.37%
HSB/HSV180°24.24%12.94%
CMYK24.24%0.00%0.00%
87.06%

Color #192121 in popluar number systems.

HEX192121
Decimal253333
Binary11001100001100001
Octal314141

Shades and tints

Shades of #192121

#192121
(25,33,33)
#171E1E
(23,30,30)
#151B1B
(21,27,27)
#131818
(19,24,24)
#111515
(17,21,21)
#0F1212
(15,18,18)
#0D0F0F
(13,15,15)
#0B0C0C
(11,12,12)
#090909
(9,9,9)
#070606
(7,6,6)
#050303
(5,3,3)
#000000
(0,0,0)

Tints of #192121

#192121
(25,33,33)
#2D3535
(45,53,53)
#414949
(65,73,73)
#555D5D
(85,93,93)
#697171
(105,113,113)
#7D8585
(125,133,133)
#919999
(145,153,153)
#A5ADAD
(165,173,173)
#B9C1C1
(185,193,193)
#CDD5D5
(205,213,213)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #192121; }

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

This text font color is #192121.


Background Color

.myBgColor { background-color: #192121; }

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

This div background color is #192121.


Border color

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

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

This div border color is #192121.


Opacity

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

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

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

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

This text has shadow with #192121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #192121 on black background.


Color preview on white background

This text has color #192121 on white background.



Black color preview on #192121 background

This text has black color on #192121 background.


White color preview on #192121 background

This text has white color on #192121 background.