COLOR #331819

HEX: #331819
RGB: (51,24,25)

Color info

#331819 contains red, green and blue colors in about the same proportion. Web safe color of #331819 is #330000 (or #300).

RGB color model

#331819 color RGB value is (51,24,25).

  • red value is 51;
  • green value is 24;
  • blue value is 25.
RGB:
(51,24,25)
(20%,9%,10%)

RGB channels and saturation

R 51 of 255 = 20%
G 24 of 255 = 9%
B 25 of 255 = 10%

51
24
25

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

Portions of RGB colors in percentages

R + G + B =
51 + 24 + 25 = 100 (100%)
R 51 of 100 ~ 51%
G 24 of 100 ~ 24%
B 25 of 100 ~ 25%

%51
%24
%25

CMYK color model

#331819 color CMYK value is (0,53,51,80).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 50.98%
  • key color value is 80.00%
CMYK:
(0,53,51,80)
C0M53Y51K80 
(0%,53%,51%,80%)
(0.00/0.53/0.51/0.80)	

CMYK percentages

%0
%52.94
%50.98
%80

Codes

Color #331819 in popluar color models

331819
RGB512425
HSL358°36.00%14.71%
HSB/HSV358°52.94%20.00%
CMYK0.00%52.94%50.98%
80.00%

Color #331819 in popluar number systems.

HEX331819
Decimal512425
Binary1100111100011001
Octal633031

Shades and tints

Shades of #331819

#331819
(51,24,25)
#2F1617
(47,22,23)
#2B1415
(43,20,21)
#271213
(39,18,19)
#231011
(35,16,17)
#1F0E0F
(31,14,15)
#1B0C0D
(27,12,13)
#170A0B
(23,10,11)
#130809
(19,8,9)
#0F0607
(15,6,7)
#0B0405
(11,4,5)
#000000
(0,0,0)

Tints of #331819

#331819
(51,24,25)
#452D2D
(69,45,45)
#574241
(87,66,65)
#695755
(105,87,85)
#7B6C69
(123,108,105)
#8D817D
(141,129,125)
#9F9691
(159,150,145)
#B1ABA5
(177,171,165)
#C3C0B9
(195,192,185)
#D5D5CD
(213,213,205)
#E7EAE1
(231,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331819 color. Also use rgb(51,24,25) instead hex code.

Text Font Color

.myTextColor { color: #331819; }

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

This text font color is #331819.


Background Color

.myBgColor { background-color: #331819; }

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

This div background color is #331819.


Border color

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

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

This div border color is #331819.


Opacity

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

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

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

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

This text has shadow with #331819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331819 on black background.


Color preview on white background

This text has color #331819 on white background.



Black color preview on #331819 background

This text has black color on #331819 background.


White color preview on #331819 background

This text has white color on #331819 background.