COLOR #121909

HEX: #121909 RGB: (18,25,9)

Color info

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

RGB color model

#121909 color RGB value is (18,25,9).

RGB: (18,25,9) (7%, 10%, 4%)

RGB channels and saturation

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

18
25
9

R + G + B ~ 7%. #121909 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 25 + 9 = 52 (100%)
R 18 of 52 ~ 34.62%
G 25 of 52 ~ 48.08%
B 9 of 52 ~ 17.31'%

%34.62
%48.08
%17.31

CMYK color model

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

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 64.00%
  • key color value is 90.20%

CMYK: (28,0,64,90)
C28M0Y64K90 (28%, 0%, 64%, 90%)
(0.28 / 0.00 / 0.64 / 0.90)

CMYK percentages

%28
%0
%64
%90.2

Codes

Color #121909 in popluar color models

12 19 09
RGB 18 25 9
HSL 86° 47.06% 6.67%
HSB/HSV 86° 64.00% 9.80%
CMYK 28.00% 0.00% 64.00%
90.20%

Color #121909 in popluar number systems.

HEX 12 19 09
Decimal 18 25 9
Binary 10010 11001 1001
Octal 22 31 11

Shades and tints

Shades of #121909

#121909
(18,25,9)
#111709
(17,23,9)
#101509
(16,21,9)
#0F1309
(15,19,9)
#0E1109
(14,17,9)
#0D0F09
(13,15,9)
#0C0D09
(12,13,9)
#0B0B09
(11,11,9)
#0A0909
(10,9,9)
#090709
(9,7,9)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #121909

#121909
(18,25,9)
#272D1F
(39,45,31)
#3C4135
(60,65,53)
#51554B
(81,85,75)
#666961
(102,105,97)
#7B7D77
(123,125,119)
#90918D
(144,145,141)
#A5A5A3
(165,165,163)
#BAB9B9
(186,185,185)
#CFCDCF
(207,205,207)
#E4E1E5
(228,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121909; }

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

This text font color is #121909.

Background Color

.myBgColor { background-color: #121909; }

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

This div background color is #121909.

Border color

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

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

This div border color is #121909.

Opacity

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

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

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

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

This text has shadow with #121909 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121909.

Preview

Color preview on black background

This text has color #121909 on black background.


Color preview on white background

This text has color #121909 on white background.


Black color preview on #121909 background

This text has black color on #121909 background.


White color preview on #121909 background

This text has white color on #121909 background.


Related colors

Complementary color

Complementary color for #hex is #EDE6F6.


I love getcolorcode.com

Triadic colors

1 #091219 and #190912 with #121909 are triadic colors.

2 #091912 and #191209 with #121909 are triadic colors.