COLOR #1B251B

HEX: #1B251B
RGB: (27,37,27)

Color info

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

RGB color model

#1B251B color RGB value is (27,37,27).

  • red value is 27;
  • green value is 37;
  • blue value is 27.
RGB:
(27,37,27)
(11%,15%,11%)

RGB channels and saturation

R 27 of 255 = 11%
G 37 of 255 = 15%
B 27 of 255 = 11%

27
37
27

R + G + B ~ 12%. #1B251B is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 37 + 27 = 91 (100%)
R 27 of 91 ~ 29.67%
G 37 of 91 ~ 40.66%
B 27 of 91 ~ 29.67%

%29.67
%40.66
%29.67

CMYK color model

#1B251B color CMYK value is (27,0,27,85).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 85.49%
CMYK:
(27,0,27,85)
C27M0Y27K85 
(27%,0%,27%,85%)
(0.27/0.00/0.27/0.85)	

CMYK percentages

%27.03
%0
%27.03
%85.49

Codes

Color #1B251B in popluar color models

1B251B
RGB273727
HSL120°15.63%12.55%
HSB/HSV120°27.03%14.51%
CMYK27.03%0.00%27.03%
85.49%

Color #1B251B in popluar number systems.

HEX1B251B
Decimal273727
Binary1101110010111011
Octal334533

Shades and tints

Shades of #1B251B

#1B251B
(27,37,27)
#192219
(25,34,25)
#171F17
(23,31,23)
#151C15
(21,28,21)
#131913
(19,25,19)
#111611
(17,22,17)
#0F130F
(15,19,15)
#0D100D
(13,16,13)
#0B0D0B
(11,13,11)
#090A09
(9,10,9)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #1B251B

#1B251B
(27,37,27)
#2F382F
(47,56,47)
#434B43
(67,75,67)
#575E57
(87,94,87)
#6B716B
(107,113,107)
#7F847F
(127,132,127)
#939793
(147,151,147)
#A7AAA7
(167,170,167)
#BBBDBB
(187,189,187)
#CFD0CF
(207,208,207)
#E3E3E3
(227,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B251B; }

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

This text font color is #1B251B.


Background Color

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

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

This div background color is #1B251B.


Border color

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

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

This div border color is #1B251B.


Opacity

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

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

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

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

This text has shadow with #1B251B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B251B on black background.


Color preview on white background

This text has color #1B251B on white background.



Black color preview on #1B251B background

This text has black color on #1B251B background.


White color preview on #1B251B background

This text has white color on #1B251B background.