COLOR #191213

HEX: #191213
RGB: (25,18,19)

Color info

#191213 contains red, green and blue colors in about the same proportion. Web safe color of #191213 is #000000 (or #000).

RGB color model

#191213 color RGB value is (25,18,19).

  • red value is 25;
  • green value is 18;
  • blue value is 19.
RGB:
(25,18,19)
(10%,7%,7%)

RGB channels and saturation

R 25 of 255 = 10%
G 18 of 255 = 7%
B 19 of 255 = 7%

25
18
19

R + G + B ~ 8%. #191213 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 18 + 19 = 62 (100%)
R 25 of 62 ~ 40.32%
G 18 of 62 ~ 29.03%
B 19 of 62 ~ 30.65%

%40.32
%29.03
%30.65

CMYK color model

#191213 color CMYK value is (0,28,24,90).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 24.00%
  • key color value is 90.20%
CMYK:
(0,28,24,90)
C0M28Y24K90 
(0%,28%,24%,90%)
(0.00/0.28/0.24/0.90)	

CMYK percentages

%0
%28
%24
%90.2

Codes

Color #191213 in popluar color models

191213
RGB251819
HSL351°16.28%8.43%
HSB/HSV351°28.00%9.80%
CMYK0.00%28.00%24.00%
90.20%

Color #191213 in popluar number systems.

HEX191213
Decimal251819
Binary110011001010011
Octal312223

Shades and tints

Shades of #191213

#191213
(25,18,19)
#171112
(23,17,18)
#151011
(21,16,17)
#130F10
(19,15,16)
#110E0F
(17,14,15)
#0F0D0E
(15,13,14)
#0D0C0D
(13,12,13)
#0B0B0C
(11,11,12)
#090A0B
(9,10,11)
#07090A
(7,9,10)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #191213

#191213
(25,18,19)
#2D2728
(45,39,40)
#413C3D
(65,60,61)
#555152
(85,81,82)
#696667
(105,102,103)
#7D7B7C
(125,123,124)
#919091
(145,144,145)
#A5A5A6
(165,165,166)
#B9BABB
(185,186,187)
#CDCFD0
(205,207,208)
#E1E4E5
(225,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191213; }

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

This text font color is #191213.


Background Color

.myBgColor { background-color: #191213; }

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

This div background color is #191213.


Border color

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

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

This div border color is #191213.


Opacity

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

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

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

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

This text has shadow with #191213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191213 on black background.


Color preview on white background

This text has color #191213 on white background.



Black color preview on #191213 background

This text has black color on #191213 background.


White color preview on #191213 background

This text has white color on #191213 background.