COLOR #24150B

HEX: #24150B
RGB: (36,21,11)

Color info

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

RGB color model

#24150B color RGB value is (36,21,11).

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

RGB channels and saturation

R 36 of 255 = 14%
G 21 of 255 = 8%
B 11 of 255 = 4%

36
21
11

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

Portions of RGB colors in percentages

R + G + B =
36 + 21 + 11 = 68 (100%)
R 36 of 68 ~ 52.94%
G 21 of 68 ~ 30.88%
B 11 of 68 ~ 16.18%

%52.94
%30.88
%16.18

CMYK color model

#24150B color CMYK value is (0,42,69,86).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 69.44%
  • key color value is 85.88%
CMYK:
(0,42,69,86)
C0M42Y69K86 
(0%,42%,69%,86%)
(0.00/0.42/0.69/0.86)	

CMYK percentages

%0
%41.67
%69.44
%85.88

Codes

Color #24150B in popluar color models

24150B
RGB362111
HSL24°53.19%9.22%
HSB/HSV24°69.44%14.12%
CMYK0.00%41.67%69.44%
85.88%

Color #24150B in popluar number systems.

HEX24150B
Decimal362111
Binary100100101011011
Octal442513

Shades and tints

Shades of #24150B

#24150B
(36,21,11)
#21140A
(33,20,10)
#1E1309
(30,19,9)
#1B1208
(27,18,8)
#181107
(24,17,7)
#151006
(21,16,6)
#120F05
(18,15,5)
#0F0E04
(15,14,4)
#0C0D03
(12,13,3)
#090C02
(9,12,2)
#060B01
(6,11,1)
#000000
(0,0,0)

Tints of #24150B

#24150B
(36,21,11)
#372A21
(55,42,33)
#4A3F37
(74,63,55)
#5D544D
(93,84,77)
#706963
(112,105,99)
#837E79
(131,126,121)
#96938F
(150,147,143)
#A9A8A5
(169,168,165)
#BCBDBB
(188,189,187)
#CFD2D1
(207,210,209)
#E2E7E7
(226,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24150B color. Also use rgb(36,21,11) instead hex code.

Text Font Color

.myTextColor { color: #24150B; }

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

This text font color is #24150B.


Background Color

.myBgColor { background-color: #24150B; }

<div style="background-color:#24150B">Inner text</div>

This div background color is #24150B.


Border color

.myBorderColor { border: 1px solid #24150B; }

<div style="border:3px solid #24150B">Div</div>

This div border color is #24150B.


Opacity

.myOpacity80 { color: #24150B; opacity: 0.8; }

<p style="color:#24150B;opacity:0.8;">80%</p>

Text with #24150B 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 #24150B;}

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

This text has shadow with #24150B color.

.textShadow {text-shadow: 3px 3px 1px #24150B, 3px 3px 1px red;}

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

This text has shadow with #24150B primary color and red secondary color.


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

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

This text has shadow with #24150B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24150B on black background.


Color preview on white background

This text has color #24150B on white background.



Black color preview on #24150B background

This text has black color on #24150B background.


White color preview on #24150B background

This text has white color on #24150B background.