COLOR #180C13

HEX: #180C13 RGB: (24,12,19)

Color info

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

RGB color model

#180C13 color RGB value is (24,12,19).

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

RGB channels and saturation

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

24
12
19

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

Portions of RGB colors in percentages

R + G + B = 24 + 12 + 19 = 55 (100%)
R 24 of 55 ~ 43.64%
G 12 of 55 ~ 21.82%
B 19 of 55 ~ 34.55'%

%43.64
%21.82
%34.55

CMYK color model

#180C13 color CMYK value is (0,50,21,91).

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

CMYK: (0,50,21,91)
C0M50Y21K91 (0%, 50%, 21%, 91%)
(0.00 / 0.50 / 0.21 / 0.91)

CMYK percentages

%0
%50
%20.83
%90.59

Codes

Color #180C13 in popluar color models

18 0C 13
RGB 24 12 19
HSL 325° 33.33% 7.06%
HSB/HSV 325° 50.00% 9.41%
CMYK 0.00% 50.00% 20.83%
90.59%

Color #180C13 in popluar number systems.

HEX 18 0C 13
Decimal 24 12 19
Binary 11000 1100 10011
Octal 30 14 23

Shades and tints

Shades of #180C13

#180C13
(24,12,19)
#160B12
(22,11,18)
#140A11
(20,10,17)
#120910
(18,9,16)
#10080F
(16,8,15)
#0E070E
(14,7,14)
#0C060D
(12,6,13)
#0A050C
(10,5,12)
#08040B
(8,4,11)
#06030A
(6,3,10)
#040209
(4,2,9)
#000000
(0,0,0)

Tints of #180C13

#180C13
(24,12,19)
#2D2228
(45,34,40)
#42383D
(66,56,61)
#574E52
(87,78,82)
#6C6467
(108,100,103)
#817A7C
(129,122,124)
#969091
(150,144,145)
#ABA6A6
(171,166,166)
#C0BCBB
(192,188,187)
#D5D2D0
(213,210,208)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180C13; }

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

This text font color is #180C13.

Background Color

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

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

This div background color is #180C13.

Border color

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

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

This div border color is #180C13.

Opacity

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

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

Text with #180C13 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 #180C13;}

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

This text has shadow with #180C13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #180C13.

Preview

Color preview on black background

This text has color #180C13 on black background.


Color preview on white background

This text has color #180C13 on white background.


Black color preview on #180C13 background

This text has black color on #180C13 background.


White color preview on #180C13 background

This text has white color on #180C13 background.


Related colors

Complementary color

Complementary color for #hex is #E7F3EC.


I love getcolorcode.com

Triadic colors

1 #13180C and #0C1318 with #180C13 are triadic colors.

2 #130C18 and #0C1813 with #180C13 are triadic colors.