COLOR #251B33

HEX: #251B33
RGB: (37,27,51)

Color info

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

RGB color model

#251B33 color RGB value is (37,27,51).

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

RGB channels and saturation

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

37
27
51

R + G + B ~ 15%. #251B33 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 27 + 51 = 115 (100%)
R 37 of 115 ~ 32.17%
G 27 of 115 ~ 23.48%
B 51 of 115 ~ 44.35%

%32.17
%23.48
%44.35

CMYK color model

#251B33 color CMYK value is (27,47,0,80).

  • cyan value is 27.45%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(27,47,0,80)
C27M47Y0K80 
(27%,47%,0%,80%)
(0.27/0.47/0.00/0.80)	

CMYK percentages

%27.45
%47.06
%0
%80

Codes

Color #251B33 in popluar color models

251B33
RGB372751
HSL265°30.77%15.29%
HSB/HSV265°47.06%20.00%
CMYK27.45%47.06%0.00%
80.00%

Color #251B33 in popluar number systems.

HEX251B33
Decimal372751
Binary10010111011110011
Octal453363

Shades and tints

Shades of #251B33

#251B33
(37,27,51)
#22192F
(34,25,47)
#1F172B
(31,23,43)
#1C1527
(28,21,39)
#191323
(25,19,35)
#16111F
(22,17,31)
#130F1B
(19,15,27)
#100D17
(16,13,23)
#0D0B13
(13,11,19)
#0A090F
(10,9,15)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #251B33

#251B33
(37,27,51)
#382F45
(56,47,69)
#4B4357
(75,67,87)
#5E5769
(94,87,105)
#716B7B
(113,107,123)
#847F8D
(132,127,141)
#97939F
(151,147,159)
#AAA7B1
(170,167,177)
#BDBBC3
(189,187,195)
#D0CFD5
(208,207,213)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251B33; }

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

This text font color is #251B33.


Background Color

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

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

This div background color is #251B33.


Border color

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

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

This div border color is #251B33.


Opacity

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

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

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

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

This text has shadow with #251B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251B33 on black background.


Color preview on white background

This text has color #251B33 on white background.



Black color preview on #251B33 background

This text has black color on #251B33 background.


White color preview on #251B33 background

This text has white color on #251B33 background.