COLOR #24271B

HEX: #24271B
RGB: (36,39,27)

Color info

#24271B contains red, green and blue colors in about the same proportion. Web safe color of #24271B is #333333 (or #333).

RGB color model

#24271B color RGB value is (36,39,27).

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

RGB channels and saturation

R 36 of 255 = 14%
G 39 of 255 = 15%
B 27 of 255 = 11%

36
39
27

R + G + B ~ 13%. #24271B is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 39 + 27 = 102 (100%)
R 36 of 102 ~ 35.29%
G 39 of 102 ~ 38.24%
B 27 of 102 ~ 26.47%

%35.29
%38.24
%26.47

CMYK color model

#24271B color CMYK value is (8,0,31,85).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 84.71%
CMYK:
(8,0,31,85)
C8M0Y31K85 
(8%,0%,31%,85%)
(0.08/0.00/0.31/0.85)	

CMYK percentages

%7.69
%0
%30.77
%84.71

Codes

Color #24271B in popluar color models

24271B
RGB363927
HSL75°18.18%12.94%
HSB/HSV75°30.77%15.29%
CMYK7.69%0.00%30.77%
84.71%

Color #24271B in popluar number systems.

HEX24271B
Decimal363927
Binary10010010011111011
Octal444733

Shades and tints

Shades of #24271B

#24271B
(36,39,27)
#212419
(33,36,25)
#1E2117
(30,33,23)
#1B1E15
(27,30,21)
#181B13
(24,27,19)
#151811
(21,24,17)
#12150F
(18,21,15)
#0F120D
(15,18,13)
#0C0F0B
(12,15,11)
#090C09
(9,12,9)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #24271B

#24271B
(36,39,27)
#373A2F
(55,58,47)
#4A4D43
(74,77,67)
#5D6057
(93,96,87)
#70736B
(112,115,107)
#83867F
(131,134,127)
#969993
(150,153,147)
#A9ACA7
(169,172,167)
#BCBFBB
(188,191,187)
#CFD2CF
(207,210,207)
#E2E5E3
(226,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24271B; }

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

This text font color is #24271B.


Background Color

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

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

This div background color is #24271B.


Border color

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

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

This div border color is #24271B.


Opacity

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

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

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

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

This text has shadow with #24271B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24271B on black background.


Color preview on white background

This text has color #24271B on white background.



Black color preview on #24271B background

This text has black color on #24271B background.


White color preview on #24271B background

This text has white color on #24271B background.