COLOR #24111B

HEX: #24111B
RGB: (36,17,27)

Color info

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

RGB color model

#24111B color RGB value is (36,17,27).

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

RGB channels and saturation

R 36 of 255 = 14%
G 17 of 255 = 7%
B 27 of 255 = 11%

36
17
27

R + G + B ~ 11%. #24111B is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 17 + 27 = 80 (100%)
R 36 of 80 ~ 45%
G 17 of 80 ~ 21.25%
B 27 of 80 ~ 33.75%

%45
%21.25
%33.75

CMYK color model

#24111B color CMYK value is (0,53,25,86).

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 25.00%
  • key color value is 85.88%
CMYK:
(0,53,25,86)
C0M53Y25K86 
(0%,53%,25%,86%)
(0.00/0.53/0.25/0.86)	

CMYK percentages

%0
%52.78
%25
%85.88

Codes

Color #24111B in popluar color models

24111B
RGB361727
HSL328°35.85%10.39%
HSB/HSV328°52.78%14.12%
CMYK0.00%52.78%25.00%
85.88%

Color #24111B in popluar number systems.

HEX24111B
Decimal361727
Binary1001001000111011
Octal442133

Shades and tints

Shades of #24111B

#24111B
(36,17,27)
#211019
(33,16,25)
#1E0F17
(30,15,23)
#1B0E15
(27,14,21)
#180D13
(24,13,19)
#150C11
(21,12,17)
#120B0F
(18,11,15)
#0F0A0D
(15,10,13)
#0C090B
(12,9,11)
#090809
(9,8,9)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #24111B

#24111B
(36,17,27)
#37262F
(55,38,47)
#4A3B43
(74,59,67)
#5D5057
(93,80,87)
#70656B
(112,101,107)
#837A7F
(131,122,127)
#968F93
(150,143,147)
#A9A4A7
(169,164,167)
#BCB9BB
(188,185,187)
#CFCECF
(207,206,207)
#E2E3E3
(226,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24111B color. Also use rgb(36,17,27) instead hex code.

Text Font Color

.myTextColor { color: #24111B; }

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

This text font color is #24111B.


Background Color

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

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

This div background color is #24111B.


Border color

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

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

This div border color is #24111B.


Opacity

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

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

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

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

This text has shadow with #24111B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24111B on black background.


Color preview on white background

This text has color #24111B on white background.



Black color preview on #24111B background

This text has black color on #24111B background.


White color preview on #24111B background

This text has white color on #24111B background.