COLOR #251B30

HEX: #251B30 RGB: (37,27,48)

Color info

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

RGB color model

#251B30 color RGB value is (37,27,48).

RGB: (37,27,48) (15%, 11%, 19%)

RGB channels and saturation

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

37
27
48

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

Portions of RGB colors in percentages

R + G + B = 37 + 27 + 48 = 112 (100%)
R 37 of 112 ~ 33.04%
G 27 of 112 ~ 24.11%
B 48 of 112 ~ 42.86'%

%33.04
%24.11
%42.86

CMYK color model

#251B30 color CMYK value is (23,44,0,81).

  • cyan value is 22.92%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK: (23,44,0,81) C23M44Y0K81 (23%,44%,0%,81%) (0.23/0.44/0.00/0.81) 

CMYK percentages

%22.92
%43.75
%0
%81.18

Codes

Color #251B30 in popluar color models

25 1B 30
RGB 37 27 48
HSL 269° 28.00% 14.71%
HSB/HSV 269° 43.75% 18.82%
CMYK 22.92% 43.75% 0.00%
81.18%

Color #251B30 in popluar number systems.

HEX 25 1B 30
Decimal 37 27 48
Binary 100101 11011 110000
Octal 45 33 60

Shades and tints

Shades of #251B30

#251B30
(37,27,48)
#22192C
(34,25,44)
#1F1728
(31,23,40)
#1C1524
(28,21,36)
#191320
(25,19,32)
#16111C
(22,17,28)
#130F18
(19,15,24)
#100D14
(16,13,20)
#0D0B10
(13,11,16)
#0A090C
(10,9,12)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #251B30

#251B30
(37,27,48)
#382F42
(56,47,66)
#4B4354
(75,67,84)
#5E5766
(94,87,102)
#716B78
(113,107,120)
#847F8A
(132,127,138)
#97939C
(151,147,156)
#AAA7AE
(170,167,174)
#BDBBC0
(189,187,192)
#D0CFD2
(208,207,210)
#E3E3E4
(227,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251B30; }

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

This text font color is #251B30.

Background Color

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

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

This div background color is #251B30.

Border color

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

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

This div border color is #251B30.

Opacity

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

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

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

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

This text has shadow with #251B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251B30.

Preview

Color preview on black background

This text has color #251B30 on black background.


Color preview on white background

This text has color #251B30 on white background.


Black color preview on #251B30 background

This text has black color on #251B30 background.


White color preview on #251B30 background

This text has white color on #251B30 background.


Related colors

Complementary color

Complementary color for #hex is #DAE4CF.


I love getcolorcode.com

Triadic colors

1 #30251B and #1B3025 with #251B30 are triadic colors.

2 #301B25 and #1B2530 with #251B30 are triadic colors.