COLOR #180D13

HEX: #180D13 RGB: (24,13,19)

Color info

#180D13 contains red, green and blue colors in about the same proportion. Web safe color of #180D13 is #000000 (or #000).

RGB color model

#180D13 color RGB value is (24,13,19).

RGB: (24,13,19) (9%, 5%, 7%)

RGB channels and saturation

R 24 of 255 = 9%
G 13 of 255 = 5%
B 19 of 255 = 7%

24
13
19

R + G + B ~ 7%. #180D13 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 13 + 19 = 56 (100%)
R 24 of 56 ~ 42.86%
G 13 of 56 ~ 23.21%
B 19 of 56 ~ 33.93'%

%42.86
%23.21
%33.93

CMYK color model

#180D13 color CMYK value is (0,46,21,91).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 20.83%
  • key color value is 90.59%

CMYK: (0,46,21,91)
C0M46Y21K91 (0%, 46%, 21%, 91%)
(0.00 / 0.46 / 0.21 / 0.91)

CMYK percentages

%0
%45.83
%20.83
%90.59

Codes

Color #180D13 in popluar color models

18 0D 13
RGB 24 13 19
HSL 327° 29.73% 7.25%
HSB/HSV 327° 45.83% 9.41%
CMYK 0.00% 45.83% 20.83%
90.59%

Color #180D13 in popluar number systems.

HEX 18 0D 13
Decimal 24 13 19
Binary 11000 1101 10011
Octal 30 15 23

Shades and tints

Shades of #180D13

#180D13
(24,13,19)
#160C12
(22,12,18)
#140B11
(20,11,17)
#120A10
(18,10,16)
#10090F
(16,9,15)
#0E080E
(14,8,14)
#0C070D
(12,7,13)
#0A060C
(10,6,12)
#08050B
(8,5,11)
#06040A
(6,4,10)
#040309
(4,3,9)
#000000
(0,0,0)

Tints of #180D13

#180D13
(24,13,19)
#2D2328
(45,35,40)
#42393D
(66,57,61)
#574F52
(87,79,82)
#6C6567
(108,101,103)
#817B7C
(129,123,124)
#969191
(150,145,145)
#ABA7A6
(171,167,166)
#C0BDBB
(192,189,187)
#D5D3D0
(213,211,208)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180D13 color. Also use rgb(24,13,19) instead hex code.

Text Font Color

.myTextColor { color: #180D13; }

<p style="color:#180D13">This sample text font color is #180D13.</p>

This text font color is #180D13.

Background Color

.myBgColor { background-color: #180D13; }

<div style="background-color:#180D13">Inner text</div>

This div background color is #180D13.

Border color

.myBorderColor { border: 1px solid #180D13; }

<div style="border:3px solid #180D13">Div</div>

This div border color is #180D13.

Opacity

.myOpacity80 { color: #180D13; opacity: 0.8; }

<p style="color:#180D13;opacity:0.8;">80%</p>

Text with #180D13 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #180D13;}

<p style="text-shadow: 3px 3px 1px #180D13">Text here.</p>

This text has shadow with #180D13 color.


.textShadow {text-shadow: 3px 3px 1px #180D13', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #180D13, 5px 5px 20px red">Text here.</p>

This text has shadow with #180D13 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#180D13, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#180D13, Direction=45, Strength=4)">Text</p>

This text has shadow with #180D13 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #180D13;
-webkit-box-shadow: 1px 1px 3px 2px #180D13;
box-shadow: 1px 1px 3px 2px #180D13;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #180D13; -webkit-box-shadow: 1px 1px 3px 2px #180D13; box-shadow:1px 1px 3px 2px #180D13;">
Div content here
</div>

This div box has shadow with color #180D13.

Preview

Color preview on black background

This text has color #180D13 on black background.


Color preview on white background

This text has color #180D13 on white background.


Black color preview on #180D13 background

This text has black color on #180D13 background.


White color preview on #180D13 background

This text has white color on #180D13 background.


Related colors

Complementary color

Complementary color for #hex is #E7F2EC.


I love getcolorcode.com

Triadic colors

1 #13180D and #0D1318 with #180D13 are triadic colors.

2 #130D18 and #0D1813 with #180D13 are triadic colors.