COLOR #240B0D

HEX: #240B0D
RGB: (36,11,13)

Color info

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

RGB color model

#240B0D color RGB value is (36,11,13).

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

RGB channels and saturation

R 36 of 255 = 14%
G 11 of 255 = 4%
B 13 of 255 = 5%

36
11
13

R + G + B ~ 8%. #240B0D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 11 + 13 = 60 (100%)
R 36 of 60 ~ 60%
G 11 of 60 ~ 18.33%
B 13 of 60 ~ 21.67%

%60
%18.33
%21.67

CMYK color model

#240B0D color CMYK value is (0,69,64,86).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 63.89%
  • key color value is 85.88%
CMYK:
(0,69,64,86)
C0M69Y64K86 
(0%,69%,64%,86%)
(0.00/0.69/0.64/0.86)	

CMYK percentages

%0
%69.44
%63.89
%85.88

Codes

Color #240B0D in popluar color models

240B0D
RGB361113
HSL355°53.19%9.22%
HSB/HSV355°69.44%14.12%
CMYK0.00%69.44%63.89%
85.88%

Color #240B0D in popluar number systems.

HEX240B0D
Decimal361113
Binary10010010111101
Octal441315

Shades and tints

Shades of #240B0D

#240B0D
(36,11,13)
#210A0C
(33,10,12)
#1E090B
(30,9,11)
#1B080A
(27,8,10)
#180709
(24,7,9)
#150608
(21,6,8)
#120507
(18,5,7)
#0F0406
(15,4,6)
#0C0305
(12,3,5)
#090204
(9,2,4)
#060103
(6,1,3)
#000000
(0,0,0)

Tints of #240B0D

#240B0D
(36,11,13)
#372123
(55,33,35)
#4A3739
(74,55,57)
#5D4D4F
(93,77,79)
#706365
(112,99,101)
#83797B
(131,121,123)
#968F91
(150,143,145)
#A9A5A7
(169,165,167)
#BCBBBD
(188,187,189)
#CFD1D3
(207,209,211)
#E2E7E9
(226,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240B0D; }

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

This text font color is #240B0D.


Background Color

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

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

This div background color is #240B0D.


Border color

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

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

This div border color is #240B0D.


Opacity

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

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

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

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

This text has shadow with #240B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240B0D on black background.


Color preview on white background

This text has color #240B0D on white background.



Black color preview on #240B0D background

This text has black color on #240B0D background.


White color preview on #240B0D background

This text has white color on #240B0D background.