COLOR #040B03

HEX: #040B03 RGB: (4,11,3)

Color info

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

RGB color model

#040B03 color RGB value is (4,11,3).

RGB: (4,11,3) (2%, 4%, 1%)

RGB channels and saturation

R 4 of 255 = 2%
G 11 of 255 = 4%
B 3 of 255 = 1%

4
11
3

R + G + B ~ 2%. #040B03 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 11 + 3 = 18 (100%)
R 4 of 18 ~ 22.22%
G 11 of 18 ~ 61.11%
B 3 of 18 ~ 16.67'%

%22.22
%61.11
%16.67

CMYK color model

#040B03 color CMYK value is (64,0,73,96).

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

CMYK: (64,0,73,96)
C64M0Y73K96 (64%, 0%, 73%, 96%)
(0.64 / 0.00 / 0.73 / 0.96)

CMYK percentages

%63.64
%0
%72.73
%95.69

Codes

Color #040B03 in popluar color models

04 0B 03
RGB 4 11 3
HSL 113° 57.14% 2.75%
HSB/HSV 113° 72.73% 4.31%
CMYK 63.64% 0.00% 72.73%
95.69%

Color #040B03 in popluar number systems.

HEX 04 0B 03
Decimal 4 11 3
Binary 100 1011 11
Octal 4 13 3

Shades and tints

Shades of #040B03

#040B03
(4,11,3)
#040A03
(4,10,3)
#040903
(4,9,3)
#040803
(4,8,3)
#040703
(4,7,3)
#040603
(4,6,3)
#040503
(4,5,3)
#040403
(4,4,3)
#040303
(4,3,3)
#040203
(4,2,3)
#040103
(4,1,3)
#000000
(0,0,0)

Tints of #040B03

#040B03
(4,11,3)
#1A2119
(26,33,25)
#30372F
(48,55,47)
#464D45
(70,77,69)
#5C635B
(92,99,91)
#727971
(114,121,113)
#888F87
(136,143,135)
#9EA59D
(158,165,157)
#B4BBB3
(180,187,179)
#CAD1C9
(202,209,201)
#E0E7DF
(224,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040B03; }

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

This text font color is #040B03.

Background Color

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

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

This div background color is #040B03.

Border color

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

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

This div border color is #040B03.

Opacity

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

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

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

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

This text has shadow with #040B03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040B03.

Preview

Color preview on black background

This text has color #040B03 on black background.


Color preview on white background

This text has color #040B03 on white background.


Black color preview on #040B03 background

This text has black color on #040B03 background.


White color preview on #040B03 background

This text has white color on #040B03 background.


Related colors

Complementary color

Complementary color for #hex is #FBF4FC.


I love getcolorcode.com

Triadic colors

1 #03040B and #0B0304 with #040B03 are triadic colors.

2 #030B04 and #0B0403 with #040B03 are triadic colors.