COLOR #041A09

HEX: #041A09 RGB: (4,26,9)

Color info

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

RGB color model

#041A09 color RGB value is (4,26,9).

RGB: (4,26,9) (2%, 10%, 4%)

RGB channels and saturation

R 4 of 255 = 2%
G 26 of 255 = 10%
B 9 of 255 = 4%

4
26
9

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

Portions of RGB colors in percentages

R + G + B = 4 + 26 + 9 = 39 (100%)
R 4 of 39 ~ 10.26%
G 26 of 39 ~ 66.67%
B 9 of 39 ~ 23.08'%

%66.67
%23.08

CMYK color model

#041A09 color CMYK value is (85,0,65,90).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 89.80%

CMYK: (85,0,65,90)
C85M0Y65K90 (85%, 0%, 65%, 90%)
(0.85 / 0.00 / 0.65 / 0.90)

CMYK percentages

%84.62
%0
%65.38
%89.8

Codes

Color #041A09 in popluar color models

04 1A 09
RGB 4 26 9
HSL 134° 73.33% 5.88%
HSB/HSV 134° 84.62% 10.20%
CMYK 84.62% 0.00% 65.38%
89.80%

Color #041A09 in popluar number systems.

HEX 04 1A 09
Decimal 4 26 9
Binary 100 11010 1001
Octal 4 32 11

Shades and tints

Shades of #041A09

#041A09
(4,26,9)
#041809
(4,24,9)
#041609
(4,22,9)
#041409
(4,20,9)
#041209
(4,18,9)
#041009
(4,16,9)
#040E09
(4,14,9)
#040C09
(4,12,9)
#040A09
(4,10,9)
#040809
(4,8,9)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #041A09

#041A09
(4,26,9)
#1A2E1F
(26,46,31)
#304235
(48,66,53)
#46564B
(70,86,75)
#5C6A61
(92,106,97)
#727E77
(114,126,119)
#88928D
(136,146,141)
#9EA6A3
(158,166,163)
#B4BAB9
(180,186,185)
#CACECF
(202,206,207)
#E0E2E5
(224,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041A09 color. Also use rgb(4,26,9) instead hex code.

Text Font Color

.myTextColor { color: #041A09; }

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

This text font color is #041A09.

Background Color

.myBgColor { background-color: #041A09; }

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

This div background color is #041A09.

Border color

.myBorderColor { border: 1px solid #041A09; }

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

This div border color is #041A09.

Opacity

.myOpacity80 { color: #041A09; opacity: 0.8; }

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

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

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

This text has shadow with #041A09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041A09.

Preview

Color preview on black background

This text has color #041A09 on black background.


Color preview on white background

This text has color #041A09 on white background.


Black color preview on #041A09 background

This text has black color on #041A09 background.


White color preview on #041A09 background

This text has white color on #041A09 background.


Related colors

Complementary color

Complementary color for #hex is #FBE5F6.


I love getcolorcode.com

Triadic colors

1 #09041A and #1A0904 with #041A09 are triadic colors.

2 #091A04 and #1A0409 with #041A09 are triadic colors.