COLOR #24130B

HEX: #24130B
RGB: (36,19,11)

Color info

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

RGB color model

#24130B color RGB value is (36,19,11).

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

RGB channels and saturation

R 36 of 255 = 14%
G 19 of 255 = 7%
B 11 of 255 = 4%

36
19
11

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

Portions of RGB colors in percentages

R + G + B =
36 + 19 + 11 = 66 (100%)
R 36 of 66 ~ 54.55%
G 19 of 66 ~ 28.79%
B 11 of 66 ~ 16.67%

%54.55
%28.79
%16.67

CMYK color model

#24130B color CMYK value is (0,47,69,86).

  • cyan value is 0.00%
  • magenta value is 47.22%
  • yellow value is 69.44%
  • key color value is 85.88%
CMYK:
(0,47,69,86)
C0M47Y69K86 
(0%,47%,69%,86%)
(0.00/0.47/0.69/0.86)	

CMYK percentages

%0
%47.22
%69.44
%85.88

Codes

Color #24130B in popluar color models

24130B
RGB361911
HSL19°53.19%9.22%
HSB/HSV19°69.44%14.12%
CMYK0.00%47.22%69.44%
85.88%

Color #24130B in popluar number systems.

HEX24130B
Decimal361911
Binary100100100111011
Octal442313

Shades and tints

Shades of #24130B

#24130B
(36,19,11)
#21120A
(33,18,10)
#1E1109
(30,17,9)
#1B1008
(27,16,8)
#180F07
(24,15,7)
#150E06
(21,14,6)
#120D05
(18,13,5)
#0F0C04
(15,12,4)
#0C0B03
(12,11,3)
#090A02
(9,10,2)
#060901
(6,9,1)
#000000
(0,0,0)

Tints of #24130B

#24130B
(36,19,11)
#372821
(55,40,33)
#4A3D37
(74,61,55)
#5D524D
(93,82,77)
#706763
(112,103,99)
#837C79
(131,124,121)
#96918F
(150,145,143)
#A9A6A5
(169,166,165)
#BCBBBB
(188,187,187)
#CFD0D1
(207,208,209)
#E2E5E7
(226,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24130B; }

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

This text font color is #24130B.


Background Color

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

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

This div background color is #24130B.


Border color

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

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

This div border color is #24130B.


Opacity

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

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

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

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

This text has shadow with #24130B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24130B on black background.


Color preview on white background

This text has color #24130B on white background.



Black color preview on #24130B background

This text has black color on #24130B background.


White color preview on #24130B background

This text has white color on #24130B background.