COLOR #24191B

HEX: #24191B
RGB: (36,25,27)

Color info

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

RGB color model

#24191B color RGB value is (36,25,27).

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

RGB channels and saturation

R 36 of 255 = 14%
G 25 of 255 = 10%
B 27 of 255 = 11%

36
25
27

R + G + B ~ 12%. #24191B is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 25 + 27 = 88 (100%)
R 36 of 88 ~ 40.91%
G 25 of 88 ~ 28.41%
B 27 of 88 ~ 30.68%

%40.91
%28.41
%30.68

CMYK color model

#24191B color CMYK value is (0,31,25,86).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 25.00%
  • key color value is 85.88%
CMYK:
(0,31,25,86)
C0M31Y25K86 
(0%,31%,25%,86%)
(0.00/0.31/0.25/0.86)	

CMYK percentages

%0
%30.56
%25
%85.88

Codes

Color #24191B in popluar color models

24191B
RGB362527
HSL349°18.03%11.96%
HSB/HSV349°30.56%14.12%
CMYK0.00%30.56%25.00%
85.88%

Color #24191B in popluar number systems.

HEX24191B
Decimal362527
Binary1001001100111011
Octal443133

Shades and tints

Shades of #24191B

#24191B
(36,25,27)
#211719
(33,23,25)
#1E1517
(30,21,23)
#1B1315
(27,19,21)
#181113
(24,17,19)
#150F11
(21,15,17)
#120D0F
(18,13,15)
#0F0B0D
(15,11,13)
#0C090B
(12,9,11)
#090709
(9,7,9)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #24191B

#24191B
(36,25,27)
#372D2F
(55,45,47)
#4A4143
(74,65,67)
#5D5557
(93,85,87)
#70696B
(112,105,107)
#837D7F
(131,125,127)
#969193
(150,145,147)
#A9A5A7
(169,165,167)
#BCB9BB
(188,185,187)
#CFCDCF
(207,205,207)
#E2E1E3
(226,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24191B; }

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

This text font color is #24191B.


Background Color

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

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

This div background color is #24191B.


Border color

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

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

This div border color is #24191B.


Opacity

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

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

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

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

This text has shadow with #24191B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24191B on black background.


Color preview on white background

This text has color #24191B on white background.



Black color preview on #24191B background

This text has black color on #24191B background.


White color preview on #24191B background

This text has white color on #24191B background.