COLOR #15141B

HEX: #15141B
RGB: (21,20,27)

Renk bilgisi

#15141B contains red, green and blue colors in about the same proportion. #15141B ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#15141B color RGB value is (21,20,27).

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

RGB bağlantıları ve doygunluk

R 21 of 255 = 8%
G 20 of 255 = 8%
B 27 of 255 = 11%

21
20
27

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

Yüzdelerle RGB renk parçaları

R + G + B =
21 + 20 + 27 = 68 (100%)
R 21 of 68 ~ 30.88%
G 20 of 68 ~ 29.41%
B 27 of 68 ~ 39.71%

%30.88
%29.41
%39.71

CMYK RENK MODELİ

#15141B rengi CMYK tonu (22,26,0,89).

  • camgöbeği tonu 22.22%
  • eflatun tonu 25.93%
  • sarı tonu 0.00%
  • ana renk tonu 89.41%
CMYK:
(22,26,0,89)
C22M26Y0K89 
(22%,26%,0%,89%)
(0.22/0.26/0.00/0.89)	

CMYK yüzdeleri

%22.22
%25.93
%0
%89.41

Codes

Color #15141B in popluar color models

15141B
RGB212027
HSL249°14.89%9.22%
HSB/HSV249°25.93%10.59%
CMYK22.22%25.93%0.00%
89.41%

Color #15141B in popluar number systems.

HEX15141B
Decimal212027
Binary101011010011011
Octal252433

Shades and tints

Shades of #15141B

#15141B
(21,20,27)
#141319
(20,19,25)
#131217
(19,18,23)
#121115
(18,17,21)
#111013
(17,16,19)
#100F11
(16,15,17)
#0F0E0F
(15,14,15)
#0E0D0D
(14,13,13)
#0D0C0B
(13,12,11)
#0C0B09
(12,11,9)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #15141B

#15141B
(21,20,27)
#2A292F
(42,41,47)
#3F3E43
(63,62,67)
#545357
(84,83,87)
#69686B
(105,104,107)
#7E7D7F
(126,125,127)
#939293
(147,146,147)
#A8A7A7
(168,167,167)
#BDBCBB
(189,188,187)
#D2D1CF
(210,209,207)
#E7E6E3
(231,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15141B color. Also use rgb(21,20,27) instead hex code.

Text Font Color

.myTextColor { color: #15141B; }

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

This text font color is #15141B.


Background Color

.myBgColor { background-color: #15141B; }

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

This div background color is #15141B.


Border color

.myBorderColor { border: 1px solid #15141B; }

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

This div border color is #15141B.


Opacity

.myOpacity80 { color: #15141B; opacity: 0.8; }

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

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

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

This text has shadow with #15141B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15141B on black background.


Color preview on white background

This text has color #15141B on white background.



Black color preview on #15141B background

This text has black color on #15141B background.


White color preview on #15141B background

This text has white color on #15141B background.