COLOR #121019

HEX: #121019
RGB: (18,16,25)

Color info

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

RGB color model

#121019 color RGB value is (18,16,25).

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

RGB channels and saturation

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

18
16
25

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

Portions of RGB colors in percentages

R + G + B =
18 + 16 + 25 = 59 (100%)
R 18 of 59 ~ 30.51%
G 16 of 59 ~ 27.12%
B 25 of 59 ~ 42.37%

%30.51
%27.12
%42.37

CMYK color model

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

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

CMYK percentages

%28
%36
%0
%90.2

Codes

Color #121019 in popluar color models

121019
RGB181625
HSL253°21.95%8.04%
HSB/HSV253°36.00%9.80%
CMYK28.00%36.00%0.00%
90.20%

Color #121019 in popluar number systems.

HEX121019
Decimal181625
Binary100101000011001
Octal222031

Shades and tints

Shades of #121019

#121019
(18,16,25)
#110F17
(17,15,23)
#100E15
(16,14,21)
#0F0D13
(15,13,19)
#0E0C11
(14,12,17)
#0D0B0F
(13,11,15)
#0C0A0D
(12,10,13)
#0B090B
(11,9,11)
#0A0809
(10,8,9)
#090707
(9,7,7)
#080605
(8,6,5)
#000000
(0,0,0)

Tints of #121019

#121019
(18,16,25)
#27252D
(39,37,45)
#3C3A41
(60,58,65)
#514F55
(81,79,85)
#666469
(102,100,105)
#7B797D
(123,121,125)
#908E91
(144,142,145)
#A5A3A5
(165,163,165)
#BAB8B9
(186,184,185)
#CFCDCD
(207,205,205)
#E4E2E1
(228,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121019; }

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

This text font color is #121019.


Background Color

.myBgColor { background-color: #121019; }

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

This div background color is #121019.


Border color

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

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

This div border color is #121019.


Opacity

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

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

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

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

This text has shadow with #121019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121019 on black background.


Color preview on white background

This text has color #121019 on white background.



Black color preview on #121019 background

This text has black color on #121019 background.


White color preview on #121019 background

This text has white color on #121019 background.