COLOR #250B18

HEX: #250B18
RGB: (37,11,24)

Color info

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

RGB color model

#250B18 color RGB value is (37,11,24).

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

RGB channels and saturation

R 37 of 255 = 15%
G 11 of 255 = 4%
B 24 of 255 = 9%

37
11
24

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

Portions of RGB colors in percentages

R + G + B =
37 + 11 + 24 = 72 (100%)
R 37 of 72 ~ 51.39%
G 11 of 72 ~ 15.28%
B 24 of 72 ~ 33.33%

%51.39
%15.28
%33.33

CMYK color model

#250B18 color CMYK value is (0,70,35,85).

  • cyan value is 0.00%
  • magenta value is 70.27%
  • yellow value is 35.14%
  • key color value is 85.49%
CMYK:
(0,70,35,85)
C0M70Y35K85 
(0%,70%,35%,85%)
(0.00/0.70/0.35/0.85)	

CMYK percentages

%0
%70.27
%35.14
%85.49

Codes

Color #250B18 in popluar color models

250B18
RGB371124
HSL330°54.17%9.41%
HSB/HSV330°70.27%14.51%
CMYK0.00%70.27%35.14%
85.49%

Color #250B18 in popluar number systems.

HEX250B18
Decimal371124
Binary100101101111000
Octal451330

Shades and tints

Shades of #250B18

#250B18
(37,11,24)
#220A16
(34,10,22)
#1F0914
(31,9,20)
#1C0812
(28,8,18)
#190710
(25,7,16)
#16060E
(22,6,14)
#13050C
(19,5,12)
#10040A
(16,4,10)
#0D0308
(13,3,8)
#0A0206
(10,2,6)
#070104
(7,1,4)
#000000
(0,0,0)

Tints of #250B18

#250B18
(37,11,24)
#38212D
(56,33,45)
#4B3742
(75,55,66)
#5E4D57
(94,77,87)
#71636C
(113,99,108)
#847981
(132,121,129)
#978F96
(151,143,150)
#AAA5AB
(170,165,171)
#BDBBC0
(189,187,192)
#D0D1D5
(208,209,213)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250B18; }

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

This text font color is #250B18.


Background Color

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

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

This div background color is #250B18.


Border color

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

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

This div border color is #250B18.


Opacity

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

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

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

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

This text has shadow with #250B18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250B18 on black background.


Color preview on white background

This text has color #250B18 on white background.



Black color preview on #250B18 background

This text has black color on #250B18 background.


White color preview on #250B18 background

This text has white color on #250B18 background.