crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#41241b hex color - Brown - Warm color - Information

#41241b hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #41241b Color code in RGB color code model is created after adding 25.49% red color, 14.12% green color and 10.59% blue color. Hex #41241b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 58% yellow and 75% black.

Hex #41241b color code is between #442222 web safe hex color code and #333311 web safe hex color code. #442222 is the nearest web safe color code. You can see here many more shades of #41241b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code41241b#41241b
RGB Decimal65, 36, 27rgb(65, 36, 27)
RGB Percent25%, 14%, 11%rgb(25%, 14%, 11%)
CSS RGBa65, 36, 27,1rgba(65,36,27,1)
CMYK Modelcmyk(0%,45%,58%,75%)
HSL Color Space14,41% ,18%hsl(14,41% ,18%)
HSV Color Space14°, 58%, 25%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010000010010010000011011
Octal1014433
Decimal653627
Hex41241b

Different shades of #41241b color code.

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

Light Shade of #41241b
#65382a
Dark Shade of #41241b
#1d100c
Saturated Shade of #41241b
#462216
Desaturated Shade of #41241b
#3c2620
Grey scale Shade of #41241b
#2e2e2e
Brighten Shade
#5a3d34
Most Readable Shade
#FFFFFF

Shades of #41241b color code

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

#41241b
#392018
#321c15
#2b1812
#24140f
#1c100c
#150c09
#0e0806
#070403
#000000

Similar Color like #41241b color

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

#42251c
#43261d
#44271e
#45281f
#462920
#472a21
#482b22
#492c23
#4a2d24
#4b2e25
#4c2f26
#4d3027
#4e3128
#4f3229
#40231a
#3f2219
#3e2118
#3d2017
#3c1f16
#3b1e15
#3a1d14
#391c13
#381b12
#371a11
#361910
#35180f
#34170e
#33160d

Monochromatic Color with #41241b

#41241b
#6b3c2d
#96533e
#c06b50
#eb8262
#160c09

Tints of #41241b Color

#41241b
#563c34
#6b544d
#806d67
#958580
#aa9d99
#bfb6b3
#d4cecc
#e9e6e5
#ffffff

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

#41241b
#1b3841

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

Split Complementary

#41241b
#1b4137
#1b2541

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

Analogous Color

#411b21
#411c1b
#41241b
#412c1b
#41331b

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

#41241b
#1b4124
#241b41

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

#41241b
#25411b
#1b3841
#371b41

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

Double Complementary Color

#41241b
#1b3841
#1b2541
#41371b

Double Complementary 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).

Hex #41241b 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.

#41241b Color Code Preview on Black Background Color

This is how #41241b Color will look on black background color. Color contrast ratio is 1.49

#41241b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #41241b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #41241b

#41241b color code is use for CSS Background Color

Background color for the above div is #41241b

HTML with inline CSS

<div style="background-color:#41241b;"></div>

#41241b color code is use for CSS Border Color

CSS Border color for the above div is #41241b

HTML with inline CSS

<div style="border:5px solid #41241b;"></div>

CSS Border Left color for the above div is #41241b

HTML with inline CSS

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

CSS Border Right color for the above div is #41241b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #41241b

HTML with inline CSS

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

CSS Border Top color for the above div is #41241b

HTML with inline CSS

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

#41241b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#41241b Color code Preview on White Background

This is how #41241b Color code will look on white background color. Color contrast ratio is 14.07

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.