COLOR #27111B

HEX: #27111B RGB: (39,17,27)

Color info

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

RGB color model

#27111B color RGB value is (39,17,27).

RGB: (39,17,27) (15%, 7%, 11%)

RGB channels and saturation

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

39
17
27

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

Portions of RGB colors in percentages

R + G + B = 39 + 17 + 27 = 83 (100%)
R 39 of 83 ~ 46.99%
G 17 of 83 ~ 20.48%
B 27 of 83 ~ 32.53'%

%46.99
%20.48
%32.53

CMYK color model

#27111B color CMYK value is (0,56,31,85).

  • cyan value is 0.00%
  • magenta value is 56.41%
  • yellow value is 30.77%
  • key color value is 84.71%
CMYK: (0,56,31,85) C0M56Y31K85 (0%,56%,31%,85%) (0.00/0.56/0.31/0.85) 

CMYK percentages

%0
%56.41
%30.77
%84.71

Codes

Color #27111B in popluar color models

27 11 1B
RGB 39 17 27
HSL 333° 39.29% 10.98%
HSB/HSV 333° 56.41% 15.29%
CMYK 0.00% 56.41% 30.77%
84.71%

Color #27111B in popluar number systems.

HEX 27 11 1B
Decimal 39 17 27
Binary 100111 10001 11011
Octal 47 21 33

Shades and tints

Shades of #27111B

#27111B
(39,17,27)
#241019
(36,16,25)
#210F17
(33,15,23)
#1E0E15
(30,14,21)
#1B0D13
(27,13,19)
#180C11
(24,12,17)
#150B0F
(21,11,15)
#120A0D
(18,10,13)
#0F090B
(15,9,11)
#0C0809
(12,8,9)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #27111B

#27111B
(39,17,27)
#3A262F
(58,38,47)
#4D3B43
(77,59,67)
#605057
(96,80,87)
#73656B
(115,101,107)
#867A7F
(134,122,127)
#998F93
(153,143,147)
#ACA4A7
(172,164,167)
#BFB9BB
(191,185,187)
#D2CECF
(210,206,207)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27111B; }

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

This text font color is #27111B.

Background Color

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

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

This div background color is #27111B.

Border color

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

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

This div border color is #27111B.

Opacity

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

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

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

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

This text has shadow with #27111B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #27111B.

Preview

Color preview on black background

This text has color #27111B on black background.


Color preview on white background

This text has color #27111B on white background.


Black color preview on #27111B background

This text has black color on #27111B background.


White color preview on #27111B background

This text has white color on #27111B background.


Related colors

Complementary color

Complementary color for #hex is #D8EEE4.


I love getcolorcode.com

Triadic colors

1 #1B2711 and #111B27 with #27111B are triadic colors.

2 #1B1127 and #11271B with #27111B are triadic colors.