COLOR #121919

HEX: #121919
RGB: (18,25,25)

Color info

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

RGB color model

#121919 color RGB value is (18,25,25).

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

RGB channels and saturation

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

18
25
25

R + G + B ~ 9%. #121919 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 25 + 25 = 68 (100%)
R 18 of 68 ~ 26.47%
G 25 of 68 ~ 36.76%
B 25 of 68 ~ 36.76%

%26.47
%36.76
%36.76

CMYK color model

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

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

CMYK percentages

%28
%0
%0
%90.2

Codes

Color #121919 in popluar color models

121919
RGB182525
HSL180°16.28%8.43%
HSB/HSV180°28.00%9.80%
CMYK28.00%0.00%0.00%
90.20%

Color #121919 in popluar number systems.

HEX121919
Decimal182525
Binary100101100111001
Octal223131

Shades and tints

Shades of #121919

#121919
(18,25,25)
#111717
(17,23,23)
#101515
(16,21,21)
#0F1313
(15,19,19)
#0E1111
(14,17,17)
#0D0F0F
(13,15,15)
#0C0D0D
(12,13,13)
#0B0B0B
(11,11,11)
#0A0909
(10,9,9)
#090707
(9,7,7)
#080505
(8,5,5)
#000000
(0,0,0)

Tints of #121919

#121919
(18,25,25)
#272D2D
(39,45,45)
#3C4141
(60,65,65)
#515555
(81,85,85)
#666969
(102,105,105)
#7B7D7D
(123,125,125)
#909191
(144,145,145)
#A5A5A5
(165,165,165)
#BAB9B9
(186,185,185)
#CFCDCD
(207,205,205)
#E4E1E1
(228,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121919; }

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

This text font color is #121919.


Background Color

.myBgColor { background-color: #121919; }

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

This div background color is #121919.


Border color

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

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

This div border color is #121919.


Opacity

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

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

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

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

This text has shadow with #121919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121919 on black background.


Color preview on white background

This text has color #121919 on white background.



Black color preview on #121919 background

This text has black color on #121919 background.


White color preview on #121919 background

This text has white color on #121919 background.