COLOR #251B26

HEX: #251B26
RGB: (37,27,38)

Color info

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

RGB color model

#251B26 color RGB value is (37,27,38).

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

RGB channels and saturation

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

37
27
38

R + G + B ~ 14%. #251B26 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 27 + 38 = 102 (100%)
R 37 of 102 ~ 36.27%
G 27 of 102 ~ 26.47%
B 38 of 102 ~ 37.25%

%36.27
%26.47
%37.25

CMYK color model

#251B26 color CMYK value is (3,29,0,85).

  • cyan value is 2.63%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(3,29,0,85)
C3M29Y0K85 
(3%,29%,0%,85%)
(0.03/0.29/0.00/0.85)	

CMYK percentages

%2.63
%28.95
%0
%85.1

Codes

Color #251B26 in popluar color models

251B26
RGB372738
HSL295°16.92%12.75%
HSB/HSV295°28.95%14.90%
CMYK2.63%28.95%0.00%
85.10%

Color #251B26 in popluar number systems.

HEX251B26
Decimal372738
Binary10010111011100110
Octal453346

Shades and tints

Shades of #251B26

#251B26
(37,27,38)
#221923
(34,25,35)
#1F1720
(31,23,32)
#1C151D
(28,21,29)
#19131A
(25,19,26)
#161117
(22,17,23)
#130F14
(19,15,20)
#100D11
(16,13,17)
#0D0B0E
(13,11,14)
#0A090B
(10,9,11)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #251B26

#251B26
(37,27,38)
#382F39
(56,47,57)
#4B434C
(75,67,76)
#5E575F
(94,87,95)
#716B72
(113,107,114)
#847F85
(132,127,133)
#979398
(151,147,152)
#AAA7AB
(170,167,171)
#BDBBBE
(189,187,190)
#D0CFD1
(208,207,209)
#E3E3E4
(227,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251B26; }

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

This text font color is #251B26.


Background Color

.myBgColor { background-color: #251B26; }

<div style="background-color:#251B26">Inner text</div>

This div background color is #251B26.


Border color

.myBorderColor { border: 1px solid #251B26; }

<div style="border:3px solid #251B26">Div</div>

This div border color is #251B26.


Opacity

.myOpacity80 { color: #251B26; opacity: 0.8; }

<p style="color:#251B26;opacity:0.8;">80%</p>

Text with #251B26 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 #251B26;}

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

This text has shadow with #251B26 color.

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

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

This text has shadow with #251B26 primary color and red secondary color.


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

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

This text has shadow with #251B26 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251B26 on black background.


Color preview on white background

This text has color #251B26 on white background.



Black color preview on #251B26 background

This text has black color on #251B26 background.


White color preview on #251B26 background

This text has white color on #251B26 background.