COLOR #121319

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
19
25

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

Portions of RGB colors in percentages

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

%29.03
%30.65
%40.32

CMYK color model

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

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

CMYK percentages

%28
%24
%0
%90.2

Codes

Color #121319 in popluar color models

121319
RGB181925
HSL231°16.28%8.43%
HSB/HSV231°28.00%9.80%
CMYK28.00%24.00%0.00%
90.20%

Color #121319 in popluar number systems.

HEX121319
Decimal181925
Binary100101001111001
Octal222331

Shades and tints

Shades of #121319

#121319
(18,19,25)
#111217
(17,18,23)
#101115
(16,17,21)
#0F1013
(15,16,19)
#0E0F11
(14,15,17)
#0D0E0F
(13,14,15)
#0C0D0D
(12,13,13)
#0B0C0B
(11,12,11)
#0A0B09
(10,11,9)
#090A07
(9,10,7)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #121319

#121319
(18,19,25)
#27282D
(39,40,45)
#3C3D41
(60,61,65)
#515255
(81,82,85)
#666769
(102,103,105)
#7B7C7D
(123,124,125)
#909191
(144,145,145)
#A5A6A5
(165,166,165)
#BABBB9
(186,187,185)
#CFD0CD
(207,208,205)
#E4E5E1
(228,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121319; }

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

This text font color is #121319.


Background Color

.myBgColor { background-color: #121319; }

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

This div background color is #121319.


Border color

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

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

This div border color is #121319.


Opacity

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

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

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

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

This text has shadow with #121319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121319 on black background.


Color preview on white background

This text has color #121319 on white background.



Black color preview on #121319 background

This text has black color on #121319 background.


White color preview on #121319 background

This text has white color on #121319 background.