Skip to main content Skip to docs navigation

#331a23 hex color | Download Dark Brown BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Black Cherry and its hex is #2C1620 Nearest Color Name

Color Hue/Base color: Brown

Hex #331a23 Color code in RGB color code model is created after adding 20% red color, 10.2% green color and 13.73% blue color. Hex #331a23 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 49% magenta, 31% yellow and 80% black.

Hex #331a23 color code is between #222222 web safe hex color code and #441133 web safe hex color code. #222222 is the nearest web safe color code. You can see here many more shades of #331a23 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 331a23 #331a23
RGB Decimal 51, 26, 35 51, 26, 35
RGB Percent 20%, 10%, 14% rgb(20%, 10%, 14%)
CSS RGBa 51, 26, 35,1 rgba(51,26,35,1)
CMYK Model cmyk(0%,49%,31%,80%)
HSL Color Space 338,32% ,15% hsl(338,32% ,15%)
HSV Color Space 338°, 49%, 20%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 00110011 00011010 00100011
Octal 63 32 43
Decimal 51 26 35
Hex 33 1a 23

Different shades of #331a23 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #331a23
#000000
Darker of #331a23
#000000
Dark of #331a23
#11090c
Base of #331a23
#331a23
Light of #331a23
#552b3a
Lighter
#773c51
Lightest
#984e69

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#331a23
#1a332a

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#331a23
#1a331e
#1a3033

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#331a32
#331a2d
#331a23
#331a1b
#33241a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#331a23
#1a2333
#23331a

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#331a23
#23331a
#1a332a
#2a1a33

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#331a23
#30331a
#1a332a
#1e1a33

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #331a23

#000000
#000000
#000000
#11090c
#331a23
#552b3a
#773c51
#984e69
#b26782

Tints of #331a23 Color

#331a23
#49333b
#604c53
#77666c
#8d7f84
#a4999d
#bbb2b5
#d1ccce
#e8e5e6
#ffffff

Shades of #331a23 color code

Generate more color scales with scales (color stack) generator.

#331a23
#2d171f
#27141b
#221117
#1c0e13
#160b0f
#11080b
#0b0507
#050203
#000000

Tones

#331a23
#2b2225
#272727
#272727
#272727

Tones

Similar Color like #331a23 color

Find visually similar hex color codes nearing to #331a23 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#341b24
#351c25
#361d26
#371e27
#381f28
#392029
#3a212a
#3b222b
#3c232c
#3d242d
#3e252e
#3f262f
#402730
#412831
#321922
#311821
#301720
#2f161f
#2e151e
#2d141d
#2c131c
#2b121b
#2a111a
#291019
#280f18
#270e17
#260d16
#250c15

Download this Dark Brown

Hex #331a23 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#331a23 Color Code Preview on Black Background Color

This is how #331a23 Color will look on black background color. Color contrast ratio is 1.31

#331a23 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#331a23">Your Example Paragraph content text in with font color #331a23 </p>

Your Example Paragraph content text in with font color #331a23

HTML with inline CSS

<div style="color:#331a23">Your Paragraph text in with font color #331a23 </div>

Your Example Paragraph content text in with font color #331a23

#331a23 color code is use for CSS Background Color

Background color for the above div is #331a23

HTML with inline CSS

<div style="background-color:#331a23;"></div>

#331a23 color code is use for CSS Border Color

CSS Border color for the above div is #331a23

HTML with inline CSS

<div style="border:5px solid #331a23;"></div>

CSS Border Left color for the above div is #331a23

HTML with inline CSS

<div style="border-left:5px solid #331a23;"></div>

CSS Border Right color for the above div is #331a23

HTML with inline CSS

<div style="border-right:5px solid #331a23;"></div>

CSS Border Bottom color for the above div is #331a23

HTML with inline CSS

<div style="border-bottom:5px solid #331a23;"></div>

CSS Border Top color for the above div is #331a23

HTML with inline CSS

<div style="border-top:5px solid #331a23;"></div>

#331a23 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#331a23; } .examplecolorclass {color:#331a23; } .examplebordercolor {border:3px solid #331a23; }

#331a23 Color code Preview on White Background

This is how #331a23 Color code will look on white background color. Color contrast ratio is 16.00

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #331a23; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #331a23; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(51,26,35,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(26,51,42,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(51,26,35,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }