COLOR #41131C

HEX: #41131C
RGB: (65,19,28)

Color info

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

RGB color model

#41131C color RGB value is (65,19,28).

  • red value is 65;
  • green value is 19;
  • blue value is 28.
RGB:
(65,19,28)
(25%,7%,11%)

RGB channels and saturation

R 65 of 255 = 25%
G 19 of 255 = 7%
B 28 of 255 = 11%

65
19
28

R + G + B ~ 14%. #41131C is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 19 + 28 = 112 (100%)
R 65 of 112 ~ 58.04%
G 19 of 112 ~ 16.96%
B 28 of 112 ~ 25%

%58.04
%16.96
%25

CMYK color model

#41131C color CMYK value is (0,71,57,75).

  • cyan value is 0.00%
  • magenta value is 70.77%
  • yellow value is 56.92%
  • key color value is 74.51%
CMYK:
(0,71,57,75)
C0M71Y57K75 
(0%,71%,57%,75%)
(0.00/0.71/0.57/0.75)	

CMYK percentages

%0
%70.77
%56.92
%74.51

Codes

Color #41131C in popluar color models

41131C
RGB651928
HSL348°54.76%16.47%
HSB/HSV348°70.77%25.49%
CMYK0.00%70.77%56.92%
74.51%

Color #41131C in popluar number systems.

HEX41131C
Decimal651928
Binary10000011001111100
Octal1012334

Shades and tints

Shades of #41131C

#41131C
(65,19,28)
#3C121A
(60,18,26)
#371118
(55,17,24)
#321016
(50,16,22)
#2D0F14
(45,15,20)
#280E12
(40,14,18)
#230D10
(35,13,16)
#1E0C0E
(30,12,14)
#190B0C
(25,11,12)
#140A0A
(20,10,10)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #41131C

#41131C
(65,19,28)
#522830
(82,40,48)
#633D44
(99,61,68)
#745258
(116,82,88)
#85676C
(133,103,108)
#967C80
(150,124,128)
#A79194
(167,145,148)
#B8A6A8
(184,166,168)
#C9BBBC
(201,187,188)
#DAD0D0
(218,208,208)
#EBE5E4
(235,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41131C color. Also use rgb(65,19,28) instead hex code.

Text Font Color

.myTextColor { color: #41131C; }

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

This text font color is #41131C.


Background Color

.myBgColor { background-color: #41131C; }

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

This div background color is #41131C.


Border color

.myBorderColor { border: 1px solid #41131C; }

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

This div border color is #41131C.


Opacity

.myOpacity80 { color: #41131C; opacity: 0.8; }

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

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

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

This text has shadow with #41131C color.

.textShadow {text-shadow: 3px 3px 1px #41131C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41131C on black background.


Color preview on white background

This text has color #41131C on white background.



Black color preview on #41131C background

This text has black color on #41131C background.


White color preview on #41131C background

This text has white color on #41131C background.