COLOR #41111F

HEX: #41111F
RGB: (65,17,31)

Color info

#41111F contains red, green and blue colors in about the same proportion. Web safe color of #41111F is #330033 (or #303).

RGB color model

#41111F color RGB value is (65,17,31).

  • red value is 65;
  • green value is 17;
  • blue value is 31.
RGB:
(65,17,31)
(25%,7%,12%)

RGB channels and saturation

R 65 of 255 = 25%
G 17 of 255 = 7%
B 31 of 255 = 12%

65
17
31

R + G + B ~ 15%. #41111F is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 17 + 31 = 113 (100%)
R 65 of 113 ~ 57.52%
G 17 of 113 ~ 15.04%
B 31 of 113 ~ 27.43%

%57.52
%15.04
%27.43

CMYK color model

#41111F color CMYK value is (0,74,52,75).

  • cyan value is 0.00%
  • magenta value is 73.85%
  • yellow value is 52.31%
  • key color value is 74.51%
CMYK:
(0,74,52,75)
C0M74Y52K75 
(0%,74%,52%,75%)
(0.00/0.74/0.52/0.75)	

CMYK percentages

%0
%73.85
%52.31
%74.51

Codes

Color #41111F in popluar color models

41111F
RGB651731
HSL343°58.54%16.08%
HSB/HSV343°73.85%25.49%
CMYK0.00%73.85%52.31%
74.51%

Color #41111F in popluar number systems.

HEX41111F
Decimal651731
Binary10000011000111111
Octal1012137

Shades and tints

Shades of #41111F

#41111F
(65,17,31)
#3C101D
(60,16,29)
#370F1B
(55,15,27)
#320E19
(50,14,25)
#2D0D17
(45,13,23)
#280C15
(40,12,21)
#230B13
(35,11,19)
#1E0A11
(30,10,17)
#19090F
(25,9,15)
#14080D
(20,8,13)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #41111F

#41111F
(65,17,31)
#522633
(82,38,51)
#633B47
(99,59,71)
#74505B
(116,80,91)
#85656F
(133,101,111)
#967A83
(150,122,131)
#A78F97
(167,143,151)
#B8A4AB
(184,164,171)
#C9B9BF
(201,185,191)
#DACED3
(218,206,211)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41111F color. Also use rgb(65,17,31) instead hex code.

Text Font Color

.myTextColor { color: #41111F; }

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

This text font color is #41111F.


Background Color

.myBgColor { background-color: #41111F; }

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

This div background color is #41111F.


Border color

.myBorderColor { border: 1px solid #41111F; }

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

This div border color is #41111F.


Opacity

.myOpacity80 { color: #41111F; opacity: 0.8; }

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

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

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

This text has shadow with #41111F color.

.textShadow {text-shadow: 3px 3px 1px #41111F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41111F on black background.


Color preview on white background

This text has color #41111F on white background.



Black color preview on #41111F background

This text has black color on #41111F background.


White color preview on #41111F background

This text has white color on #41111F background.