COLOR #12151B

HEX: #12151B
RGB: (18,21,27)

Color info

#12151B contains red, green and blue colors in about the same proportion. Web safe color of #12151B is #000033 (or #003).

RGB color model

#12151B color RGB value is (18,21,27).

  • red value is 18;
  • green value is 21;
  • blue value is 27.
RGB:
(18,21,27)
(7%,8%,11%)

RGB channels and saturation

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

18
21
27

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

Portions of RGB colors in percentages

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

%27.27
%31.82
%40.91

CMYK color model

#12151B color CMYK value is (33,22,0,89).

  • cyan value is 33.33%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(33,22,0,89)
C33M22Y0K89 
(33%,22%,0%,89%)
(0.33/0.22/0.00/0.89)	

CMYK percentages

%33.33
%22.22
%0
%89.41

Codes

Color #12151B in popluar color models

12151B
RGB182127
HSL220°20.00%8.82%
HSB/HSV220°33.33%10.59%
CMYK33.33%22.22%0.00%
89.41%

Color #12151B in popluar number systems.

HEX12151B
Decimal182127
Binary100101010111011
Octal222533

Shades and tints

Shades of #12151B

#12151B
(18,21,27)
#111419
(17,20,25)
#101317
(16,19,23)
#0F1215
(15,18,21)
#0E1113
(14,17,19)
#0D1011
(13,16,17)
#0C0F0F
(12,15,15)
#0B0E0D
(11,14,13)
#0A0D0B
(10,13,11)
#090C09
(9,12,9)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #12151B

#12151B
(18,21,27)
#272A2F
(39,42,47)
#3C3F43
(60,63,67)
#515457
(81,84,87)
#66696B
(102,105,107)
#7B7E7F
(123,126,127)
#909393
(144,147,147)
#A5A8A7
(165,168,167)
#BABDBB
(186,189,187)
#CFD2CF
(207,210,207)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12151B; }

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

This text font color is #12151B.


Background Color

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

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

This div background color is #12151B.


Border color

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

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

This div border color is #12151B.


Opacity

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

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

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

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

This text has shadow with #12151B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12151B on black background.


Color preview on white background

This text has color #12151B on white background.



Black color preview on #12151B background

This text has black color on #12151B background.


White color preview on #12151B background

This text has white color on #12151B background.