COLOR #250B28

HEX: #250B28
RGB: (37,11,40)

Color info

#250B28 contains red, green and blue colors in about the same proportion. Web safe color of #250B28 is #330033 (or #303).

RGB color model

#250B28 color RGB value is (37,11,40).

  • red value is 37;
  • green value is 11;
  • blue value is 40.
RGB:
(37,11,40)
(15%,4%,16%)

RGB channels and saturation

R 37 of 255 = 15%
G 11 of 255 = 4%
B 40 of 255 = 16%

37
11
40

R + G + B ~ 12%. #250B28 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 11 + 40 = 88 (100%)
R 37 of 88 ~ 42.05%
G 11 of 88 ~ 12.5%
B 40 of 88 ~ 45.45%

%42.05
%12.5
%45.45

CMYK color model

#250B28 color CMYK value is (7,73,0,84).

  • cyan value is 7.50%
  • magenta value is 72.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(7,73,0,84)
C7M73Y0K84 
(7%,73%,0%,84%)
(0.07/0.73/0.00/0.84)	

CMYK percentages

%7.5
%72.5
%0
%84.31

Codes

Color #250B28 in popluar color models

250B28
RGB371140
HSL294°56.86%10.00%
HSB/HSV294°72.50%15.69%
CMYK7.50%72.50%0.00%
84.31%

Color #250B28 in popluar number systems.

HEX250B28
Decimal371140
Binary1001011011101000
Octal451350

Shades and tints

Shades of #250B28

#250B28
(37,11,40)
#220A25
(34,10,37)
#1F0922
(31,9,34)
#1C081F
(28,8,31)
#19071C
(25,7,28)
#160619
(22,6,25)
#130516
(19,5,22)
#100413
(16,4,19)
#0D0310
(13,3,16)
#0A020D
(10,2,13)
#07010A
(7,1,10)
#000000
(0,0,0)

Tints of #250B28

#250B28
(37,11,40)
#38213B
(56,33,59)
#4B374E
(75,55,78)
#5E4D61
(94,77,97)
#716374
(113,99,116)
#847987
(132,121,135)
#978F9A
(151,143,154)
#AAA5AD
(170,165,173)
#BDBBC0
(189,187,192)
#D0D1D3
(208,209,211)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250B28 color. Also use rgb(37,11,40) instead hex code.

Text Font Color

.myTextColor { color: #250B28; }

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

This text font color is #250B28.


Background Color

.myBgColor { background-color: #250B28; }

<div style="background-color:#250B28">Inner text</div>

This div background color is #250B28.


Border color

.myBorderColor { border: 1px solid #250B28; }

<div style="border:3px solid #250B28">Div</div>

This div border color is #250B28.


Opacity

.myOpacity80 { color: #250B28; opacity: 0.8; }

<p style="color:#250B28;opacity:0.8;">80%</p>

Text with #250B28 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 #250B28;}

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

This text has shadow with #250B28 color.

.textShadow {text-shadow: 3px 3px 1px #250B28, 3px 3px 1px red;}

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

This text has shadow with #250B28 primary color and red secondary color.


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

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

This text has shadow with #250B28 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250B28 on black background.


Color preview on white background

This text has color #250B28 on white background.



Black color preview on #250B28 background

This text has black color on #250B28 background.


White color preview on #250B28 background

This text has white color on #250B28 background.