COLOR #240B1D

HEX: #240B1D
RGB: (36,11,29)

Color info

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

RGB color model

#240B1D color RGB value is (36,11,29).

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

RGB channels and saturation

R 36 of 255 = 14%
G 11 of 255 = 4%
B 29 of 255 = 11%

36
11
29

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

Portions of RGB colors in percentages

R + G + B =
36 + 11 + 29 = 76 (100%)
R 36 of 76 ~ 47.37%
G 11 of 76 ~ 14.47%
B 29 of 76 ~ 38.16%

%47.37
%14.47
%38.16

CMYK color model

#240B1D color CMYK value is (0,69,19,86).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 19.44%
  • key color value is 85.88%
CMYK:
(0,69,19,86)
C0M69Y19K86 
(0%,69%,19%,86%)
(0.00/0.69/0.19/0.86)	

CMYK percentages

%0
%69.44
%19.44
%85.88

Codes

Color #240B1D in popluar color models

240B1D
RGB361129
HSL317°53.19%9.22%
HSB/HSV317°69.44%14.12%
CMYK0.00%69.44%19.44%
85.88%

Color #240B1D in popluar number systems.

HEX240B1D
Decimal361129
Binary100100101111101
Octal441335

Shades and tints

Shades of #240B1D

#240B1D
(36,11,29)
#210A1B
(33,10,27)
#1E0919
(30,9,25)
#1B0817
(27,8,23)
#180715
(24,7,21)
#150613
(21,6,19)
#120511
(18,5,17)
#0F040F
(15,4,15)
#0C030D
(12,3,13)
#09020B
(9,2,11)
#060109
(6,1,9)
#000000
(0,0,0)

Tints of #240B1D

#240B1D
(36,11,29)
#372131
(55,33,49)
#4A3745
(74,55,69)
#5D4D59
(93,77,89)
#70636D
(112,99,109)
#837981
(131,121,129)
#968F95
(150,143,149)
#A9A5A9
(169,165,169)
#BCBBBD
(188,187,189)
#CFD1D1
(207,209,209)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240B1D; }

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

This text font color is #240B1D.


Background Color

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

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

This div background color is #240B1D.


Border color

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

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

This div border color is #240B1D.


Opacity

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

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

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

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

This text has shadow with #240B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240B1D on black background.


Color preview on white background

This text has color #240B1D on white background.



Black color preview on #240B1D background

This text has black color on #240B1D background.


White color preview on #240B1D background

This text has white color on #240B1D background.