crispedge.com

Color picker

Loading...

#15001f hex color - Blue - Warm color - Information

#15001f hex color - Blue - Warm color

Color Hue/Base color: Blue

Hex #15001f Color code in RGB color code model is created after adding 8.24% red color, 0% green color and 12.16% blue color. Hex #15001f Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 100% magenta, 0% yellow and 88% black.

Hex #15001f color code is between #110022 web safe hex color code and #220011 web safe hex color code. #110022 is the nearest web safe color code. You can see here many more shades of #15001f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code15001f#15001f
RGB Decimal21, 0, 31rgb(21, 0, 31)
RGB Percent8%, 0%, 12%rgb(8%, 0%, 12%)
CSS RGBa21, 0, 31,1rgba(21,0,31,1)
CMYK Modelcmyk(32%,100%,0%,88%)
HSL Color Space281,100% ,6%hsl(281,100% ,6%)
HSV Color Space281°, 100%, 12%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary000101010000000000011111
Octal25037
Decimal21031
Hex15001f

Different shades of #15001f color code.

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

Light Shade of #15001f
#380052
Dark Shade of #15001f
#000000
Saturated Shade of #15001f
#15001f
Desaturated Shade of #15001f
#14021d
Grey scale Shade of #15001f
#0f0f0f
Brighten Shade
#2e1938
Most Readable Shade
#FFFFFF

Shades of #15001f color code

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

#15001f
#12001b
#100018
#0e0014
#0b0011
#09000d
#07000a
#040006
#020003
#000000

Similar Color like #15001f color

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

#160120
#170221
#180322
#190423
#1a0524
#1b0625
#1c0726
#1d0827
#1e0928
#1f0a29
#200b2a
#210c2b
#220d2c
#230e2d
#14001e
#13001d
#12001c
#11001b
#10001a
#0f0019
#0e0018
#0d0017
#0c0016
#0b0015
#0a0014
#090013
#080012
#070011

Monochromatic Color with #15001f

#15001f
#320049
#4f0074
#6b009e
#8800c9
#a500f3

Tints of #15001f Color

#15001f
#2f1c37
#493850
#635569
#7d7182
#978d9b
#b1aab4
#cbc6cd
#e5e2e6
#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

#15001f
#0a1f00

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

Split Complementary

#15001f
#1a1f00
#001f05

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

Analogous Color

#09001f
#0f001f
#15001f
#1b001f
#1f001d

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

#15001f
#1f1500
#001f15

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

#15001f
#1f0500
#0a1f00
#00191f

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

#15001f
#0a1f00
#001f05
#1f001a

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 #15001f 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.

#15001f Color Code Preview on Black Background Color

This is how #15001f Color will look on black background color. Color contrast ratio is 1.05

#15001f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #15001f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #15001f

#15001f color code is use for CSS Background Color

Background color for the above div is #15001f

HTML with inline CSS

<div style="background-color:#15001f;"></div>

#15001f color code is use for CSS Border Color

CSS Border color for the above div is #15001f

HTML with inline CSS

<div style="border:5px solid #15001f;"></div>

CSS Border Left color for the above div is #15001f

HTML with inline CSS

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

CSS Border Right color for the above div is #15001f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #15001f

HTML with inline CSS

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

CSS Border Top color for the above div is #15001f

HTML with inline CSS

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

#15001f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#15001f Color code Preview on White Background

This is how #15001f Color code will look on white background color. Color contrast ratio is 19.97

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.