COLOR #1B121E

HEX: #1B121E
RGB: (27,18,30)

Color info

#1B121E contains red, green and blue colors in about the same proportion. Web safe color of #1B121E is #330033 (or #303).

RGB color model

#1B121E color RGB value is (27,18,30).

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

RGB channels and saturation

R 27 of 255 = 11%
G 18 of 255 = 7%
B 30 of 255 = 12%

27
18
30

R + G + B ~ 10%. #1B121E is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 18 + 30 = 75 (100%)
R 27 of 75 ~ 36%
G 18 of 75 ~ 24%
B 30 of 75 ~ 40%

%36
%24
%40

CMYK color model

#1B121E color CMYK value is (10,40,0,88).

  • cyan value is 10.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(10,40,0,88)
C10M40Y0K88 
(10%,40%,0%,88%)
(0.10/0.40/0.00/0.88)	

CMYK percentages

%10
%40
%0
%88.24

Codes

Color #1B121E in popluar color models

1B121E
RGB271830
HSL285°25.00%9.41%
HSB/HSV285°40.00%11.76%
CMYK10.00%40.00%0.00%
88.24%

Color #1B121E in popluar number systems.

HEX1B121E
Decimal271830
Binary110111001011110
Octal332236

Shades and tints

Shades of #1B121E

#1B121E
(27,18,30)
#19111C
(25,17,28)
#17101A
(23,16,26)
#150F18
(21,15,24)
#130E16
(19,14,22)
#110D14
(17,13,20)
#0F0C12
(15,12,18)
#0D0B10
(13,11,16)
#0B0A0E
(11,10,14)
#09090C
(9,9,12)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #1B121E

#1B121E
(27,18,30)
#2F2732
(47,39,50)
#433C46
(67,60,70)
#57515A
(87,81,90)
#6B666E
(107,102,110)
#7F7B82
(127,123,130)
#939096
(147,144,150)
#A7A5AA
(167,165,170)
#BBBABE
(187,186,190)
#CFCFD2
(207,207,210)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B121E color. Also use rgb(27,18,30) instead hex code.

Text Font Color

.myTextColor { color: #1B121E; }

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

This text font color is #1B121E.


Background Color

.myBgColor { background-color: #1B121E; }

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

This div background color is #1B121E.


Border color

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

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

This div border color is #1B121E.


Opacity

.myOpacity80 { color: #1B121E; opacity: 0.8; }

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

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

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

This text has shadow with #1B121E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B121E on black background.


Color preview on white background

This text has color #1B121E on white background.



Black color preview on #1B121E background

This text has black color on #1B121E background.


White color preview on #1B121E background

This text has white color on #1B121E background.