COLOR #251B2B

HEX: #251B2B
RGB: (37,27,43)

Color info

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

RGB color model

#251B2B color RGB value is (37,27,43).

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

RGB channels and saturation

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

37
27
43

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

Portions of RGB colors in percentages

R + G + B =
37 + 27 + 43 = 107 (100%)
R 37 of 107 ~ 34.58%
G 27 of 107 ~ 25.23%
B 43 of 107 ~ 40.19%

%34.58
%25.23
%40.19

CMYK color model

#251B2B color CMYK value is (14,37,0,83).

  • cyan value is 13.95%
  • magenta value is 37.21%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(14,37,0,83)
C14M37Y0K83 
(14%,37%,0%,83%)
(0.14/0.37/0.00/0.83)	

CMYK percentages

%13.95
%37.21
%0
%83.14

Codes

Color #251B2B in popluar color models

251B2B
RGB372743
HSL278°22.86%13.73%
HSB/HSV278°37.21%16.86%
CMYK13.95%37.21%0.00%
83.14%

Color #251B2B in popluar number systems.

HEX251B2B
Decimal372743
Binary10010111011101011
Octal453353

Shades and tints

Shades of #251B2B

#251B2B
(37,27,43)
#221928
(34,25,40)
#1F1725
(31,23,37)
#1C1522
(28,21,34)
#19131F
(25,19,31)
#16111C
(22,17,28)
#130F19
(19,15,25)
#100D16
(16,13,22)
#0D0B13
(13,11,19)
#0A0910
(10,9,16)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #251B2B

#251B2B
(37,27,43)
#382F3E
(56,47,62)
#4B4351
(75,67,81)
#5E5764
(94,87,100)
#716B77
(113,107,119)
#847F8A
(132,127,138)
#97939D
(151,147,157)
#AAA7B0
(170,167,176)
#BDBBC3
(189,187,195)
#D0CFD6
(208,207,214)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251B2B; }

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

This text font color is #251B2B.


Background Color

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

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

This div background color is #251B2B.


Border color

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

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

This div border color is #251B2B.


Opacity

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

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

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

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

This text has shadow with #251B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251B2B on black background.


Color preview on white background

This text has color #251B2B on white background.



Black color preview on #251B2B background

This text has black color on #251B2B background.


White color preview on #251B2B background

This text has white color on #251B2B background.