COLOR #250B15

HEX: #250B15
RGB: (37,11,21)

Color info

#250B15 contains red, green and blue colors in about the same proportion. Web safe color of #250B15 is #330000 (or #300).

RGB color model

#250B15 color RGB value is (37,11,21).

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

RGB channels and saturation

R 37 of 255 = 15%
G 11 of 255 = 4%
B 21 of 255 = 8%

37
11
21

R + G + B ~ 9%. #250B15 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 11 + 21 = 69 (100%)
R 37 of 69 ~ 53.62%
G 11 of 69 ~ 15.94%
B 21 of 69 ~ 30.43%

%53.62
%15.94
%30.43

CMYK color model

#250B15 color CMYK value is (0,70,43,85).

  • cyan value is 0.00%
  • magenta value is 70.27%
  • yellow value is 43.24%
  • key color value is 85.49%
CMYK:
(0,70,43,85)
C0M70Y43K85 
(0%,70%,43%,85%)
(0.00/0.70/0.43/0.85)	

CMYK percentages

%0
%70.27
%43.24
%85.49

Codes

Color #250B15 in popluar color models

250B15
RGB371121
HSL337°54.17%9.41%
HSB/HSV337°70.27%14.51%
CMYK0.00%70.27%43.24%
85.49%

Color #250B15 in popluar number systems.

HEX250B15
Decimal371121
Binary100101101110101
Octal451325

Shades and tints

Shades of #250B15

#250B15
(37,11,21)
#220A14
(34,10,20)
#1F0913
(31,9,19)
#1C0812
(28,8,18)
#190711
(25,7,17)
#160610
(22,6,16)
#13050F
(19,5,15)
#10040E
(16,4,14)
#0D030D
(13,3,13)
#0A020C
(10,2,12)
#07010B
(7,1,11)
#000000
(0,0,0)

Tints of #250B15

#250B15
(37,11,21)
#38212A
(56,33,42)
#4B373F
(75,55,63)
#5E4D54
(94,77,84)
#716369
(113,99,105)
#84797E
(132,121,126)
#978F93
(151,143,147)
#AAA5A8
(170,165,168)
#BDBBBD
(189,187,189)
#D0D1D2
(208,209,210)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250B15; }

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

This text font color is #250B15.


Background Color

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

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

This div background color is #250B15.


Border color

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

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

This div border color is #250B15.


Opacity

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

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

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

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

This text has shadow with #250B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250B15 on black background.


Color preview on white background

This text has color #250B15 on white background.



Black color preview on #250B15 background

This text has black color on #250B15 background.


White color preview on #250B15 background

This text has white color on #250B15 background.