COLOR #19211C

HEX: #19211C
RGB: (25,33,28)

Color info

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

RGB color model

#19211C color RGB value is (25,33,28).

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

RGB channels and saturation

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

25
33
28

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

Portions of RGB colors in percentages

R + G + B =
25 + 33 + 28 = 86 (100%)
R 25 of 86 ~ 29.07%
G 33 of 86 ~ 38.37%
B 28 of 86 ~ 32.56%

%29.07
%38.37
%32.56

CMYK color model

#19211C color CMYK value is (24,0,15,87).

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

CMYK percentages

%24.24
%0
%15.15
%87.06

Codes

Color #19211C in popluar color models

19211C
RGB253328
HSL143°13.79%11.37%
HSB/HSV143°24.24%12.94%
CMYK24.24%0.00%15.15%
87.06%

Color #19211C in popluar number systems.

HEX19211C
Decimal253328
Binary1100110000111100
Octal314134

Shades and tints

Shades of #19211C

#19211C
(25,33,28)
#171E1A
(23,30,26)
#151B18
(21,27,24)
#131816
(19,24,22)
#111514
(17,21,20)
#0F1212
(15,18,18)
#0D0F10
(13,15,16)
#0B0C0E
(11,12,14)
#09090C
(9,9,12)
#07060A
(7,6,10)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #19211C

#19211C
(25,33,28)
#2D3530
(45,53,48)
#414944
(65,73,68)
#555D58
(85,93,88)
#69716C
(105,113,108)
#7D8580
(125,133,128)
#919994
(145,153,148)
#A5ADA8
(165,173,168)
#B9C1BC
(185,193,188)
#CDD5D0
(205,213,208)
#E1E9E4
(225,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19211C; }

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

This text font color is #19211C.


Background Color

.myBgColor { background-color: #19211C; }

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

This div background color is #19211C.


Border color

.myBorderColor { border: 1px solid #19211C; }

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

This div border color is #19211C.


Opacity

.myOpacity80 { color: #19211C; opacity: 0.8; }

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

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

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

This text has shadow with #19211C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19211C on black background.


Color preview on white background

This text has color #19211C on white background.



Black color preview on #19211C background

This text has black color on #19211C background.


White color preview on #19211C background

This text has white color on #19211C background.