COLOR #192013

HEX: #192013 RGB: (25,32,19)

Color info

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

RGB color model

#192013 color RGB value is (25,32,19).

RGB: (25,32,19) (10%, 13%, 7%)

RGB channels and saturation

R 25 of 255 = 10%
G 32 of 255 = 13%
B 19 of 255 = 7%

25
32
19

R + G + B ~ 10%. #192013 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 32 + 19 = 76 (100%)
R 25 of 76 ~ 32.89%
G 32 of 76 ~ 42.11%
B 19 of 76 ~ 25'%

%32.89
%42.11
%25

CMYK color model

#192013 color CMYK value is (22,0,41,87).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 87.45%

CMYK: (22,0,41,87)
C22M0Y41K87 (22%, 0%, 41%, 87%)
(0.22 / 0.00 / 0.41 / 0.87)

CMYK percentages

%21.88
%0
%40.63
%87.45

Codes

Color #192013 in popluar color models

19 20 13
RGB 25 32 19
HSL 92° 25.49% 10.00%
HSB/HSV 92° 40.63% 12.55%
CMYK 21.88% 0.00% 40.63%
87.45%

Color #192013 in popluar number systems.

HEX 19 20 13
Decimal 25 32 19
Binary 11001 100000 10011
Octal 31 40 23

Shades and tints

Shades of #192013

#192013
(25,32,19)
#171E12
(23,30,18)
#151C11
(21,28,17)
#131A10
(19,26,16)
#11180F
(17,24,15)
#0F160E
(15,22,14)
#0D140D
(13,20,13)
#0B120C
(11,18,12)
#09100B
(9,16,11)
#070E0A
(7,14,10)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #192013

#192013
(25,32,19)
#2D3428
(45,52,40)
#41483D
(65,72,61)
#555C52
(85,92,82)
#697067
(105,112,103)
#7D847C
(125,132,124)
#919891
(145,152,145)
#A5ACA6
(165,172,166)
#B9C0BB
(185,192,187)
#CDD4D0
(205,212,208)
#E1E8E5
(225,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #192013; }

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

This text font color is #192013.

Background Color

.myBgColor { background-color: #192013; }

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

This div background color is #192013.

Border color

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

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

This div border color is #192013.

Opacity

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

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

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

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

This text has shadow with #192013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #192013.

Preview

Color preview on black background

This text has color #192013 on black background.


Color preview on white background

This text has color #192013 on white background.


Black color preview on #192013 background

This text has black color on #192013 background.


White color preview on #192013 background

This text has white color on #192013 background.


Related colors

Complementary color

Complementary color for #hex is #E6DFEC.


I love getcolorcode.com

Triadic colors

1 #131920 and #201319 with #192013 are triadic colors.

2 #132019 and #201913 with #192013 are triadic colors.