COLOR #041115

HEX: #041115 RGB: (4,17,21)

Color info

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

RGB color model

#041115 color RGB value is (4,17,21).

RGB: (4,17,21) (2%, 7%, 8%)

RGB channels and saturation

R 4 of 255 = 2%
G 17 of 255 = 7%
B 21 of 255 = 8%

4
17
21

R + G + B ~ 6%. #041115 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 17 + 21 = 42 (100%)
R 4 of 42 ~ 9.52%
G 17 of 42 ~ 40.48%
B 21 of 42 ~ 50'%

%40.48
%50

CMYK color model

#041115 color CMYK value is (81,19,0,92).

  • cyan value is 80.95%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (81,19,0,92)
C81M19Y0K92 (81%, 19%, 0%, 92%)
(0.81 / 0.19 / 0.00 / 0.92)

CMYK percentages

%80.95
%19.05
%0
%91.76

Codes

Color #041115 in popluar color models

04 11 15
RGB 4 17 21
HSL 194° 68.00% 4.90%
HSB/HSV 194° 80.95% 8.24%
CMYK 80.95% 19.05% 0.00%
91.76%

Color #041115 in popluar number systems.

HEX 04 11 15
Decimal 4 17 21
Binary 100 10001 10101
Octal 4 21 25

Shades and tints

Shades of #041115

#041115
(4,17,21)
#041014
(4,16,20)
#040F13
(4,15,19)
#040E12
(4,14,18)
#040D11
(4,13,17)
#040C10
(4,12,16)
#040B0F
(4,11,15)
#040A0E
(4,10,14)
#04090D
(4,9,13)
#04080C
(4,8,12)
#04070B
(4,7,11)
#000000
(0,0,0)

Tints of #041115

#041115
(4,17,21)
#1A262A
(26,38,42)
#303B3F
(48,59,63)
#465054
(70,80,84)
#5C6569
(92,101,105)
#727A7E
(114,122,126)
#888F93
(136,143,147)
#9EA4A8
(158,164,168)
#B4B9BD
(180,185,189)
#CACED2
(202,206,210)
#E0E3E7
(224,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041115 color. Also use rgb(4,17,21) instead hex code.

Text Font Color

.myTextColor { color: #041115; }

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

This text font color is #041115.

Background Color

.myBgColor { background-color: #041115; }

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

This div background color is #041115.

Border color

.myBorderColor { border: 1px solid #041115; }

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

This div border color is #041115.

Opacity

.myOpacity80 { color: #041115; opacity: 0.8; }

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

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

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

This text has shadow with #041115 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041115.

Preview

Color preview on black background

This text has color #041115 on black background.


Color preview on white background

This text has color #041115 on white background.


Black color preview on #041115 background

This text has black color on #041115 background.


White color preview on #041115 background

This text has white color on #041115 background.


Related colors

Complementary color

Complementary color for #hex is #FBEEEA.


I love getcolorcode.com

Triadic colors

1 #150411 and #111504 with #041115 are triadic colors.

2 #151104 and #110415 with #041115 are triadic colors.