COLOR #240B1F

HEX: #240B1F
RGB: (36,11,31)

Color info

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

RGB color model

#240B1F color RGB value is (36,11,31).

  • red value is 36;
  • green value is 11;
  • blue value is 31.
RGB:
(36,11,31)
(14%,4%,12%)

RGB channels and saturation

R 36 of 255 = 14%
G 11 of 255 = 4%
B 31 of 255 = 12%

36
11
31

R + G + B ~ 10%. #240B1F is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 11 + 31 = 78 (100%)
R 36 of 78 ~ 46.15%
G 11 of 78 ~ 14.1%
B 31 of 78 ~ 39.74%

%46.15
%14.1
%39.74

CMYK color model

#240B1F color CMYK value is (0,69,14,86).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 13.89%
  • key color value is 85.88%
CMYK:
(0,69,14,86)
C0M69Y14K86 
(0%,69%,14%,86%)
(0.00/0.69/0.14/0.86)	

CMYK percentages

%0
%69.44
%13.89
%85.88

Codes

Color #240B1F in popluar color models

240B1F
RGB361131
HSL312°53.19%9.22%
HSB/HSV312°69.44%14.12%
CMYK0.00%69.44%13.89%
85.88%

Color #240B1F in popluar number systems.

HEX240B1F
Decimal361131
Binary100100101111111
Octal441337

Shades and tints

Shades of #240B1F

#240B1F
(36,11,31)
#210A1D
(33,10,29)
#1E091B
(30,9,27)
#1B0819
(27,8,25)
#180717
(24,7,23)
#150615
(21,6,21)
#120513
(18,5,19)
#0F0411
(15,4,17)
#0C030F
(12,3,15)
#09020D
(9,2,13)
#06010B
(6,1,11)
#000000
(0,0,0)

Tints of #240B1F

#240B1F
(36,11,31)
#372133
(55,33,51)
#4A3747
(74,55,71)
#5D4D5B
(93,77,91)
#70636F
(112,99,111)
#837983
(131,121,131)
#968F97
(150,143,151)
#A9A5AB
(169,165,171)
#BCBBBF
(188,187,191)
#CFD1D3
(207,209,211)
#E2E7E7
(226,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240B1F color. Also use rgb(36,11,31) instead hex code.

Text Font Color

.myTextColor { color: #240B1F; }

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

This text font color is #240B1F.


Background Color

.myBgColor { background-color: #240B1F; }

<div style="background-color:#240B1F">Inner text</div>

This div background color is #240B1F.


Border color

.myBorderColor { border: 1px solid #240B1F; }

<div style="border:3px solid #240B1F">Div</div>

This div border color is #240B1F.


Opacity

.myOpacity80 { color: #240B1F; opacity: 0.8; }

<p style="color:#240B1F;opacity:0.8;">80%</p>

Text with #240B1F 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 #240B1F;}

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

This text has shadow with #240B1F color.

.textShadow {text-shadow: 3px 3px 1px #240B1F, 3px 3px 1px red;}

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

This text has shadow with #240B1F primary color and red secondary color.


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

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

This text has shadow with #240B1F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240B1F on black background.


Color preview on white background

This text has color #240B1F on white background.



Black color preview on #240B1F background

This text has black color on #240B1F background.


White color preview on #240B1F background

This text has white color on #240B1F background.