COLOR #18040B

HEX: #18040B RGB: (24,4,11)

Color info

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

RGB color model

#18040B color RGB value is (24,4,11).

RGB: (24,4,11) (9%, 2%, 4%)

RGB channels and saturation

R 24 of 255 = 9%
G 4 of 255 = 2%
B 11 of 255 = 4%

24
4
11

R + G + B ~ 5%. #18040B is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 4 + 11 = 39 (100%)
R 24 of 39 ~ 61.54%
G 4 of 39 ~ 10.26%
B 11 of 39 ~ 28.21'%

%61.54
%28.21

CMYK color model

#18040B color CMYK value is (0,83,54,91).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 54.17%
  • key color value is 90.59%

CMYK: (0,83,54,91)
C0M83Y54K91 (0%, 83%, 54%, 91%)
(0.00 / 0.83 / 0.54 / 0.91)

CMYK percentages

%0
%83.33
%54.17
%90.59

Codes

Color #18040B in popluar color models

18 04 0B
RGB 24 4 11
HSL 339° 71.43% 5.49%
HSB/HSV 339° 83.33% 9.41%
CMYK 0.00% 83.33% 54.17%
90.59%

Color #18040B in popluar number systems.

HEX 18 04 0B
Decimal 24 4 11
Binary 11000 100 1011
Octal 30 4 13

Shades and tints

Shades of #18040B

#18040B
(24,4,11)
#16040A
(22,4,10)
#140409
(20,4,9)
#120408
(18,4,8)
#100407
(16,4,7)
#0E0406
(14,4,6)
#0C0405
(12,4,5)
#0A0404
(10,4,4)
#080403
(8,4,3)
#060402
(6,4,2)
#040401
(4,4,1)
#000000
(0,0,0)

Tints of #18040B

#18040B
(24,4,11)
#2D1A21
(45,26,33)
#423037
(66,48,55)
#57464D
(87,70,77)
#6C5C63
(108,92,99)
#817279
(129,114,121)
#96888F
(150,136,143)
#AB9EA5
(171,158,165)
#C0B4BB
(192,180,187)
#D5CAD1
(213,202,209)
#EAE0E7
(234,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18040B color. Also use rgb(24,4,11) instead hex code.

Text Font Color

.myTextColor { color: #18040B; }

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

This text font color is #18040B.

Background Color

.myBgColor { background-color: #18040B; }

<div style="background-color:#18040B">Inner text</div>

This div background color is #18040B.

Border color

.myBorderColor { border: 1px solid #18040B; }

<div style="border:3px solid #18040B">Div</div>

This div border color is #18040B.

Opacity

.myOpacity80 { color: #18040B; opacity: 0.8; }

<p style="color:#18040B;opacity:0.8;">80%</p>

Text with #18040B 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 #18040B;}

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

This text has shadow with #18040B color.


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

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

This text has shadow with #18040B primary color and red secondary color.


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

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

This text has shadow with #18040B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #18040B.

Preview

Color preview on black background

This text has color #18040B on black background.


Color preview on white background

This text has color #18040B on white background.


Black color preview on #18040B background

This text has black color on #18040B background.


White color preview on #18040B background

This text has white color on #18040B background.


Related colors

Complementary color

Complementary color for #hex is #E7FBF4.


I love getcolorcode.com

Triadic colors

1 #0B1804 and #040B18 with #18040B are triadic colors.

2 #0B0418 and #04180B with #18040B are triadic colors.