COLOR #040B0A

HEX: #040B0A RGB: (4,11,10)

Color info

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

RGB color model

#040B0A color RGB value is (4,11,10).

RGB: (4,11,10) (2%, 4%, 4%)

RGB channels and saturation

R 4 of 255 = 2%
G 11 of 255 = 4%
B 10 of 255 = 4%

4
11
10

R + G + B ~ 3%. #040B0A is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 11 + 10 = 25 (100%)
R 4 of 25 ~ 16%
G 11 of 25 ~ 44%
B 10 of 25 ~ 40'%

%16
%44
%40

CMYK color model

#040B0A color CMYK value is (64,0,9,96).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 95.69%

CMYK: (64,0,9,96)
C64M0Y9K96 (64%, 0%, 9%, 96%)
(0.64 / 0.00 / 0.09 / 0.96)

CMYK percentages

%63.64
%0
%9.09
%95.69

Codes

Color #040B0A in popluar color models

04 0B 0A
RGB 4 11 10
HSL 171° 46.67% 2.94%
HSB/HSV 171° 63.64% 4.31%
CMYK 63.64% 0.00% 9.09%
95.69%

Color #040B0A in popluar number systems.

HEX 04 0B 0A
Decimal 4 11 10
Binary 100 1011 1010
Octal 4 13 12

Shades and tints

Shades of #040B0A

#040B0A
(4,11,10)
#040A0A
(4,10,10)
#04090A
(4,9,10)
#04080A
(4,8,10)
#04070A
(4,7,10)
#04060A
(4,6,10)
#04050A
(4,5,10)
#04040A
(4,4,10)
#04030A
(4,3,10)
#04020A
(4,2,10)
#04010A
(4,1,10)
#000000
(0,0,0)

Tints of #040B0A

#040B0A
(4,11,10)
#1A2120
(26,33,32)
#303736
(48,55,54)
#464D4C
(70,77,76)
#5C6362
(92,99,98)
#727978
(114,121,120)
#888F8E
(136,143,142)
#9EA5A4
(158,165,164)
#B4BBBA
(180,187,186)
#CAD1D0
(202,209,208)
#E0E7E6
(224,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040B0A; }

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

This text font color is #040B0A.

Background Color

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

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

This div background color is #040B0A.

Border color

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

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

This div border color is #040B0A.

Opacity

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

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

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

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

This text has shadow with #040B0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040B0A.

Preview

Color preview on black background

This text has color #040B0A on black background.


Color preview on white background

This text has color #040B0A on white background.


Black color preview on #040B0A background

This text has black color on #040B0A background.


White color preview on #040B0A background

This text has white color on #040B0A background.


Related colors

Complementary color

Complementary color for #hex is #FBF4F5.


I love getcolorcode.com

Triadic colors

1 #0A040B and #0B0A04 with #040B0A are triadic colors.

2 #0A0B04 and #0B040A with #040B0A are triadic colors.