Skip to main content Skip to docs navigation

#211f23 hex color | Download Dark Blue 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 Darth Vader and its hex is #27252A Nearest Color Name

Color Hue/Base color: Blue

Hex #211f23 Color code in RGB color code model is created after adding 12.94% red color, 12.16% green color and 13.73% blue color. Hex #211f23 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 11% magenta, 0% yellow and 86.27% black.

Hex #211f23 color code is between #222222 web safe hex color code and #111133 web safe hex color code. #222222 is the nearest web safe color code. You can see here many more shades of #211f23 color code.

RGB Chart

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

Color Table

Hex Color Code 211f23 #211f23
RGB Decimal 33, 31, 35 33, 31, 35
RGB Percent 13%, 12%, 14% rgb(13%, 12%, 14%)
CSS RGBa 33, 31, 35,1 rgba(33,31,35,1)
CMYK Model cmyk(6%,11%,0%,86.27%)
HSL Color Space 270,6% ,13% hsl(270,6% ,13%)
HSV Color Space 270°, 11%, 14%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 00100001 00011111 00100011
Octal 41 37 43
Decimal 33 31 35
Hex 21 1f 23

Different shades of #211f23 color code.

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

Darkest of #211f23
#000000
Darker of #211f23
#000000
Dark of #211f23
#070708
Base of #211f23
#211f23
Light of #211f23
#3a373e
Lighter
#544f59
Lightest
#6d6774

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

#211f23
#21231f

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

Split Complementary

#211f23
#23231f
#1f231f

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

Analogous Color

#1f1f23
#1f1f23
#211f23
#221f23
#231f22

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

#211f23
#1f2321
#23211f

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

#211f23
#23211f
#21231f
#1f2123

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

#211f23
#231f1f
#21231f
#1f2323

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 #211f23

#000000
#000000
#000000
#070708
#211f23
#3a373e
#544f59
#6d6774
#87808e

Tints of #211f23 Color

#211f23
#39373b
#525053
#6b696c
#838284
#9c9b9d
#b5b4b5
#cdcdce
#e6e6e6
#ffffff

Shades of #211f23 color code

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

#211f23
#1d1b1f
#19181b
#161417
#121113
#0e0d0f
#0b0a0b
#070607
#030303
#000000

Tones

#211f23
#212121
#212121
#212121
#212121

Tones

Similar Color like #211f23 color

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

#222024
#232125
#242226
#252327
#262428
#272529
#28262a
#29272b
#2a282c
#2b292d
#2c2a2e
#2d2b2f
#2e2c30
#2f2d31
#201e22
#1f1d21
#1e1c20
#1d1b1f
#1c1a1e
#1b191d
#1a181c
#19171b
#18161a
#171519
#161418
#151317
#141216
#131115

Download this Dark Blue

Hex #211f23 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.

#211f23 Color Code Preview on Black Background Color

This is how #211f23 Color will look on black background color. Color contrast ratio is 1.28

#211f23 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #211f23

HTML with inline CSS

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

Your Example Paragraph content text in with font color #211f23

#211f23 color code is use for CSS Background Color

Background color for the above div is #211f23

HTML with inline CSS

<div style="background-color:#211f23;"></div>

#211f23 color code is use for CSS Border Color

CSS Border color for the above div is #211f23

HTML with inline CSS

<div style="border:5px solid #211f23;"></div>

CSS Border Left color for the above div is #211f23

HTML with inline CSS

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

CSS Border Right color for the above div is #211f23

HTML with inline CSS

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

CSS Border Bottom color for the above div is #211f23

HTML with inline CSS

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

CSS Border Top color for the above div is #211f23

HTML with inline CSS

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

#211f23 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#211f23 Color code Preview on White Background

This is how #211f23 Color code will look on white background color. Color contrast ratio is 16.34

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

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