COLOR #121519

HEX: #121519
RGB: (18,21,25)

Renk bilgisi

#121519 contains red, green and blue colors in about the same proportion. #121519 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#121519 color RGB value is (18,21,25).

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

RGB bağlantıları ve doygunluk

R 18 of 255 = 7%
G 21 of 255 = 8%
B 25 of 255 = 10%

18
21
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
18 + 21 + 25 = 64 (100%)
R 18 of 64 ~ 28.13%
G 21 of 64 ~ 32.81%
B 25 of 64 ~ 39.06%

%28.13
%32.81
%39.06

CMYK RENK MODELİ

#121519 rengi CMYK tonu (28,16,0,90).

  • camgöbeği tonu 28.00%
  • eflatun tonu 16.00%
  • sarı tonu 0.00%
  • ana renk tonu 90.20%
CMYK:
(28,16,0,90)
C28M16Y0K90 
(28%,16%,0%,90%)
(0.28/0.16/0.00/0.90)	

CMYK yüzdeleri

%28
%16
%0
%90.2

Codes

Color #121519 in popluar color models

121519
RGB182125
HSL214°16.28%8.43%
HSB/HSV214°28.00%9.80%
CMYK28.00%16.00%0.00%
90.20%

Color #121519 in popluar number systems.

HEX121519
Decimal182125
Binary100101010111001
Octal222531

Shades and tints

Shades of #121519

#121519
(18,21,25)
#111417
(17,20,23)
#101315
(16,19,21)
#0F1213
(15,18,19)
#0E1111
(14,17,17)
#0D100F
(13,16,15)
#0C0F0D
(12,15,13)
#0B0E0B
(11,14,11)
#0A0D09
(10,13,9)
#090C07
(9,12,7)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #121519

#121519
(18,21,25)
#272A2D
(39,42,45)
#3C3F41
(60,63,65)
#515455
(81,84,85)
#666969
(102,105,105)
#7B7E7D
(123,126,125)
#909391
(144,147,145)
#A5A8A5
(165,168,165)
#BABDB9
(186,189,185)
#CFD2CD
(207,210,205)
#E4E7E1
(228,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121519; }

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

This text font color is #121519.


Background Color

.myBgColor { background-color: #121519; }

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

This div background color is #121519.


Border color

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

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

This div border color is #121519.


Opacity

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

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

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

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

This text has shadow with #121519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121519 on black background.


Color preview on white background

This text has color #121519 on white background.



Black color preview on #121519 background

This text has black color on #121519 background.


White color preview on #121519 background

This text has white color on #121519 background.