crispedge.com

Color picker

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

#130d13 hex color - Violet - Warm color - Information

#130d13 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #130d13 Color code in RGB color code model is created after adding 7.45% red color, 5.1% green color and 7.45% blue color. Hex #130d13 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 0% yellow and 93% black.

Hex #130d13 color code is between #111111 web safe hex color code and #220022 web safe hex color code. #111111 is the nearest web safe color code. You can see here many more shades of #130d13 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code130d13#130d13
RGB Decimal19, 13, 19rgb(19, 13, 19)
RGB Percent7%, 5%, 7%rgb(7%, 5%, 7%)
CSS RGBa19, 13, 19,1rgba(19,13,19,1)
CMYK Modelcmyk(0%,32%,0%,93%)
HSL Color Space300,19% ,6%hsl(300,19% ,6%)
HSV Color Space300°, 32%, 7%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary000100110000110100010011
Octal231523
Decimal191319
Hex130d13

Different shades of #130d13 color code.

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

Light Shade of #130d13
#312231
Dark Shade of #130d13
#000000
Saturated Shade of #130d13
#150b15
Desaturated Shade of #130d13
#110f11
Grey scale Shade of #130d13
#101010
Brighten Shade
#2c262c
Most Readable Shade
#FFFFFF

Shades of #130d13 color code

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

#130d13
#100b10
#0e0a0e
#0c080c
#0a070a
#080508
#060406
#040204
#020102
#000000

Similar Color like #130d13 color

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

#140e14
#150f15
#161016
#171117
#181218
#191319
#1a141a
#1b151b
#1c161c
#1d171d
#1e181e
#1f191f
#201a20
#211b21
#120c12
#110b11
#100a10
#0f090f
#0e080e
#0d070d
#0c060c
#0b050b
#0a040a
#090309
#080208
#070107
#060006
#050005

Monochromatic Color with #130d13

#130d13
#3d2a3d
#684768
#926492
#bd81bd
#e79ee7

Tints of #130d13 Color

#130d13
#2d272d
#474247
#615d61
#7b787b
#969396
#b0aeb0
#cac9ca
#e4e4e4
#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

#130d13
#0d130d

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

Split Complementary

#130d13
#10130d
#0d1310

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

Analogous Color

#110d13
#120d13
#130d13
#130d12
#130d11

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

#130d13
#13130d
#0d1313

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

#130d13
#13100d
#0d130d
#0d1013

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

#130d13
#0d130d
#0d1310
#130d10

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 #130d13 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.

#130d13 Color Code Preview on Black Background Color

This is how #130d13 Color will look on black background color. Color contrast ratio is 1.09

#130d13 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #130d13

HTML with inline CSS

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

Your Example Paragraph content text in with font color #130d13

#130d13 color code is use for CSS Background Color

Background color for the above div is #130d13

HTML with inline CSS

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

#130d13 color code is use for CSS Border Color

CSS Border color for the above div is #130d13

HTML with inline CSS

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

CSS Border Left color for the above div is #130d13

HTML with inline CSS

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

CSS Border Right color for the above div is #130d13

HTML with inline CSS

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

CSS Border Bottom color for the above div is #130d13

HTML with inline CSS

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

CSS Border Top color for the above div is #130d13

HTML with inline CSS

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

#130d13 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#130d13 Color code Preview on White Background

This is how #130d13 Color code will look on white background color. Color contrast ratio is 19.18

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.