COLOR #040B14

HEX: #040B14
RGB: (4,11,20)

Color info

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

RGB color model

#040B14 color RGB value is (4,11,20).

  • red value is 4;
  • green value is 11;
  • blue value is 20.
RGB:
(4,11,20)
(2%,4%,8%)

RGB channels and saturation

R 4 of 255 = 2%
G 11 of 255 = 4%
B 20 of 255 = 8%

4
11
20

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

Portions of RGB colors in percentages

R + G + B =
4 + 11 + 20 = 35 (100%)
R 4 of 35 ~ 11.43%
G 11 of 35 ~ 31.43%
B 20 of 35 ~ 57.14%

%11.43
%31.43
%57.14

CMYK color model

#040B14 color CMYK value is (80,45,0,92).

  • cyan value is 80.00%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(80,45,0,92)
C80M45Y0K92 
(80%,45%,0%,92%)
(0.80/0.45/0.00/0.92)	

CMYK percentages

%80
%45
%0
%92.16

Codes

Color #040B14 in popluar color models

040B14
RGB41120
HSL214°66.67%4.71%
HSB/HSV214°80.00%7.84%
CMYK80.00%45.00%0.00%
92.16%

Color #040B14 in popluar number systems.

HEX040B14
Decimal41120
Binary100101110100
Octal41324

Shades and tints

Shades of #040B14

#040B14
(4,11,20)
#040A13
(4,10,19)
#040912
(4,9,18)
#040811
(4,8,17)
#040710
(4,7,16)
#04060F
(4,6,15)
#04050E
(4,5,14)
#04040D
(4,4,13)
#04030C
(4,3,12)
#04020B
(4,2,11)
#04010A
(4,1,10)
#000000
(0,0,0)

Tints of #040B14

#040B14
(4,11,20)
#1A2129
(26,33,41)
#30373E
(48,55,62)
#464D53
(70,77,83)
#5C6368
(92,99,104)
#72797D
(114,121,125)
#888F92
(136,143,146)
#9EA5A7
(158,165,167)
#B4BBBC
(180,187,188)
#CAD1D1
(202,209,209)
#E0E7E6
(224,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #040B14 color. Also use rgb(4,11,20) instead hex code.

Text Font Color

.myTextColor { color: #040B14; }

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

This text font color is #040B14.


Background Color

.myBgColor { background-color: #040B14; }

<div style="background-color:#040B14">Inner text</div>

This div background color is #040B14.


Border color

.myBorderColor { border: 1px solid #040B14; }

<div style="border:3px solid #040B14">Div</div>

This div border color is #040B14.


Opacity

.myOpacity80 { color: #040B14; opacity: 0.8; }

<p style="color:#040B14;opacity:0.8;">80%</p>

Text with #040B14 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 #040B14;}

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

This text has shadow with #040B14 color.

.textShadow {text-shadow: 3px 3px 1px #040B14, 3px 3px 1px red;}

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

This text has shadow with #040B14 primary color and red secondary color.


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

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

This text has shadow with #040B14 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #040B14;
-webkit-box-shadow: 1px 1px 3px 2px #040B14;
box-shadow:1px 1px 3px 2px #040B14;">
Div content here</div>
This div box has shadow with color #040B14.

Preview

Color preview on black background

This text has color #040B14 on black background.


Color preview on white background

This text has color #040B14 on white background.



Black color preview on #040B14 background

This text has black color on #040B14 background.


White color preview on #040B14 background

This text has white color on #040B14 background.