COLOR #251B21

HEX: #251B21
RGB: (37,27,33)

Color info

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

RGB color model

#251B21 color RGB value is (37,27,33).

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

RGB channels and saturation

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

37
27
33

R + G + B ~ 13%. #251B21 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 27 + 33 = 97 (100%)
R 37 of 97 ~ 38.14%
G 27 of 97 ~ 27.84%
B 33 of 97 ~ 34.02%

%38.14
%27.84
%34.02

CMYK color model

#251B21 color CMYK value is (0,27,11,85).

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

CMYK percentages

%0
%27.03
%10.81
%85.49

Codes

Color #251B21 in popluar color models

251B21
RGB372733
HSL324°15.63%12.55%
HSB/HSV324°27.03%14.51%
CMYK0.00%27.03%10.81%
85.49%

Color #251B21 in popluar number systems.

HEX251B21
Decimal372733
Binary10010111011100001
Octal453341

Shades and tints

Shades of #251B21

#251B21
(37,27,33)
#22191E
(34,25,30)
#1F171B
(31,23,27)
#1C1518
(28,21,24)
#191315
(25,19,21)
#161112
(22,17,18)
#130F0F
(19,15,15)
#100D0C
(16,13,12)
#0D0B09
(13,11,9)
#0A0906
(10,9,6)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #251B21

#251B21
(37,27,33)
#382F35
(56,47,53)
#4B4349
(75,67,73)
#5E575D
(94,87,93)
#716B71
(113,107,113)
#847F85
(132,127,133)
#979399
(151,147,153)
#AAA7AD
(170,167,173)
#BDBBC1
(189,187,193)
#D0CFD5
(208,207,213)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251B21; }

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

This text font color is #251B21.


Background Color

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

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

This div background color is #251B21.


Border color

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

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

This div border color is #251B21.


Opacity

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

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

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

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

This text has shadow with #251B21 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #251B21 on black background.


Color preview on white background

This text has color #251B21 on white background.



Black color preview on #251B21 background

This text has black color on #251B21 background.


White color preview on #251B21 background

This text has white color on #251B21 background.