COLOR #121819

HEX: #121819
RGB: (18,24,25)

Color info

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

RGB color model

#121819 color RGB value is (18,24,25).

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

RGB channels and saturation

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

18
24
25

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

Portions of RGB colors in percentages

R + G + B =
18 + 24 + 25 = 67 (100%)
R 18 of 67 ~ 26.87%
G 24 of 67 ~ 35.82%
B 25 of 67 ~ 37.31%

%26.87
%35.82
%37.31

CMYK color model

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

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

CMYK percentages

%28
%4
%0
%90.2

Codes

Color #121819 in popluar color models

121819
RGB182425
HSL189°16.28%8.43%
HSB/HSV189°28.00%9.80%
CMYK28.00%4.00%0.00%
90.20%

Color #121819 in popluar number systems.

HEX121819
Decimal182425
Binary100101100011001
Octal223031

Shades and tints

Shades of #121819

#121819
(18,24,25)
#111617
(17,22,23)
#101415
(16,20,21)
#0F1213
(15,18,19)
#0E1011
(14,16,17)
#0D0E0F
(13,14,15)
#0C0C0D
(12,12,13)
#0B0A0B
(11,10,11)
#0A0809
(10,8,9)
#090607
(9,6,7)
#080405
(8,4,5)
#000000
(0,0,0)

Tints of #121819

#121819
(18,24,25)
#272D2D
(39,45,45)
#3C4241
(60,66,65)
#515755
(81,87,85)
#666C69
(102,108,105)
#7B817D
(123,129,125)
#909691
(144,150,145)
#A5ABA5
(165,171,165)
#BAC0B9
(186,192,185)
#CFD5CD
(207,213,205)
#E4EAE1
(228,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121819; }

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

This text font color is #121819.


Background Color

.myBgColor { background-color: #121819; }

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

This div background color is #121819.


Border color

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

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

This div border color is #121819.


Opacity

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

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

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

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

This text has shadow with #121819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121819 on black background.


Color preview on white background

This text has color #121819 on white background.



Black color preview on #121819 background

This text has black color on #121819 background.


White color preview on #121819 background

This text has white color on #121819 background.