COLOR #271B24

HEX: #271B24
RGB: (39,27,36)

Color info

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

RGB color model

#271B24 color RGB value is (39,27,36).

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

RGB channels and saturation

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

39
27
36

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

Portions of RGB colors in percentages

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

%38.24
%26.47
%35.29

CMYK color model

#271B24 color CMYK value is (0,31,8,85).

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

CMYK percentages

%0
%30.77
%7.69
%84.71

Codes

Color #271B24 in popluar color models

271B24
RGB392736
HSL315°18.18%12.94%
HSB/HSV315°30.77%15.29%
CMYK0.00%30.77%7.69%
84.71%

Color #271B24 in popluar number systems.

HEX271B24
Decimal392736
Binary10011111011100100
Octal473344

Shades and tints

Shades of #271B24

#271B24
(39,27,36)
#241921
(36,25,33)
#21171E
(33,23,30)
#1E151B
(30,21,27)
#1B1318
(27,19,24)
#181115
(24,17,21)
#150F12
(21,15,18)
#120D0F
(18,13,15)
#0F0B0C
(15,11,12)
#0C0909
(12,9,9)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #271B24

#271B24
(39,27,36)
#3A2F37
(58,47,55)
#4D434A
(77,67,74)
#60575D
(96,87,93)
#736B70
(115,107,112)
#867F83
(134,127,131)
#999396
(153,147,150)
#ACA7A9
(172,167,169)
#BFBBBC
(191,187,188)
#D2CFCF
(210,207,207)
#E5E3E2
(229,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #271B24; }

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

This text font color is #271B24.


Background Color

.myBgColor { background-color: #271B24; }

<div style="background-color:#271B24">Inner text</div>

This div background color is #271B24.


Border color

.myBorderColor { border: 1px solid #271B24; }

<div style="border:3px solid #271B24">Div</div>

This div border color is #271B24.


Opacity

.myOpacity80 { color: #271B24; opacity: 0.8; }

<p style="color:#271B24;opacity:0.8;">80%</p>

Text with #271B24 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 #271B24;}

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

This text has shadow with #271B24 color.

.textShadow {text-shadow: 3px 3px 1px #271B24, 3px 3px 1px red;}

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

This text has shadow with #271B24 primary color and red secondary color.


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

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

This text has shadow with #271B24 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #271B24 on black background.


Color preview on white background

This text has color #271B24 on white background.



Black color preview on #271B24 background

This text has black color on #271B24 background.


White color preview on #271B24 background

This text has white color on #271B24 background.