COLOR #121B14

HEX: #121B14 RGB: (18,27,20)

Color info

#121B14 contains red, green and blue colors in about the same proportion. Web safe color of #121B14 is #003300 (or #030).

RGB color model

#121B14 color RGB value is (18,27,20).

RGB: (18,27,20) (7%, 11%, 8%)

RGB channels and saturation

R 18 of 255 = 7%
G 27 of 255 = 11%
B 20 of 255 = 8%

18
27
20

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

Portions of RGB colors in percentages

R + G + B = 18 + 27 + 20 = 65 (100%)
R 18 of 65 ~ 27.69%
G 27 of 65 ~ 41.54%
B 20 of 65 ~ 30.77'%

%27.69
%41.54
%30.77

CMYK color model

#121B14 color CMYK value is (33,0,26,89).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 89.41%

CMYK: (33,0,26,89)
C33M0Y26K89 (33%, 0%, 26%, 89%)
(0.33 / 0.00 / 0.26 / 0.89)

CMYK percentages

%33.33
%0
%25.93
%89.41

Codes

Color #121B14 in popluar color models

12 1B 14
RGB 18 27 20
HSL 133° 20.00% 8.82%
HSB/HSV 133° 33.33% 10.59%
CMYK 33.33% 0.00% 25.93%
89.41%

Color #121B14 in popluar number systems.

HEX 12 1B 14
Decimal 18 27 20
Binary 10010 11011 10100
Octal 22 33 24

Shades and tints

Shades of #121B14

#121B14
(18,27,20)
#111913
(17,25,19)
#101712
(16,23,18)
#0F1511
(15,21,17)
#0E1310
(14,19,16)
#0D110F
(13,17,15)
#0C0F0E
(12,15,14)
#0B0D0D
(11,13,13)
#0A0B0C
(10,11,12)
#09090B
(9,9,11)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #121B14

#121B14
(18,27,20)
#272F29
(39,47,41)
#3C433E
(60,67,62)
#515753
(81,87,83)
#666B68
(102,107,104)
#7B7F7D
(123,127,125)
#909392
(144,147,146)
#A5A7A7
(165,167,167)
#BABBBC
(186,187,188)
#CFCFD1
(207,207,209)
#E4E3E6
(228,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121B14 color. Also use rgb(18,27,20) instead hex code.

Text Font Color

.myTextColor { color: #121B14; }

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

This text font color is #121B14.

Background Color

.myBgColor { background-color: #121B14; }

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

This div background color is #121B14.

Border color

.myBorderColor { border: 1px solid #121B14; }

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

This div border color is #121B14.

Opacity

.myOpacity80 { color: #121B14; opacity: 0.8; }

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

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

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

This text has shadow with #121B14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121B14.

Preview

Color preview on black background

This text has color #121B14 on black background.


Color preview on white background

This text has color #121B14 on white background.


Black color preview on #121B14 background

This text has black color on #121B14 background.


White color preview on #121B14 background

This text has white color on #121B14 background.


Related colors

Complementary color

Complementary color for #hex is #EDE4EB.


I love getcolorcode.com

Triadic colors

1 #14121B and #1B1412 with #121B14 are triadic colors.

2 #141B12 and #1B1214 with #121B14 are triadic colors.