COLOR #040B00

HEX: #040B00 RGB: (4,11,0)

Color info

#040B00 contains only red and green colors. Web safe color of #040B00 is #000000 (or #000).

RGB color model

#040B00 color RGB value is (4,11,0).

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

RGB channels and saturation

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

4
11
0

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

Portions of RGB colors in percentages

R + G + B = 4 + 11 + 0 = 15 (100%)
R 4 of 15 ~ 26.67%
G 11 of 15 ~ 73.33%
B 0 of 15 ~ 0'%

%26.67
%73.33

CMYK color model

#040B00 color CMYK value is (64,0,100,96).

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

CMYK: (64,0,100,96)
C64M0Y100K96 (64%, 0%, 100%, 96%)
(0.64 / 0.00 / 1.00 / 0.96)

CMYK percentages

%63.64
%0
%100
%95.69

Codes

Color #040B00 in popluar color models

04 0B 00
RGB 4 11 0
HSL 98° 100.00% 2.16%
HSB/HSV 98° 100.00% 4.31%
CMYK 63.64% 0.00% 100.00%
95.69%

Color #040B00 in popluar number systems.

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

Shades and tints

Shades of #040B00

#040B00
(4,11,0)
#040A00
(4,10,0)
#040900
(4,9,0)
#040800
(4,8,0)
#040700
(4,7,0)
#040600
(4,6,0)
#040500
(4,5,0)
#040400
(4,4,0)
#040300
(4,3,0)
#040200
(4,2,0)
#040100
(4,1,0)
#000000
(0,0,0)

Tints of #040B00

#040B00
(4,11,0)
#1A2117
(26,33,23)
#30372E
(48,55,46)
#464D45
(70,77,69)
#5C635C
(92,99,92)
#727973
(114,121,115)
#888F8A
(136,143,138)
#9EA5A1
(158,165,161)
#B4BBB8
(180,187,184)
#CAD1CF
(202,209,207)
#E0E7E6
(224,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040B00; }

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

This text font color is #040B00.

Background Color

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

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

This div background color is #040B00.

Border color

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

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

This div border color is #040B00.

Opacity

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

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

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

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

This text has shadow with #040B00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040B00.

Preview

Color preview on black background

This text has color #040B00 on black background.


Color preview on white background

This text has color #040B00 on white background.


Black color preview on #040B00 background

This text has black color on #040B00 background.


White color preview on #040B00 background

This text has white color on #040B00 background.


Related colors

Complementary color

Complementary color for #hex is #FBF4FF.


I love getcolorcode.com

Triadic colors

1 #00040B and #0B0004 with #040B00 are triadic colors.

2 #000B04 and #0B0400 with #040B00 are triadic colors.