COLOR #331B27

HEX: #331B27
RGB: (51,27,39)

Color info

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

RGB color model

#331B27 color RGB value is (51,27,39).

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

RGB channels and saturation

R 51 of 255 = 20%
G 27 of 255 = 11%
B 39 of 255 = 15%

51
27
39

R + G + B ~ 15%. #331B27 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 27 + 39 = 117 (100%)
R 51 of 117 ~ 43.59%
G 27 of 117 ~ 23.08%
B 39 of 117 ~ 33.33%

%43.59
%23.08
%33.33

CMYK color model

#331B27 color CMYK value is (0,47,24,80).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 23.53%
  • key color value is 80.00%
CMYK:
(0,47,24,80)
C0M47Y24K80 
(0%,47%,24%,80%)
(0.00/0.47/0.24/0.80)	

CMYK percentages

%0
%47.06
%23.53
%80

Codes

Color #331B27 in popluar color models

331B27
RGB512739
HSL330°30.77%15.29%
HSB/HSV330°47.06%20.00%
CMYK0.00%47.06%23.53%
80.00%

Color #331B27 in popluar number systems.

HEX331B27
Decimal512739
Binary11001111011100111
Octal633347

Shades and tints

Shades of #331B27

#331B27
(51,27,39)
#2F1924
(47,25,36)
#2B1721
(43,23,33)
#27151E
(39,21,30)
#23131B
(35,19,27)
#1F1118
(31,17,24)
#1B0F15
(27,15,21)
#170D12
(23,13,18)
#130B0F
(19,11,15)
#0F090C
(15,9,12)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #331B27

#331B27
(51,27,39)
#452F3A
(69,47,58)
#57434D
(87,67,77)
#695760
(105,87,96)
#7B6B73
(123,107,115)
#8D7F86
(141,127,134)
#9F9399
(159,147,153)
#B1A7AC
(177,167,172)
#C3BBBF
(195,187,191)
#D5CFD2
(213,207,210)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331B27 color. Also use rgb(51,27,39) instead hex code.

Text Font Color

.myTextColor { color: #331B27; }

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

This text font color is #331B27.


Background Color

.myBgColor { background-color: #331B27; }

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

This div background color is #331B27.


Border color

.myBorderColor { border: 1px solid #331B27; }

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

This div border color is #331B27.


Opacity

.myOpacity80 { color: #331B27; opacity: 0.8; }

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

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

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

This text has shadow with #331B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331B27 on black background.


Color preview on white background

This text has color #331B27 on white background.



Black color preview on #331B27 background

This text has black color on #331B27 background.


White color preview on #331B27 background

This text has white color on #331B27 background.