COLOR #41041D

HEX: #41041D
RGB: (65,4,29)

Color info

#41041D contains mainly red and blue colors. Web safe color of #41041D is #330033 (or #303).

RGB color model

#41041D color RGB value is (65,4,29).

  • red value is 65;
  • green value is 4;
  • blue value is 29.
RGB:
(65,4,29)
(25%,2%,11%)

RGB channels and saturation

R 65 of 255 = 25%
G 4 of 255 = 2%
B 29 of 255 = 11%

65
4
29

R + G + B ~ 13%. #41041D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 4 + 29 = 98 (100%)
R 65 of 98 ~ 66.33%
G 4 of 98 ~ 4.08%
B 29 of 98 ~ 29.59%

%66.33
%29.59

CMYK color model

#41041D color CMYK value is (0,94,55,75).

  • cyan value is 0.00%
  • magenta value is 93.85%
  • yellow value is 55.38%
  • key color value is 74.51%
CMYK:
(0,94,55,75)
C0M94Y55K75 
(0%,94%,55%,75%)
(0.00/0.94/0.55/0.75)	

CMYK percentages

%0
%93.85
%55.38
%74.51

Codes

Color #41041D in popluar color models

41041D
RGB65429
HSL335°88.41%13.53%
HSB/HSV335°93.85%25.49%
CMYK0.00%93.85%55.38%
74.51%

Color #41041D in popluar number systems.

HEX41041D
Decimal65429
Binary100000110011101
Octal101435

Shades and tints

Shades of #41041D

#41041D
(65,4,29)
#3C041B
(60,4,27)
#370419
(55,4,25)
#320417
(50,4,23)
#2D0415
(45,4,21)
#280413
(40,4,19)
#230411
(35,4,17)
#1E040F
(30,4,15)
#19040D
(25,4,13)
#14040B
(20,4,11)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #41041D

#41041D
(65,4,29)
#521A31
(82,26,49)
#633045
(99,48,69)
#744659
(116,70,89)
#855C6D
(133,92,109)
#967281
(150,114,129)
#A78895
(167,136,149)
#B89EA9
(184,158,169)
#C9B4BD
(201,180,189)
#DACAD1
(218,202,209)
#EBE0E5
(235,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41041D color. Also use rgb(65,4,29) instead hex code.

Text Font Color

.myTextColor { color: #41041D; }

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

This text font color is #41041D.


Background Color

.myBgColor { background-color: #41041D; }

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

This div background color is #41041D.


Border color

.myBorderColor { border: 1px solid #41041D; }

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

This div border color is #41041D.


Opacity

.myOpacity80 { color: #41041D; opacity: 0.8; }

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

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

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

This text has shadow with #41041D color.

.textShadow {text-shadow: 3px 3px 1px #41041D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #41041D;
-webkit-box-shadow: 1px 1px 3px 2px #41041D;
box-shadow:1px 1px 3px 2px #41041D;">
Div content here</div>
This div box has shadow with color #41041D.

Preview

Color preview on black background

This text has color #41041D on black background.


Color preview on white background

This text has color #41041D on white background.



Black color preview on #41041D background

This text has black color on #41041D background.


White color preview on #41041D background

This text has white color on #41041D background.