COLOR #27131B

HEX: #27131B
RGB: (39,19,27)

Color info

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

RGB color model

#27131B color RGB value is (39,19,27).

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

RGB channels and saturation

R 39 of 255 = 15%
G 19 of 255 = 7%
B 27 of 255 = 11%

39
19
27

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

Portions of RGB colors in percentages

R + G + B =
39 + 19 + 27 = 85 (100%)
R 39 of 85 ~ 45.88%
G 19 of 85 ~ 22.35%
B 27 of 85 ~ 31.76%

%45.88
%22.35
%31.76

CMYK color model

#27131B color CMYK value is (0,51,31,85).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 30.77%
  • key color value is 84.71%
CMYK:
(0,51,31,85)
C0M51Y31K85 
(0%,51%,31%,85%)
(0.00/0.51/0.31/0.85)	

CMYK percentages

%0
%51.28
%30.77
%84.71

Codes

Color #27131B in popluar color models

27131B
RGB391927
HSL336°34.48%11.37%
HSB/HSV336°51.28%15.29%
CMYK0.00%51.28%30.77%
84.71%

Color #27131B in popluar number systems.

HEX27131B
Decimal391927
Binary1001111001111011
Octal472333

Shades and tints

Shades of #27131B

#27131B
(39,19,27)
#241219
(36,18,25)
#211117
(33,17,23)
#1E1015
(30,16,21)
#1B0F13
(27,15,19)
#180E11
(24,14,17)
#150D0F
(21,13,15)
#120C0D
(18,12,13)
#0F0B0B
(15,11,11)
#0C0A09
(12,10,9)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #27131B

#27131B
(39,19,27)
#3A282F
(58,40,47)
#4D3D43
(77,61,67)
#605257
(96,82,87)
#73676B
(115,103,107)
#867C7F
(134,124,127)
#999193
(153,145,147)
#ACA6A7
(172,166,167)
#BFBBBB
(191,187,187)
#D2D0CF
(210,208,207)
#E5E5E3
(229,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27131B; }

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

This text font color is #27131B.


Background Color

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

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

This div background color is #27131B.


Border color

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

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

This div border color is #27131B.


Opacity

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

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

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

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

This text has shadow with #27131B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27131B on black background.


Color preview on white background

This text has color #27131B on white background.



Black color preview on #27131B background

This text has black color on #27131B background.


White color preview on #27131B background

This text has white color on #27131B background.