crispedge.com

Color picker

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

#332b37 hex color - Violet - Warm color - Information

#332b37 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #332b37 Color code in RGB color code model is created after adding 20% red color, 16.86% green color and 21.57% blue color. Hex #332b37 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 22% magenta, 0% yellow and 78% black.

Hex #332b37 color code is between #223333 web safe hex color code and #442244 web safe hex color code. #223333 is the nearest web safe color code. You can see here many more shades of #332b37 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code332b37#332b37
RGB Decimal51, 43, 55rgb(51, 43, 55)
RGB Percent20%, 17%, 22%rgb(20%, 17%, 22%)
CSS RGBa51, 43, 55,1rgba(51,43,55,1)
CMYK Modelcmyk(7%,22%,0%,78%)
HSL Color Space280,12% ,19%hsl(280,12% ,19%)
HSV Color Space280°, 22%, 22%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary001100110010101100110111
Octal635367
Decimal514355
Hex332b37

Different shades of #332b37 color code.

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

Light Shade of #332b37
#4e4154
Dark Shade of #332b37
#18151a
Saturated Shade of #332b37
#35263c
Desaturated Shade of #332b37
#313032
Grey scale Shade of #332b37
#313131
Brighten Shade
#4c4450
Most Readable Shade
#FFFFFF

Shades of #332b37 color code

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

#332b37
#2d2630
#27212a
#221c24
#1c171e
#161318
#110e12
#0b090c
#050406
#000000

Similar Color like #332b37 color

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

#342c38
#352d39
#362e3a
#372f3b
#38303c
#39313d
#3a323e
#3b333f
#3c3440
#3d3541
#3e3642
#3f3743
#403844
#413945
#322a36
#312935
#302834
#2f2733
#2e2632
#2d2531
#2c2430
#2b232f
#2a222e
#29212d
#28202c
#271f2b
#261e2a
#251d29

Monochromatic Color with #332b37

#332b37
#5a4c61
#826d8c
#a98fb6
#d1b0e1
#0c0a0c

Tints of #332b37 Color

#332b37
#49424d
#605a63
#777179
#8d898f
#a4a0a6
#bbb8bc
#d1cfd2
#e8e7e8
#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

#332b37
#2f372b

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

Split Complementary

#332b37
#35372b
#2b372d

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

Analogous Color

#2e2b37
#312b37
#332b37
#352b37
#372b36

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

#332b37
#37332b
#2b3733

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

#332b37
#372d2b
#2f372b
#2b3537

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

#332b37
#2f372b
#2b372d
#372b35

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 #332b37 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.

#332b37 Color Code Preview on Black Background Color

This is how #332b37 Color will look on black background color. Color contrast ratio is 1.54

#332b37 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #332b37

HTML with inline CSS

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

Your Example Paragraph content text in with font color #332b37

#332b37 color code is use for CSS Background Color

Background color for the above div is #332b37

HTML with inline CSS

<div style="background-color:#332b37;"></div>

#332b37 color code is use for CSS Border Color

CSS Border color for the above div is #332b37

HTML with inline CSS

<div style="border:5px solid #332b37;"></div>

CSS Border Left color for the above div is #332b37

HTML with inline CSS

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

CSS Border Right color for the above div is #332b37

HTML with inline CSS

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

CSS Border Bottom color for the above div is #332b37

HTML with inline CSS

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

CSS Border Top color for the above div is #332b37

HTML with inline CSS

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

#332b37 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#332b37 Color code Preview on White Background

This is how #332b37 Color code will look on white background color. Color contrast ratio is 13.62

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.