COLOR #1B302B

HEX: #1B302B
RGB: (27,48,43)

Color info

#1B302B contains red, green and blue colors in about the same proportion. Web safe color of #1B302B is #333333 (or #333).

RGB color model

#1B302B color RGB value is (27,48,43).

  • red value is 27;
  • green value is 48;
  • blue value is 43.
RGB:
(27,48,43)
(11%,19%,17%)

RGB channels and saturation

R 27 of 255 = 11%
G 48 of 255 = 19%
B 43 of 255 = 17%

27
48
43

R + G + B ~ 16%. #1B302B is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 48 + 43 = 118 (100%)
R 27 of 118 ~ 22.88%
G 48 of 118 ~ 40.68%
B 43 of 118 ~ 36.44%

%22.88
%40.68
%36.44

CMYK color model

#1B302B color CMYK value is (44,0,10,81).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 81.18%
CMYK:
(44,0,10,81)
C44M0Y10K81 
(44%,0%,10%,81%)
(0.44/0.00/0.10/0.81)	

CMYK percentages

%43.75
%0
%10.42
%81.18

Codes

Color #1B302B in popluar color models

1B302B
RGB274843
HSL166°28.00%14.71%
HSB/HSV166°43.75%18.82%
CMYK43.75%0.00%10.42%
81.18%

Color #1B302B in popluar number systems.

HEX1B302B
Decimal274843
Binary11011110000101011
Octal336053

Shades and tints

Shades of #1B302B

#1B302B
(27,48,43)
#192C28
(25,44,40)
#172825
(23,40,37)
#152422
(21,36,34)
#13201F
(19,32,31)
#111C1C
(17,28,28)
#0F1819
(15,24,25)
#0D1416
(13,20,22)
#0B1013
(11,16,19)
#090C10
(9,12,16)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #1B302B

#1B302B
(27,48,43)
#2F423E
(47,66,62)
#435451
(67,84,81)
#576664
(87,102,100)
#6B7877
(107,120,119)
#7F8A8A
(127,138,138)
#939C9D
(147,156,157)
#A7AEB0
(167,174,176)
#BBC0C3
(187,192,195)
#CFD2D6
(207,210,214)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B302B color. Also use rgb(27,48,43) instead hex code.

Text Font Color

.myTextColor { color: #1B302B; }

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

This text font color is #1B302B.


Background Color

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

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

This div background color is #1B302B.


Border color

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

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

This div border color is #1B302B.


Opacity

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

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

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

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

This text has shadow with #1B302B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B302B on black background.


Color preview on white background

This text has color #1B302B on white background.



Black color preview on #1B302B background

This text has black color on #1B302B background.


White color preview on #1B302B background

This text has white color on #1B302B background.