COLOR #271829

HEX: #271829
RGB: (39,24,41)

Color info

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

RGB color model

#271829 color RGB value is (39,24,41).

  • red value is 39;
  • green value is 24;
  • blue value is 41.
RGB:
(39,24,41)
(15%,9%,16%)

RGB channels and saturation

R 39 of 255 = 15%
G 24 of 255 = 9%
B 41 of 255 = 16%

39
24
41

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

Portions of RGB colors in percentages

R + G + B =
39 + 24 + 41 = 104 (100%)
R 39 of 104 ~ 37.5%
G 24 of 104 ~ 23.08%
B 41 of 104 ~ 39.42%

%37.5
%23.08
%39.42

CMYK color model

#271829 color CMYK value is (5,41,0,84).

  • cyan value is 4.88%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(5,41,0,84)
C5M41Y0K84 
(5%,41%,0%,84%)
(0.05/0.41/0.00/0.84)	

CMYK percentages

%4.88
%41.46
%0
%83.92

Codes

Color #271829 in popluar color models

271829
RGB392441
HSL293°26.15%12.75%
HSB/HSV293°41.46%16.08%
CMYK4.88%41.46%0.00%
83.92%

Color #271829 in popluar number systems.

HEX271829
Decimal392441
Binary10011111000101001
Octal473051

Shades and tints

Shades of #271829

#271829
(39,24,41)
#241626
(36,22,38)
#211423
(33,20,35)
#1E1220
(30,18,32)
#1B101D
(27,16,29)
#180E1A
(24,14,26)
#150C17
(21,12,23)
#120A14
(18,10,20)
#0F0811
(15,8,17)
#0C060E
(12,6,14)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #271829

#271829
(39,24,41)
#3A2D3C
(58,45,60)
#4D424F
(77,66,79)
#605762
(96,87,98)
#736C75
(115,108,117)
#868188
(134,129,136)
#99969B
(153,150,155)
#ACABAE
(172,171,174)
#BFC0C1
(191,192,193)
#D2D5D4
(210,213,212)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #271829 color. Also use rgb(39,24,41) instead hex code.

Text Font Color

.myTextColor { color: #271829; }

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

This text font color is #271829.


Background Color

.myBgColor { background-color: #271829; }

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

This div background color is #271829.


Border color

.myBorderColor { border: 1px solid #271829; }

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

This div border color is #271829.


Opacity

.myOpacity80 { color: #271829; opacity: 0.8; }

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

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

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

This text has shadow with #271829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #271829 on black background.


Color preview on white background

This text has color #271829 on white background.



Black color preview on #271829 background

This text has black color on #271829 background.


White color preview on #271829 background

This text has white color on #271829 background.