COLOR #250B1E

HEX: #250B1E
RGB: (37,11,30)

Color info

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

RGB color model

#250B1E color RGB value is (37,11,30).

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

RGB channels and saturation

R 37 of 255 = 15%
G 11 of 255 = 4%
B 30 of 255 = 12%

37
11
30

R + G + B ~ 10%. #250B1E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 11 + 30 = 78 (100%)
R 37 of 78 ~ 47.44%
G 11 of 78 ~ 14.1%
B 30 of 78 ~ 38.46%

%47.44
%14.1
%38.46

CMYK color model

#250B1E color CMYK value is (0,70,19,85).

  • cyan value is 0.00%
  • magenta value is 70.27%
  • yellow value is 18.92%
  • key color value is 85.49%
CMYK:
(0,70,19,85)
C0M70Y19K85 
(0%,70%,19%,85%)
(0.00/0.70/0.19/0.85)	

CMYK percentages

%0
%70.27
%18.92
%85.49

Codes

Color #250B1E in popluar color models

250B1E
RGB371130
HSL316°54.17%9.41%
HSB/HSV316°70.27%14.51%
CMYK0.00%70.27%18.92%
85.49%

Color #250B1E in popluar number systems.

HEX250B1E
Decimal371130
Binary100101101111110
Octal451336

Shades and tints

Shades of #250B1E

#250B1E
(37,11,30)
#220A1C
(34,10,28)
#1F091A
(31,9,26)
#1C0818
(28,8,24)
#190716
(25,7,22)
#160614
(22,6,20)
#130512
(19,5,18)
#100410
(16,4,16)
#0D030E
(13,3,14)
#0A020C
(10,2,12)
#07010A
(7,1,10)
#000000
(0,0,0)

Tints of #250B1E

#250B1E
(37,11,30)
#382132
(56,33,50)
#4B3746
(75,55,70)
#5E4D5A
(94,77,90)
#71636E
(113,99,110)
#847982
(132,121,130)
#978F96
(151,143,150)
#AAA5AA
(170,165,170)
#BDBBBE
(189,187,190)
#D0D1D2
(208,209,210)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250B1E; }

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

This text font color is #250B1E.


Background Color

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

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

This div background color is #250B1E.


Border color

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

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

This div border color is #250B1E.


Opacity

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

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

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

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

This text has shadow with #250B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250B1E on black background.


Color preview on white background

This text has color #250B1E on white background.



Black color preview on #250B1E background

This text has black color on #250B1E background.


White color preview on #250B1E background

This text has white color on #250B1E background.