COLOR #240B10

HEX: #240B10
RGB: (36,11,16)

Color info

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

RGB color model

#240B10 color RGB value is (36,11,16).

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

RGB channels and saturation

R 36 of 255 = 14%
G 11 of 255 = 4%
B 16 of 255 = 6%

36
11
16

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

Portions of RGB colors in percentages

R + G + B =
36 + 11 + 16 = 63 (100%)
R 36 of 63 ~ 57.14%
G 11 of 63 ~ 17.46%
B 16 of 63 ~ 25.4%

%57.14
%17.46
%25.4

CMYK color model

#240B10 color CMYK value is (0,69,56,86).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 55.56%
  • key color value is 85.88%
CMYK:
(0,69,56,86)
C0M69Y56K86 
(0%,69%,56%,86%)
(0.00/0.69/0.56/0.86)	

CMYK percentages

%0
%69.44
%55.56
%85.88

Codes

Color #240B10 in popluar color models

240B10
RGB361116
HSL348°53.19%9.22%
HSB/HSV348°69.44%14.12%
CMYK0.00%69.44%55.56%
85.88%

Color #240B10 in popluar number systems.

HEX240B10
Decimal361116
Binary100100101110000
Octal441320

Shades and tints

Shades of #240B10

#240B10
(36,11,16)
#210A0F
(33,10,15)
#1E090E
(30,9,14)
#1B080D
(27,8,13)
#18070C
(24,7,12)
#15060B
(21,6,11)
#12050A
(18,5,10)
#0F0409
(15,4,9)
#0C0308
(12,3,8)
#090207
(9,2,7)
#060106
(6,1,6)
#000000
(0,0,0)

Tints of #240B10

#240B10
(36,11,16)
#372125
(55,33,37)
#4A373A
(74,55,58)
#5D4D4F
(93,77,79)
#706364
(112,99,100)
#837979
(131,121,121)
#968F8E
(150,143,142)
#A9A5A3
(169,165,163)
#BCBBB8
(188,187,184)
#CFD1CD
(207,209,205)
#E2E7E2
(226,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240B10; }

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

This text font color is #240B10.


Background Color

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

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

This div background color is #240B10.


Border color

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

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

This div border color is #240B10.


Opacity

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

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

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

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

This text has shadow with #240B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240B10 on black background.


Color preview on white background

This text has color #240B10 on white background.



Black color preview on #240B10 background

This text has black color on #240B10 background.


White color preview on #240B10 background

This text has white color on #240B10 background.