Skip to main content Skip to docs navigation

#241c12 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 Tetsu-Guro Black and its hex is #281A14 Nearest Color Name

Color Hue/Base color: Brown

Hex #241c12 Color code in RGB color code model is created after adding 14.12% red color, 10.98% green color and 7.06% blue color. Hex #241c12 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 50% yellow and 85.88% black.

Hex #241c12 color code is between #222211 web safe hex color code and #331122 web safe hex color code. #222211 is the nearest web safe color code. You can see here many more shades of #241c12 color code.

RGB Chart

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

Color Table

Hex Color Code 241c12 #241c12
RGB Decimal 36, 28, 18 36, 28, 18
RGB Percent 14%, 11%, 7% rgb(14%, 11%, 7%)
CSS RGBa 36, 28, 18,1 rgba(36,28,18,1)
CMYK Model cmyk(0%,22%,50%,85.88%)
HSL Color Space 33,33% ,11% hsl(33,33% ,11%)
HSV Color Space 33°, 50%, 14%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 00100100 00011100 00010010
Octal 44 34 22
Decimal 36 28 18
Hex 24 1c 12

Different shades of #241c12 color code.

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

Darkest of #241c12
#000000
Darker of #241c12
#000000
Dark of #241c12
#020201
Base of #241c12
#241c12
Light of #241c12
#463623
Lighter
#685134
Lightest
#8a6b45

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

#241c12
#121a24

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

Split Complementary

#241c12
#122324
#131224

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

Analogous Color

#241213
#241512
#241c12
#242212
#1f2412

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

#241c12
#1c1224
#12241c

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

#241c12
#12241c
#121a24
#24121a

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

#241c12
#122413
#121a24
#241223

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 #241c12

#000000
#000000
#000000
#020201
#241c12
#463623
#685134
#8a6b45
#ab8657

Tints of #241c12 Color

#241c12
#3c352c
#544e46
#6d6761
#85807b
#9d9a95
#b6b3b0
#ceccca
#e6e5e4
#ffffff

Shades of #241c12 color code

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

#241c12
#201810
#1c150e
#18120c
#140f0a
#100c08
#0c0906
#080604
#040302
#000000

Tones

#241c12
#1f1b17
#1b1b1b
#1b1b1b
#1b1b1b

Tones

Similar Color like #241c12 color

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

#251d13
#261e14
#271f15
#282016
#292117
#2a2218
#2b2319
#2c241a
#2d251b
#2e261c
#2f271d
#30281e
#31291f
#322a20
#231b11
#221a10
#21190f
#20180e
#1f170d
#1e160c
#1d150b
#1c140a
#1b1309
#1a1208
#191107
#181006
#170f05
#160e04

Download this Dark Brown

Hex #241c12 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.

#241c12 Color Code Preview on Black Background Color

This is how #241c12 Color will look on black background color. Color contrast ratio is 1.25

#241c12 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #241c12

HTML with inline CSS

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

Your Example Paragraph content text in with font color #241c12

#241c12 color code is use for CSS Background Color

Background color for the above div is #241c12

HTML with inline CSS

<div style="background-color:#241c12;"></div>

#241c12 color code is use for CSS Border Color

CSS Border color for the above div is #241c12

HTML with inline CSS

<div style="border:5px solid #241c12;"></div>

CSS Border Left color for the above div is #241c12

HTML with inline CSS

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

CSS Border Right color for the above div is #241c12

HTML with inline CSS

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

CSS Border Bottom color for the above div is #241c12

HTML with inline CSS

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

CSS Border Top color for the above div is #241c12

HTML with inline CSS

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

#241c12 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#241c12 Color code Preview on White Background

This is how #241c12 Color code will look on white background color. Color contrast ratio is 16.80

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 #241c12; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #241c12; }

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(36,28,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(18,26,36,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(36,28,18,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }