COLOR #121B15

HEX: #121B15
RGB: (18,27,21)

Renk bilgisi

#121B15 contains red, green and blue colors in about the same proportion. #121B15 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#121B15 color RGB value is (18,27,21).

  • kırmız ton 18;
  • yeşil ton 27;
  • mavi ton 21.
RGB: (18,27,21) (7%,11%,8%)

RGB bağlantıları ve doygunluk

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

18
27
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
18 + 27 + 21 = 66 (100%)
R 18 of 66 ~ 27.27%
G 27 of 66 ~ 40.91%
B 21 of 66 ~ 31.82%

%27.27
%40.91
%31.82

CMYK RENK MODELİ

#121B15 rengi CMYK tonu (33,0,22,89).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 22.22%
  • ana renk tonu 89.41%
CMYK: (33,0,22,89) C33M0Y22K89 (33%,0%,22%,89%) (0.33/0.00/0.22/0.89)

CMYK yüzdeleri

%33.33
%0
%22.22
%89.41

Codes

Color #121B15 in popluar color models

121B15
RGB182721
HSL140°20.00%8.82%
HSB/HSV140°33.33%10.59%
CMYK33.33%0.00%22.22%
89.41%

Color #121B15 in popluar number systems.

HEX121B15
Decimal182721
Binary100101101110101
Octal223325

Shades and tints

Shades of #121B15

#121B15
(18,27,21)
#111914
(17,25,20)
#101713
(16,23,19)
#0F1512
(15,21,18)
#0E1311
(14,19,17)
#0D1110
(13,17,16)
#0C0F0F
(12,15,15)
#0B0D0E
(11,13,14)
#0A0B0D
(10,11,13)
#09090C
(9,9,12)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #121B15

#121B15
(18,27,21)
#272F2A
(39,47,42)
#3C433F
(60,67,63)
#515754
(81,87,84)
#666B69
(102,107,105)
#7B7F7E
(123,127,126)
#909393
(144,147,147)
#A5A7A8
(165,167,168)
#BABBBD
(186,187,189)
#CFCFD2
(207,207,210)
#E4E3E7
(228,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121B15; }

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

This text font color is #121B15.


Background Color

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

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

This div background color is #121B15.


Border color

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

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

This div border color is #121B15.


Opacity

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

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

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

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

This text has shadow with #121B15 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #121B15 on black background.


Color preview on white background

This text has color #121B15 on white background.



Black color preview on #121B15 background

This text has black color on #121B15 background.


White color preview on #121B15 background

This text has white color on #121B15 background.