crispedge.com

Color picker

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

#13110b hex color - Brown - Warm color - Information

#13110b hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #13110b Color code in RGB color code model is created after adding 7.45% red color, 6.67% green color and 4.31% blue color. Hex #13110b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 42% yellow and 93% black.

Hex #13110b color code is between #110011 web safe hex color code and #220000 web safe hex color code. #110011 is the nearest web safe color code. You can see here many more shades of #13110b color code.

0 Likes 0 Comments | 29 Views

Color Table

Hex Color Code13110b#13110b
RGB Decimal19, 17, 11rgb(19, 17, 11)
RGB Percent7%, 7%, 4%rgb(7%, 7%, 4%)
CSS RGBa19, 17, 11,1rgba(19,17,11,1)
CMYK Modelcmyk(0%,11%,42%,93%)
HSL Color Space45,27% ,6%hsl(45,27% ,6%)
HSV Color Space45°, 42%, 7%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary000100110001000100001011
Octal232113
Decimal191711
Hex13110b

Different shades of #13110b color code.

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

Light Shade of #13110b
#332e1e
Dark Shade of #13110b
#000000
Saturated Shade of #13110b
#141209
Desaturated Shade of #13110b
#11100c
Grey scale Shade of #13110b
#0f0f0f
Brighten Shade
#2c2a24
Most Readable Shade
#FFFFFF

Shades of #13110b color code

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

#13110b
#100f09
#0e0d08
#0c0b07
#0a0906
#080704
#060503
#040302
#020101
#000000

Similar Color like #13110b color

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

#14120c
#15130d
#16140e
#17150f
#181610
#191711
#1a1812
#1b1913
#1c1a14
#1d1b15
#1e1c16
#1f1d17
#201e18
#211f19
#12100a
#110f09
#100e08
#0f0d07
#0e0c06
#0d0b05
#0c0a04
#0b0903
#0a0802
#090701
#080600
#070500
#060400
#050300

Monochromatic Color with #13110b

#13110b
#3d3724
#685d3c
#928355
#bda96d
#e7cf86

Tints of #13110b Color

#13110b
#2d2b26
#474541
#61605c
#7b7a77
#969592
#b0afad
#cacac8
#e4e4e3
#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

#13110b
#0b0d13

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

Split Complementary

#13110b
#0b1113
#0d0b13

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

Analogous Color

#130e0b
#130f0b
#13110b
#13130b
#12130b

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

#13110b
#0b1311
#110b13

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

#13110b
#0b130d
#0b0d13
#130b11

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

#13110b
#0b0d13
#0d0b13
#11130b

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 #13110b 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.

#13110b Color Code Preview on Black Background Color

This is how #13110b Color will look on black background color. Color contrast ratio is 1.11

#13110b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13110b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13110b

#13110b color code is use for CSS Background Color

Background color for the above div is #13110b

HTML with inline CSS

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

#13110b color code is use for CSS Border Color

CSS Border color for the above div is #13110b

HTML with inline CSS

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

CSS Border Left color for the above div is #13110b

HTML with inline CSS

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

CSS Border Right color for the above div is #13110b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #13110b

HTML with inline CSS

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

CSS Border Top color for the above div is #13110b

HTML with inline CSS

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

#13110b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#13110b Color code Preview on White Background

This is how #13110b Color code will look on white background color. Color contrast ratio is 18.87

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

Related Gradients

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

0 Likes 0 Comments | 29 Views

Post your comment:-

By submitting comment you agree to our privacy policy.