COLOR #121B21

HEX: #121B21
RGB: (18,27,33)

Renk bilgisi

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

RGB renk modeli

#121B21 color RGB value is (18,27,33).

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

RGB bağlantıları ve doygunluk

R 18 of 255 = 7%
G 27 of 255 = 11%
B 33 of 255 = 13%

18
27
33

R + G + B ~ 10%. #121B21 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
18 + 27 + 33 = 78 (100%)
R 18 of 78 ~ 23.08%
G 27 of 78 ~ 34.62%
B 33 of 78 ~ 42.31%

%23.08
%34.62
%42.31

CMYK RENK MODELİ

#121B21 rengi CMYK tonu (45,18,0,87).

  • camgöbeği tonu 45.45%
  • eflatun tonu 18.18%
  • sarı tonu 0.00%
  • ana renk tonu 87.06%
CMYK:
(45,18,0,87)
C45M18Y0K87 
(45%,18%,0%,87%)
(0.45/0.18/0.00/0.87)	

CMYK yüzdeleri

%45.45
%18.18
%0
%87.06

Codes

Color #121B21 in popluar color models

121B21
RGB182733
HSL204°29.41%10.00%
HSB/HSV204°45.45%12.94%
CMYK45.45%18.18%0.00%
87.06%

Color #121B21 in popluar number systems.

HEX121B21
Decimal182733
Binary1001011011100001
Octal223341

Shades and tints

Shades of #121B21

#121B21
(18,27,33)
#11191E
(17,25,30)
#10171B
(16,23,27)
#0F1518
(15,21,24)
#0E1315
(14,19,21)
#0D1112
(13,17,18)
#0C0F0F
(12,15,15)
#0B0D0C
(11,13,12)
#0A0B09
(10,11,9)
#090906
(9,9,6)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #121B21

#121B21
(18,27,33)
#272F35
(39,47,53)
#3C4349
(60,67,73)
#51575D
(81,87,93)
#666B71
(102,107,113)
#7B7F85
(123,127,133)
#909399
(144,147,153)
#A5A7AD
(165,167,173)
#BABBC1
(186,187,193)
#CFCFD5
(207,207,213)
#E4E3E9
(228,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121B21; }

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

This text font color is #121B21.


Background Color

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

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

This div background color is #121B21.


Border color

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

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

This div border color is #121B21.


Opacity

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

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

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

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

This text has shadow with #121B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121B21 on black background.


Color preview on white background

This text has color #121B21 on white background.



Black color preview on #121B21 background

This text has black color on #121B21 background.


White color preview on #121B21 background

This text has white color on #121B21 background.