crispedge.com

Color picker

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

#252525 hex color - Nero - Grey - Warm color - Information

#252525 hex color - Nero - Grey - Warm color

Color Hue/Base color: Grey

Hex #252525 Color Code is also known as Nero color.

Hex #252525 Color code in RGB color code model is created after adding 14.51% red color, 14.51% green color and 14.51% blue color. Hex #252525 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 0% yellow and 85% black.

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

0 Likes 0 Comments | 472 Views

Color Table

Hex Color Code252525#252525
RGB Decimal37, 37, 37rgb(37, 37, 37)
RGB Percent15%, 15%, 15%rgb(15%, 15%, 15%)
CSS RGBa37, 37, 37,1rgba(37,37,37,1)
CMYK Modelcmyk(0%,0%,0%,85%)
HSL Color Space0,0% ,15%hsl(0,0% ,15%)
HSV Color Space0°, 0%, 15%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary001001010010010100100101
Octal454545
Decimal373737
Hex252525

Different shades of #252525 color code.

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

Light Shade of #252525
#3e3e3e
Dark Shade of #252525
#0b0b0b
Saturated Shade of #252525
#292121
Desaturated Shade of #252525
#252525
Grey scale Shade of #252525
#252525
Brighten Shade
#3e3e3e
Most Readable Shade
#FFFFFF

Shades of #252525 color code

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

#252525
#202020
#1c1c1c
#181818
#141414
#101010
#0c0c0c
#080808
#040404
#000000

Similar Color like #252525 color

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

#262626
#272727
#282828
#292929
#2a2a2a
#2b2b2b
#2c2c2c
#2d2d2d
#2e2e2e
#2f2f2f
#303030
#313131
#323232
#333333
#242424
#232323
#222222
#212121
#202020
#1f1f1f
#1e1e1e
#1d1d1d
#1c1c1c
#1b1b1b
#1a1a1a
#191919
#181818
#171717

Monochromatic Color with #252525

#252525
#4f4f4f
#7a7a7a
#a4a4a4
#cfcfcf
#f9f9f9

Tints of #252525 Color

#252525
#3d3d3d
#555555
#6d6d6d
#858585
#9e9e9e
#b6b6b6
#cecece
#e6e6e6
#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

#252525
#252525

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

Split Complementary

#252525
#252525
#252525

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

Analogous Color

#252525
#252525
#252525
#252525
#252525

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

#252525
#252525
#252525

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

#252525
#252525
#252525
#252525

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

#252525
#252525
#252525
#252525

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 #252525 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.

#252525 Color Code Preview on Black Background Color

This is how #252525 Color will look on black background color. Color contrast ratio is 1.37

#252525 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #252525

HTML with inline CSS

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

Your Example Paragraph content text in with font color #252525

#252525 color code is use for CSS Background Color

Background color for the above div is #252525

HTML with inline CSS

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

#252525 color code is use for CSS Border Color

CSS Border color for the above div is #252525

HTML with inline CSS

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

CSS Border Left color for the above div is #252525

HTML with inline CSS

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

CSS Border Right color for the above div is #252525

HTML with inline CSS

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

CSS Border Bottom color for the above div is #252525

HTML with inline CSS

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

CSS Border Top color for the above div is #252525

HTML with inline CSS

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

#252525 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#252525 Color code Preview on White Background

This is how #252525 Color code will look on white background color. Color contrast ratio is 15.33

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

Related Gradients

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

0 Likes 0 Comments | 472 Views

Post your comment:-

By submitting comment you agree to our privacy policy.