Skip to main content Skip to docs navigation

#362e35 hex color | Dark Violet & Warm color | 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 Valentino Nero and its hex is #382C38 Nearest Color Name

Color Hue/Base color: Violet

Hex #362e35 Color code in RGB color code model is created after adding 21.18% red color, 18.04% green color and 20.78% blue color. Hex #362e35 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 2% yellow and 78.82% black.

Hex #362e35 color code is between #333333 web safe hex color code and #442244 web safe hex color code. #333333 is the nearest web safe color code. You can see here many more shades of #362e35 color code.

RGB Chart

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

Color Table

Hex Color Code 362e35 #362e35
RGB Decimal 54, 46, 53 54, 46, 53
RGB Percent 21%, 18%, 21% rgb(21%, 18%, 21%)
CSS RGBa 54, 46, 53,1 rgba(54,46,53,1)
CMYK Model cmyk(0%,15%,2%,78.82%)
HSL Color Space 308,8% ,20% hsl(308,8% ,20%)
HSV Color Space 307°, 15%, 21%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 00110110 00101110 00110101
Octal 66 56 65
Decimal 54 46 53
Hex 36 2e 35

Different shades of #362e35 color code.

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

Darkest of #362e35
#000000
Darker of #362e35
#000000
Dark of #362e35
#1a171a
Base of #362e35
#362e35
Light of #362e35
#524550
Lighter
#6d5d6b
Lightest
#897486

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

#362e35
#2e362f

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

Split Complementary

#362e35
#31362e
#2e3633

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

Analogous Color

#322e36
#342e36
#362e35
#362e32
#362e2f

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

#362e35
#2e3536
#35362e

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

#362e35
#35362e
#2e362f
#2f2e36

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

#362e35
#36332e
#2e362f
#2e3136

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 #362e35

#000000
#000000
#000000
#1a171a
#362e35
#524550
#6d5d6b
#897486
#a0909e

Tints of #362e35 Color

#362e35
#4c454b
#625c61
#797378
#8f8a8e
#a5a2a5
#bcb9bb
#d2d0d2
#e8e7e8
#ffffff

Shades of #362e35 color code

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

#362e35
#30282f
#2a2329
#241e23
#1e191d
#181417
#120f11
#0c0a0b
#060505
#000000

Tones

#362e35
#323232
#323232
#323232
#323232

Tones

Similar Color like #362e35 color

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

#372f36
#383037
#393138
#3a3239
#3b333a
#3c343b
#3d353c
#3e363d
#3f373e
#40383f
#413940
#423a41
#433b42
#443c43
#352d34
#342c33
#332b32
#322a31
#312930
#30282f
#2f272e
#2e262d
#2d252c
#2c242b
#2b232a
#2a2229
#292128
#282027

Download this

Hex #362e35 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.

#362e35 Color Code Preview on Black Background Color

This is how #362e35 Color will look on black background color. Color contrast ratio is 1.60

#362e35 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #362e35

HTML with inline CSS

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

Your Example Paragraph content text in with font color #362e35

#362e35 color code is use for CSS Background Color

Background color for the above div is #362e35

HTML with inline CSS

<div style="background-color:#362e35;"></div>

#362e35 color code is use for CSS Border Color

CSS Border color for the above div is #362e35

HTML with inline CSS

<div style="border:5px solid #362e35;"></div>

CSS Border Left color for the above div is #362e35

HTML with inline CSS

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

CSS Border Right color for the above div is #362e35

HTML with inline CSS

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

CSS Border Bottom color for the above div is #362e35

HTML with inline CSS

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

CSS Border Top color for the above div is #362e35

HTML with inline CSS

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

#362e35 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#362e35 Color code Preview on White Background

This is how #362e35 Color code will look on white background color. Color contrast ratio is 13.13

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(54,46,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(46,54,47,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(54,46,53,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }