COLOR #041112

HEX: #041112 RGB: (4,17,18)

Color info

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

RGB color model

#041112 color RGB value is (4,17,18).

RGB: (4,17,18) (2%, 7%, 7%)

RGB channels and saturation

R 4 of 255 = 2%
G 17 of 255 = 7%
B 18 of 255 = 7%

4
17
18

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

Portions of RGB colors in percentages

R + G + B = 4 + 17 + 18 = 39 (100%)
R 4 of 39 ~ 10.26%
G 17 of 39 ~ 43.59%
B 18 of 39 ~ 46.15'%

%10.26
%43.59
%46.15

CMYK color model

#041112 color CMYK value is (78,6,0,93).

  • cyan value is 77.78%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK: (78,6,0,93) C78M6Y0K93 (78%,6%,0%,93%) (0.78/0.06/0.00/0.93) 

CMYK percentages

%77.78
%5.56
%0
%92.94

Codes

Color #041112 in popluar color models

04 11 12
RGB 4 17 18
HSL 184° 63.64% 4.31%
HSB/HSV 184° 77.78% 7.06%
CMYK 77.78% 5.56% 0.00%
92.94%

Color #041112 in popluar number systems.

HEX 04 11 12
Decimal 4 17 18
Binary 100 10001 10010
Octal 4 21 22

Shades and tints

Shades of #041112

#041112
(4,17,18)
#041011
(4,16,17)
#040F10
(4,15,16)
#040E0F
(4,14,15)
#040D0E
(4,13,14)
#040C0D
(4,12,13)
#040B0C
(4,11,12)
#040A0B
(4,10,11)
#04090A
(4,9,10)
#040809
(4,8,9)
#040708
(4,7,8)
#000000
(0,0,0)

Tints of #041112

#041112
(4,17,18)
#1A2627
(26,38,39)
#303B3C
(48,59,60)
#465051
(70,80,81)
#5C6566
(92,101,102)
#727A7B
(114,122,123)
#888F90
(136,143,144)
#9EA4A5
(158,164,165)
#B4B9BA
(180,185,186)
#CACECF
(202,206,207)
#E0E3E4
(224,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041112; }

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

This text font color is #041112.

Background Color

.myBgColor { background-color: #041112; }

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

This div background color is #041112.

Border color

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

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

This div border color is #041112.

Opacity

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

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

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

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

This text has shadow with #041112 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041112.

Preview

Color preview on black background

This text has color #041112 on black background.


Color preview on white background

This text has color #041112 on white background.


Black color preview on #041112 background

This text has black color on #041112 background.


White color preview on #041112 background

This text has white color on #041112 background.


Related colors

Complementary color

Complementary color for #hex is #FBEEED.


I love getcolorcode.com

Triadic colors

1 #120411 and #111204 with #041112 are triadic colors.

2 #121104 and #110412 with #041112 are triadic colors.